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

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

The ListNotificationChannels request.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
Returns
  • (::String) — If provided, this field specifies the criteria that must be met by notification channels to be included in the response.

    For more details, see sorting and filtering.

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) — If provided, this field specifies the criteria that must be met by notification channels to be included in the response.

    For more details, see sorting and filtering.

Returns
  • (::String) — If provided, this field specifies the criteria that must be met by notification channels to be included in the response.

    For more details, see sorting and filtering.

#name

def name() -> ::String
Returns
  • (::String) — Required. The project on which to execute the request. The format is:

    projects/[PROJECT_ID_OR_NUMBER]
    

    This names the container in which to look for the notification channels; it does not name a specific channel. To query a specific channel by REST resource name, use the GetNotificationChannel operation.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The project on which to execute the request. The format is:

    projects/[PROJECT_ID_OR_NUMBER]
    

    This names the container in which to look for the notification channels; it does not name a specific channel. To query a specific channel by REST resource name, use the GetNotificationChannel operation.

Returns
  • (::String) — Required. The project on which to execute the request. The format is:

    projects/[PROJECT_ID_OR_NUMBER]
    

    This names the container in which to look for the notification channels; it does not name a specific channel. To query a specific channel by REST resource name, use the GetNotificationChannel operation.

#order_by

def order_by() -> ::String
Returns
  • (::String) — A comma-separated list of fields by which to sort the result. Supports the same set of fields as in filter. Entries can be prefixed with a minus sign to sort in descending rather than ascending order.

    For more details, see sorting and filtering.

#order_by=

def order_by=(value) -> ::String
Parameter
  • value (::String) — A comma-separated list of fields by which to sort the result. Supports the same set of fields as in filter. Entries can be prefixed with a minus sign to sort in descending rather than ascending order.

    For more details, see sorting and filtering.

Returns
  • (::String) — A comma-separated list of fields by which to sort the result. Supports the same set of fields as in filter. Entries can be prefixed with a minus sign to sort in descending rather than ascending order.

    For more details, see sorting and filtering.

#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.