Sha256: 00cdb990994ec73ac5388efa0160327e74e8f3019f56852312ced797d15b1e32
Contents?: true
Size: 1.85 KB
Versions: 2
Compression:
Stored size: 1.85 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" optional :media_cdn_key, :message, 8, "google.cloud.video.stitcher.v1.MediaCdnKey" 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 add_message "google.cloud.video.stitcher.v1.MediaCdnKey" do optional :private_key, :bytes, 1 optional :key_name, :string, 2 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 MediaCdnKey = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.video.stitcher.v1.MediaCdnKey").msgclass end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
google-cloud-video-stitcher-v1-0.5.0 | lib/google/cloud/video/stitcher/v1/cdn_keys_pb.rb |
google-cloud-video-stitcher-v1-0.4.0 | lib/google/cloud/video/stitcher/v1/cdn_keys_pb.rb |