| Package | Description |
|---|---|
| com.google.api.services.monitoring.v3.model |
| Modifier and Type | Method and Description |
|---|---|
UptimeCheckIp |
UptimeCheckIp.clone() |
UptimeCheckIp |
UptimeCheckIp.set(String fieldName,
Object value) |
UptimeCheckIp |
UptimeCheckIp.setIpAddress(String ipAddress)
The IP address from which the Uptime check originates.
|
UptimeCheckIp |
UptimeCheckIp.setLocation(String location)
A more specific location within the region that typically encodes a particular city/town/metro
(and its containing state/province or country) within the broader umbrella region category.
|
UptimeCheckIp |
UptimeCheckIp.setRegion(String region)
A broad region category in which the IP address is located.
|
| Modifier and Type | Method and Description |
|---|---|
List<UptimeCheckIp> |
ListUptimeCheckIpsResponse.getUptimeCheckIps()
The returned list of IP addresses (including region and location) that the checkers run from.
|
| Modifier and Type | Method and Description |
|---|---|
ListUptimeCheckIpsResponse |
ListUptimeCheckIpsResponse.setUptimeCheckIps(List<UptimeCheckIp> uptimeCheckIps)
The returned list of IP addresses (including region and location) that the checkers run from.
|
Copyright © 2011–2025 Google. All rights reserved.