lib/google/api/billing_pb.rb



# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: google/api/billing.proto

require 'google/protobuf'

require 'google/api/annotations_pb'
require 'google/api/metric_pb'
Google::Protobuf::DescriptorPool.generated_pool.build do
  add_message "google.api.Billing" do
    repeated :metrics, :string, 1
    repeated :rules, :message, 5, "google.api.BillingStatusRule"
  end
  add_message "google.api.BillingStatusRule" do
    optional :selector, :string, 1
    repeated :allowed_statuses, :string, 2
  end
end

module Google
  module Api
    Billing = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.Billing").msgclass
    BillingStatusRule = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.BillingStatusRule").msgclass
  end
end