Sha256: 997a07a50be97fe84c06b3f1f8b1a190b66ad5402ba559706167ab22fbfa3e8a
Contents?: true
Size: 1.1 KB
Versions: 1
Compression:
Stored size: 1.1 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/video/stitcher/v1/slates.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/slates.proto", :syntax => :proto3) do add_message "google.cloud.video.stitcher.v1.Slate" do optional :name, :string, 1 optional :uri, :string, 2 optional :gam_slate, :message, 3, "google.cloud.video.stitcher.v1.Slate.GamSlate" end add_message "google.cloud.video.stitcher.v1.Slate.GamSlate" do optional :network_code, :string, 1 optional :gam_slate_id, :int64, 2 end end end module Google module Cloud module Video module Stitcher module V1 Slate = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.video.stitcher.v1.Slate").msgclass Slate::GamSlate = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.video.stitcher.v1.Slate.GamSlate").msgclass end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
google-cloud-video-stitcher-v1-0.5.0 | lib/google/cloud/video/stitcher/v1/slates_pb.rb |