public final class UptimeCheckIp extends GeneratedMessageV3 implements UptimeCheckIpOrBuilder
Contains the region, location, and list of IP addresses where checkers in the location run from.Protobuf type
google.monitoring.v3.UptimeCheckIp
Modifier and Type | Class and Description |
---|---|
static class |
UptimeCheckIp.Builder
Contains the region, location, and list of IP
addresses where checkers in the location run from.
|
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable
Modifier and Type | Field and Description |
---|---|
static int |
IP_ADDRESS_FIELD_NUMBER |
static int |
LOCATION_FIELD_NUMBER |
static int |
REGION_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFields
memoizedSize
memoizedHashCode
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static UptimeCheckIp |
getDefaultInstance() |
UptimeCheckIp |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
java.lang.String |
getIpAddress()
The IP address from which the uptime check originates.
|
ByteString |
getIpAddressBytes()
The IP address from which the uptime check originates.
|
java.lang.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.
|
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.
|
Parser<UptimeCheckIp> |
getParserForType() |
UptimeCheckRegion |
getRegion()
A broad region category in which the IP address is located.
|
int |
getRegionValue()
A broad region category in which the IP address is located.
|
int |
getSerializedSize() |
UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static UptimeCheckIp.Builder |
newBuilder() |
static UptimeCheckIp.Builder |
newBuilder(UptimeCheckIp prototype) |
UptimeCheckIp.Builder |
newBuilderForType() |
protected UptimeCheckIp.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
static UptimeCheckIp |
parseDelimitedFrom(java.io.InputStream input) |
static UptimeCheckIp |
parseDelimitedFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static UptimeCheckIp |
parseFrom(byte[] data) |
static UptimeCheckIp |
parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static UptimeCheckIp |
parseFrom(java.nio.ByteBuffer data) |
static UptimeCheckIp |
parseFrom(java.nio.ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static UptimeCheckIp |
parseFrom(ByteString data) |
static UptimeCheckIp |
parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static UptimeCheckIp |
parseFrom(CodedInputStream input) |
static UptimeCheckIp |
parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static UptimeCheckIp |
parseFrom(java.io.InputStream input) |
static UptimeCheckIp |
parseFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Parser<UptimeCheckIp> |
parser() |
UptimeCheckIp.Builder |
toBuilder() |
void |
writeTo(CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int REGION_FIELD_NUMBER
public static final int LOCATION_FIELD_NUMBER
public static final int IP_ADDRESS_FIELD_NUMBER
public final UnknownFieldSet getUnknownFields()
getUnknownFields
in interface MessageOrBuilder
getUnknownFields
in class GeneratedMessageV3
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3
public int getRegionValue()
A broad region category in which the IP address is located.
.google.monitoring.v3.UptimeCheckRegion region = 1;
getRegionValue
in interface UptimeCheckIpOrBuilder
public UptimeCheckRegion getRegion()
A broad region category in which the IP address is located.
.google.monitoring.v3.UptimeCheckRegion region = 1;
getRegion
in interface UptimeCheckIpOrBuilder
public java.lang.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;
getLocation
in interface UptimeCheckIpOrBuilder
public 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;
getLocationBytes
in interface UptimeCheckIpOrBuilder
public java.lang.String getIpAddress()
The IP address from which the uptime check originates. This is a full 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;
getIpAddress
in interface UptimeCheckIpOrBuilder
public ByteString getIpAddressBytes()
The IP address from which the uptime check originates. This is a full 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;
getIpAddressBytes
in interface UptimeCheckIpOrBuilder
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3
public void writeTo(CodedOutputStream output) throws java.io.IOException
writeTo
in interface MessageLite
writeTo
in class GeneratedMessageV3
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface MessageLite
getSerializedSize
in class GeneratedMessageV3
public boolean equals(java.lang.Object obj)
equals
in interface Message
equals
in class AbstractMessage
public int hashCode()
hashCode
in interface Message
hashCode
in class AbstractMessage
public static UptimeCheckIp parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static UptimeCheckIp parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static UptimeCheckIp parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static UptimeCheckIp parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static UptimeCheckIp parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static UptimeCheckIp parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static UptimeCheckIp parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static UptimeCheckIp parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static UptimeCheckIp parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static UptimeCheckIp parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static UptimeCheckIp parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOException
public static UptimeCheckIp parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public UptimeCheckIp.Builder newBuilderForType()
newBuilderForType
in interface Message
newBuilderForType
in interface MessageLite
public static UptimeCheckIp.Builder newBuilder()
public static UptimeCheckIp.Builder newBuilder(UptimeCheckIp prototype)
public UptimeCheckIp.Builder toBuilder()
toBuilder
in interface Message
toBuilder
in interface MessageLite
protected UptimeCheckIp.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class GeneratedMessageV3
public static UptimeCheckIp getDefaultInstance()
public static Parser<UptimeCheckIp> parser()
public Parser<UptimeCheckIp> getParserForType()
getParserForType
in interface Message
getParserForType
in interface MessageLite
getParserForType
in class GeneratedMessageV3
public UptimeCheckIp getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder