Method: Google::Cloud::Monitoring::V3::ListNotificationChannelDescriptorsRequest#page_size
- Defined in:
- proto_docs/google/monitoring/v3/notification_service.rb
permalink #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 |