Class: Google::Monitoring::V3::ListMonitoredResourceDescriptorsResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Monitoring::V3::ListMonitoredResourceDescriptorsResponse
 
- Defined in:
- lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/metric_service.rb
Overview
The +ListMonitoredResourceDescriptors+ response.
Instance Attribute Summary collapse
- 
  
    
      #next_page_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    If there are more results than have been returned, then this field is set to a non-empty value. 
- 
  
    
      #resource_descriptors  ⇒ Array<Google::Api::MonitoredResourceDescriptor> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The monitored resource descriptors that are available to this project and that match +filter+, if present. 
Instance Attribute Details
#next_page_token ⇒ String
Returns If there are more results than have been returned, then this field is set to a non-empty value. To see the additional results, use that value as +pageToken+ in the next call to this method.
| 52 | # File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/metric_service.rb', line 52 class ListMonitoredResourceDescriptorsResponse; end | 
#resource_descriptors ⇒ Array<Google::Api::MonitoredResourceDescriptor>
Returns The monitored resource descriptors that are available to this project and that match +filter+, if present.
| 52 | # File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/metric_service.rb', line 52 class ListMonitoredResourceDescriptorsResponse; end |