Class: Google::Monitoring::V3::ListNotificationChannelDescriptorsResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Monitoring::V3::ListNotificationChannelDescriptorsResponse
 
 
- Defined in:
 - lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/notification_service.rb
 
Overview
The +ListNotificationChannelDescriptors+ response.
Instance Attribute Summary collapse
- 
  
    
      #channel_descriptors  ⇒ Array<Google::Monitoring::V3::NotificationChannelDescriptor> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The monitored resource descriptors supported for the specified project, optionally filtered.
 - 
  
    
      #next_page_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If not empty, indicates that there may be more results that match the request.
 
Instance Attribute Details
#channel_descriptors ⇒ Array<Google::Monitoring::V3::NotificationChannelDescriptor>
Returns The monitored resource descriptors supported for the specified project, optionally filtered.
      53  | 
    
      # File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/notification_service.rb', line 53 class ListNotificationChannelDescriptorsResponse; end  | 
  
#next_page_token ⇒ String
Returns If not empty, indicates that there may be more results that match the request. Use the value in the +page_token+ field in a subsequent request to fetch the next set of results. If empty, all results have been returned.
      53  | 
    
      # File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/notification_service.rb', line 53 class ListNotificationChannelDescriptorsResponse; end  |