Class: Google::Api::Billing::BillingDestination

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/api/billing.rb

Overview

Configuration of a specific billing destination (Currently only support bill against consumer project).

Instance Attribute Summary collapse

Instance Attribute Details

#metrics::Array<::String>

Returns Names of the metrics to report to this billing destination. Each name must be defined in Service.metrics section.

Returns:

  • (::Array<::String>)

    Names of the metrics to report to this billing destination. Each name must be defined in Service.metrics section.



76
77
78
79
# File 'proto_docs/google/api/billing.rb', line 76

class BillingDestination
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#monitored_resource::String

Returns The monitored resource type. The type must be defined in Service.monitored_resources section.

Returns:



76
77
78
79
# File 'proto_docs/google/api/billing.rb', line 76

class BillingDestination
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end