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