Class: Google::Monitoring::V3::ListNotificationChannelDescriptorsRequest

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

Overview

The +ListNotificationChannelDescriptors+ request.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

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.

Returns:

  • (String)

    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_sizeInteger

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.

Returns:

  • (Integer)

    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_tokenString

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.

Returns:

  • (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.



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

class ListNotificationChannelDescriptorsRequest; end