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
- (::Array<::Google::Cloud::Monitoring::V3::NotificationChannelDescriptor>) — The monitored resource descriptors supported for the specified project, optionally filtered.
#channel_descriptors=
def channel_descriptors=(value) -> ::Array<::Google::Cloud::Monitoring::V3::NotificationChannelDescriptor>
Parameter
- value (::Array<::Google::Cloud::Monitoring::V3::NotificationChannelDescriptor>) — The monitored resource descriptors supported for the specified project, optionally filtered.
Returns
- (::Array<::Google::Cloud::Monitoring::V3::NotificationChannelDescriptor>) — The monitored resource descriptors supported for the specified project, optionally filtered.
#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.