Class: Google::Monitoring::V3::ListNotificationChannelDescriptorsResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/notification_service.rb

Overview

The +ListNotificationChannelDescriptors+ response.

Instance Attribute Summary collapse

Instance Attribute Details

#channel_descriptorsArray<Google::Monitoring::V3::NotificationChannelDescriptor>

Returns The monitored resource descriptors supported for the specified project, optionally filtered.

Returns:



53
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/notification_service.rb', line 53

class ListNotificationChannelDescriptorsResponse; end

#next_page_tokenString

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.

Returns:

  • (String)

    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