Sha256: a5a3b7a300e0b2ca7dcf46b17df305b73ca8f8c5eaf1558940f9515f770444a8
Contents?: true
Size: 1.86 KB
Versions: 2
Compression:
Stored size: 1.86 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/eventarc/publishing/v1/publisher.proto require 'google/protobuf' require 'google/api/annotations_pb' require 'google/api/client_pb' require 'google/protobuf/any_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/cloud/eventarc/publishing/v1/publisher.proto", :syntax => :proto3) do add_message "google.cloud.eventarc.publishing.v1.PublishChannelConnectionEventsRequest" do optional :channel_connection, :string, 1 repeated :events, :message, 2, "google.protobuf.Any" repeated :text_events, :string, 3 end add_message "google.cloud.eventarc.publishing.v1.PublishChannelConnectionEventsResponse" do end add_message "google.cloud.eventarc.publishing.v1.PublishEventsRequest" do optional :channel, :string, 1 repeated :events, :message, 2, "google.protobuf.Any" repeated :text_events, :string, 3 end add_message "google.cloud.eventarc.publishing.v1.PublishEventsResponse" do end end end module Google module Cloud module Eventarc module Publishing module V1 PublishChannelConnectionEventsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.eventarc.publishing.v1.PublishChannelConnectionEventsRequest").msgclass PublishChannelConnectionEventsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.eventarc.publishing.v1.PublishChannelConnectionEventsResponse").msgclass PublishEventsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.eventarc.publishing.v1.PublishEventsRequest").msgclass PublishEventsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.eventarc.publishing.v1.PublishEventsResponse").msgclass end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems