Class: Google::Monitoring::V3::ListNotificationChannelDescriptorsRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Monitoring::V3::ListNotificationChannelDescriptorsRequest
 
 
- Defined in:
 - lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/notification_service.rb
 
Overview
The +ListNotificationChannelDescriptors+ request.
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The REST resource name of the parent from which to retrieve the notification channel descriptors.
 - 
  
    
      #page_size  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The maximum number of results to return in a single response.
 - 
  
    
      #page_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If non-empty, +page_token+ must contain a value returned as the +next_page_token+ in a previous response to request the next set of results.
 
Instance Attribute Details
#name ⇒ String
Returns The REST resource name of the parent from which to retrieve the notification channel descriptors. The expected syntax is:
projects/[PROJECT_ID]
Note that this names the parent container in which to look for the descriptors; to retrieve a single descriptor by name, use the GetNotificationChannelDescriptor operation, instead.
      40  | 
    
      # File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/notification_service.rb', line 40 class ListNotificationChannelDescriptorsRequest; end  | 
  
#page_size ⇒ Integer
Returns The maximum number of results to return in a single response. If not set to a positive number, a reasonable value will be chosen by the service.
      40  | 
    
      # File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/notification_service.rb', line 40 class ListNotificationChannelDescriptorsRequest; end  | 
  
#page_token ⇒ String
Returns If non-empty, +page_token+ must contain a value returned as the +next_page_token+ in a previous response to request the next set of results.
      40  | 
    
      # File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/notification_service.rb', line 40 class ListNotificationChannelDescriptorsRequest; end  |