Method: Google::Cloud::Monitoring::V3::ListUptimeCheckIpsRequest#page_size
- Defined in:
- proto_docs/google/monitoring/v3/uptime_service.rb
#page_size ⇒ ::Integer
Returns The maximum number of results to return in a single response. The server may further constrain the maximum number of results returned in a single page. If the page_size is <=0, the server will decide the number of results to be returned. NOTE: this field is not yet implemented.
145 146 147 148 |
# File 'proto_docs/google/monitoring/v3/uptime_service.rb', line 145 class ListUptimeCheckIpsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |