Class: Google::Logging::V2::ListMonitoredResourceDescriptorsResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Logging::V2::ListMonitoredResourceDescriptorsResponse
 
 
- Defined in:
 - lib/google/cloud/logging/v2/doc/google/logging/v2/logging.rb
 
Overview
Result returned from ListMonitoredResourceDescriptors.
Instance Attribute Summary collapse
- 
  
    
      #next_page_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If there might be more results than those appearing in this response, then +nextPageToken+ is included.
 - 
  
    
      #resource_descriptors  ⇒ Array<Google::Api::MonitoredResourceDescriptor> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of resource descriptors.
 
Instance Attribute Details
#next_page_token ⇒ String
Returns If there might be more results than those appearing in this response, then +nextPageToken+ is included. To get the next set of results, call this method again using the value of +nextPageToken+ as +pageToken+.
      213  | 
    
      # File 'lib/google/cloud/logging/v2/doc/google/logging/v2/logging.rb', line 213 class ListMonitoredResourceDescriptorsResponse; end  | 
  
#resource_descriptors ⇒ Array<Google::Api::MonitoredResourceDescriptor>
Returns A list of resource descriptors.
      213  | 
    
      # File 'lib/google/cloud/logging/v2/doc/google/logging/v2/logging.rb', line 213 class ListMonitoredResourceDescriptorsResponse; end  |