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