Sha256: e6a1dc70fc72b2257ac6e7172d8eab97d122fc36f09b12f47271711fed701a7c
Contents?: true
Size: 911 Bytes
Versions: 16
Compression:
Stored size: 911 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/logging.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/api/logging.proto", :syntax => :proto3) do add_message "google.api.Logging" do repeated :producer_destinations, :message, 1, "google.api.Logging.LoggingDestination" repeated :consumer_destinations, :message, 2, "google.api.Logging.LoggingDestination" end add_message "google.api.Logging.LoggingDestination" do optional :monitored_resource, :string, 3 repeated :logs, :string, 1 end end end module Google module Api Logging = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.Logging").msgclass Logging::LoggingDestination = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.Logging.LoggingDestination").msgclass end end
Version data entries
16 entries across 16 versions & 3 rubygems