Cloud Monitoring V3 API - Class Google::Cloud::Monitoring::V3::ListNotificationChannelDescriptorsRequest (v0.8.0)

Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::ListNotificationChannelDescriptorsRequest.

The ListNotificationChannelDescriptors request.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
Returns
  • (::String) — Required. The REST resource name of the parent from which to retrieve the notification channel descriptors. The expected syntax is:

    projects/[PROJECT_ID_OR_NUMBER]
    

    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.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The REST resource name of the parent from which to retrieve the notification channel descriptors. The expected syntax is:

    projects/[PROJECT_ID_OR_NUMBER]
    

    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) — Required. The REST resource name of the parent from which to retrieve the notification channel descriptors. The expected syntax is:

    projects/[PROJECT_ID_OR_NUMBER]
    

    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.

#page_size

def page_size() -> ::Integer
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.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::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.
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.

#page_token

def page_token() -> ::String
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.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::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.
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.