Class: Google::Cloud::Monitoring::V3::ListNotificationChannelDescriptorsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::ListNotificationChannelDescriptorsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/notification_service.rb
Overview
The ListNotificationChannelDescriptors
request.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#page_size ⇒ ::Integer
The maximum number of results to return in a single response.
-
#page_token ⇒ ::String
If non-empty,
page_token
must contain a value returned as thenext_page_token
in a previous response to request the next set of results.
Instance Attribute Details
#name ⇒ ::String
Returns 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.
48 49 50 51 |
# File 'proto_docs/google/monitoring/v3/notification_service.rb', line 48 class ListNotificationChannelDescriptorsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns 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.
48 49 50 51 |
# File 'proto_docs/google/monitoring/v3/notification_service.rb', line 48 class ListNotificationChannelDescriptorsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns 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.
48 49 50 51 |
# File 'proto_docs/google/monitoring/v3/notification_service.rb', line 48 class ListNotificationChannelDescriptorsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |