Sha256: af7d162ca21efe538cb16fa2969d7938b2d5312165a2685b45f4b912d64bdaa1
Contents?: true
Size: 853 Bytes
Versions: 6
Compression:
Stored size: 853 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/billing.proto require 'google/protobuf' require 'google/api/metric_pb' 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
6 entries across 6 versions & 1 rubygems