Class: Google::Cloud::Monitoring::V3::ListNotificationChannelDescriptorsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::ListNotificationChannelDescriptorsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/notification_service.rb
Overview
The ListNotificationChannelDescriptors
response.
Instance Attribute Summary collapse
-
#channel_descriptors ⇒ ::Array<::Google::Cloud::Monitoring::V3::NotificationChannelDescriptor>
The monitored resource descriptors supported for the specified project, optionally filtered.
-
#next_page_token ⇒ ::String
If not empty, indicates that there may be more results that match the request.
Instance Attribute Details
#channel_descriptors ⇒ ::Array<::Google::Cloud::Monitoring::V3::NotificationChannelDescriptor>
Returns The monitored resource descriptors supported for the specified project, optionally filtered.
64 65 66 67 |
# File 'proto_docs/google/monitoring/v3/notification_service.rb', line 64 class ListNotificationChannelDescriptorsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns 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.
64 65 66 67 |
# File 'proto_docs/google/monitoring/v3/notification_service.rb', line 64 class ListNotificationChannelDescriptorsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |