Class: Google::Api::Billing::BillingDestination
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Api::Billing::BillingDestination
 
 
- 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
- 
  
    
      #metrics  ⇒ ::Array<::String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Names of the metrics to report to this billing destination.
 - 
  
    
      #monitored_resource  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The monitored resource type.
 
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.
      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.
      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  |