Class: Google::Cloud::Monitoring::V3::ListUptimeCheckIpsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::ListUptimeCheckIpsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/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
nextPageTokenvalue returned by a previous call to this method.
Instance Attribute Details
#page_size ⇒ ::Integer
143 144 145 146 |
# File 'proto_docs/google/monitoring/v3/uptime_service.rb', line 143 class ListUptimeCheckIpsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
143 144 145 146 |
# File 'proto_docs/google/monitoring/v3/uptime_service.rb', line 143 class ListUptimeCheckIpsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |