Class: Google::Monitoring::V3::GetMetricDescriptorRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Monitoring::V3::GetMetricDescriptorRequest
 
 
- Defined in:
 - lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/metric_service.rb
 
Overview
The +GetMetricDescriptor+ request.
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The metric descriptor on which to execute the request.
 
Instance Attribute Details
#name ⇒ String
Returns The metric descriptor on which to execute the request. The format is +"projects/project_id_or_number/metricDescriptors/metric_id"+. An example value of +metric_id+ is +"compute.googleapis.com/instance/disk/read_bytes_count"+.
      107  | 
    
      # File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/metric_service.rb', line 107 class GetMetricDescriptorRequest; end  |