# 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