public interface UptimeCheckIpOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIpAddress()
public abstract String getIpAddress()The IP address from which the Uptime check originates. This is a fully specified IP address (not an IP address range). Most IP addresses, as of this publication, are in IPv4 format; however, one should not rely on the IP addresses being in IPv4 format indefinitely, and should support interpreting this field in either IPv4 or IPv6 format.
string ip_address = 3;
| Type | Description |
| String | The ipAddress. |
getIpAddressBytes()
public abstract ByteString getIpAddressBytes()The IP address from which the Uptime check originates. This is a fully specified IP address (not an IP address range). Most IP addresses, as of this publication, are in IPv4 format; however, one should not rely on the IP addresses being in IPv4 format indefinitely, and should support interpreting this field in either IPv4 or IPv6 format.
string ip_address = 3;
| Type | Description |
| ByteString | The bytes for ipAddress. |
getLocation()
public abstract String getLocation()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.
string location = 2;
| Type | Description |
| String | The location. |
getLocationBytes()
public abstract ByteString getLocationBytes()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.
string location = 2;
| Type | Description |
| ByteString | The bytes for location. |
getRegion()
public abstract UptimeCheckRegion getRegion()A broad region category in which the IP address is located.
.google.monitoring.v3.UptimeCheckRegion region = 1;
| Type | Description |
| UptimeCheckRegion | The region. |
getRegionValue()
public abstract int getRegionValue()A broad region category in which the IP address is located.
.google.monitoring.v3.UptimeCheckRegion region = 1;
| Type | Description |
| int | The enum numeric value on the wire for region. |