Cloud Monitoring V3 API - Class Google::Cloud::Monitoring::V3::ListNotificationChannelDescriptorsResponse (v0.7.1)

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

The ListNotificationChannelDescriptors response.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#channel_descriptors

def channel_descriptors() -> ::Array<::Google::Cloud::Monitoring::V3::NotificationChannelDescriptor>
Returns

#channel_descriptors=

def channel_descriptors=(value) -> ::Array<::Google::Cloud::Monitoring::V3::NotificationChannelDescriptor>
Parameter
Returns

#next_page_token

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

#next_page_token=

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