Class: Google::Cloud::Monitoring::V3::ListNotificationChannelsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::ListNotificationChannelsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/notification_service.rb
Overview
The ListNotificationChannels request.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
If provided, this field specifies the criteria that must be met by notification channels to be included in the response.
-
#name ⇒ ::String
Required.
-
#order_by ⇒ ::String
A comma-separated list of fields by which to sort the result.
-
#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
#filter ⇒ ::String
139 140 141 142 |
# File 'proto_docs/google/monitoring/v3/notification_service.rb', line 139 class ListNotificationChannelsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
139 140 141 142 |
# File 'proto_docs/google/monitoring/v3/notification_service.rb', line 139 class ListNotificationChannelsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
139 140 141 142 |
# File 'proto_docs/google/monitoring/v3/notification_service.rb', line 139 class ListNotificationChannelsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
139 140 141 142 |
# File 'proto_docs/google/monitoring/v3/notification_service.rb', line 139 class ListNotificationChannelsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
139 140 141 142 |
# File 'proto_docs/google/monitoring/v3/notification_service.rb', line 139 class ListNotificationChannelsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |