Sha256: cf2498ce38da340cc86d1752cb922599b89ef0251448a8c1d8b0369a0a878b25
Contents?: true
Size: 1.48 KB
Versions: 1
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/api/field_behavior_pb' require 'google/api/resource_pb' require 'google/protobuf' 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
google-cloud-video-stitcher-v1-0.1.0 | lib/google/cloud/video/stitcher/v1/cdn_keys_pb.rb |