Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::ListUptimeCheckIpsResponse.
The protocol for the ListUptimeCheckIps
response.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — This field represents the pagination token to retrieve the next page of results. If the value is empty, it means no further results for the request. To retrieve the next page of results, the value of the next_page_token is passed to the subsequent List method call (in the request message's page_token field). NOTE: this field is not yet implemented
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — This field represents the pagination token to retrieve the next page of results. If the value is empty, it means no further results for the request. To retrieve the next page of results, the value of the next_page_token is passed to the subsequent List method call (in the request message's page_token field). NOTE: this field is not yet implemented
Returns
- (::String) — This field represents the pagination token to retrieve the next page of results. If the value is empty, it means no further results for the request. To retrieve the next page of results, the value of the next_page_token is passed to the subsequent List method call (in the request message's page_token field). NOTE: this field is not yet implemented
#uptime_check_ips
def uptime_check_ips() -> ::Array<::Google::Cloud::Monitoring::V3::UptimeCheckIp>
Returns
- (::Array<::Google::Cloud::Monitoring::V3::UptimeCheckIp>) — The returned list of IP addresses (including region and location) that the checkers run from.
#uptime_check_ips=
def uptime_check_ips=(value) -> ::Array<::Google::Cloud::Monitoring::V3::UptimeCheckIp>
Parameter
- value (::Array<::Google::Cloud::Monitoring::V3::UptimeCheckIp>) — The returned list of IP addresses (including region and location) that the checkers run from.
Returns
- (::Array<::Google::Cloud::Monitoring::V3::UptimeCheckIp>) — The returned list of IP addresses (including region and location) that the checkers run from.