Sha256: cf7b7194997fd18d3172a551076e8d72960258975c7d4a3756f0c33f7208bb80
Contents?: true
Size: 1.48 KB
Versions: 2
Compression:
Stored size: 1.48 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/video/stitcher/v1/cdn_keys.proto require 'google/protobuf' require 'google/api/field_behavior_pb' require 'google/api/resource_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/cloud/video/stitcher/v1/cdn_keys.proto", :syntax => :proto3) do add_message "google.cloud.video.stitcher.v1.CdnKey" do optional :name, :string, 1 optional :hostname, :string, 4 oneof :cdn_key_config do optional :google_cdn_key, :message, 5, "google.cloud.video.stitcher.v1.GoogleCdnKey" optional :akamai_cdn_key, :message, 6, "google.cloud.video.stitcher.v1.AkamaiCdnKey" end end add_message "google.cloud.video.stitcher.v1.GoogleCdnKey" do optional :private_key, :bytes, 1 optional :key_name, :string, 2 end add_message "google.cloud.video.stitcher.v1.AkamaiCdnKey" do optional :token_key, :bytes, 1 end end end module Google module Cloud module Video module Stitcher module V1 CdnKey = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.video.stitcher.v1.CdnKey").msgclass GoogleCdnKey = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.video.stitcher.v1.GoogleCdnKey").msgclass AkamaiCdnKey = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.video.stitcher.v1.AkamaiCdnKey").msgclass end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
google-cloud-video-stitcher-v1-0.3.0 | lib/google/cloud/video/stitcher/v1/cdn_keys_pb.rb |
google-cloud-video-stitcher-v1-0.2.0 | lib/google/cloud/video/stitcher/v1/cdn_keys_pb.rb |