Class: Google::Monitoring::V3::ListUptimeCheckIpsRequest
- Inherits:
-
Object
- Object
- Google::Monitoring::V3::ListUptimeCheckIpsRequest
- Defined in:
- lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime_service.rb
Overview
The protocol for the +ListUptimeCheckIps+ request.
Instance Attribute Summary collapse
-
#page_size ⇒ Integer
The maximum number of results to return in a single response.
-
#page_token ⇒ String
If this field is not empty then it must contain the +nextPageToken+ value returned by a previous call to this method.
Instance Attribute Details
#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
113 |
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime_service.rb', line 113 class ListUptimeCheckIpsRequest; end |
#page_token ⇒ String
If this field is not empty then it must contain the +nextPageToken+ value returned by a previous call to this method. Using this field causes the method to return more results from the previous method call. NOTE: this field is not yet implemented
113 |
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/uptime_service.rb', line 113 class ListUptimeCheckIpsRequest; end |