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_tokenmust contain a value returned as thenext_page_tokenin a previous response to request the next set of results.
Instance Attribute Details
#name ⇒ ::String
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
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
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 |