Class Int64RangeMatch (1.51.0)

public final class Int64RangeMatch extends GeneratedMessageV3 implements Int64RangeMatchOrBuilder

HttpRouteRuleMatch criteria for field values that must stay within the specified integer range.

Protobuf type google.cloud.compute.v1.Int64RangeMatch

Static Fields

RANGE_END_FIELD_NUMBER

public static final int RANGE_END_FIELD_NUMBER
Field Value
TypeDescription
int

RANGE_START_FIELD_NUMBER

public static final int RANGE_START_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static Int64RangeMatch getDefaultInstance()
Returns
TypeDescription
Int64RangeMatch

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static Int64RangeMatch.Builder newBuilder()
Returns
TypeDescription
Int64RangeMatch.Builder

newBuilder(Int64RangeMatch prototype)

public static Int64RangeMatch.Builder newBuilder(Int64RangeMatch prototype)
Parameter
NameDescription
prototypeInt64RangeMatch
Returns
TypeDescription
Int64RangeMatch.Builder

parseDelimitedFrom(InputStream input)

public static Int64RangeMatch parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Int64RangeMatch
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Int64RangeMatch parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Int64RangeMatch
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static Int64RangeMatch parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
Int64RangeMatch
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Int64RangeMatch parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Int64RangeMatch
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Int64RangeMatch parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
Int64RangeMatch
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Int64RangeMatch parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Int64RangeMatch
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Int64RangeMatch parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
Int64RangeMatch
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Int64RangeMatch parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Int64RangeMatch
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static Int64RangeMatch parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Int64RangeMatch
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Int64RangeMatch parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Int64RangeMatch
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static Int64RangeMatch parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
Int64RangeMatch
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Int64RangeMatch parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Int64RangeMatch
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<Int64RangeMatch> parser()
Returns
TypeDescription
Parser<Int64RangeMatch>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public Int64RangeMatch getDefaultInstanceForType()
Returns
TypeDescription
Int64RangeMatch

getParserForType()

public Parser<Int64RangeMatch> getParserForType()
Returns
TypeDescription
Parser<Int64RangeMatch>
Overrides

getRangeEnd()

public long getRangeEnd()

The end of the range (exclusive) in signed long integer format.

optional int64 range_end = 322439897;

Returns
TypeDescription
long

The rangeEnd.

getRangeStart()

public long getRangeStart()

The start of the range (inclusive) in signed long integer format.

optional int64 range_start = 103333600;

Returns
TypeDescription
long

The rangeStart.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hasRangeEnd()

public boolean hasRangeEnd()

The end of the range (exclusive) in signed long integer format.

optional int64 range_end = 322439897;

Returns
TypeDescription
boolean

Whether the rangeEnd field is set.

hasRangeStart()

public boolean hasRangeStart()

The start of the range (inclusive) in signed long integer format.

optional int64 range_start = 103333600;

Returns
TypeDescription
boolean

Whether the rangeStart field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public Int64RangeMatch.Builder newBuilderForType()
Returns
TypeDescription
Int64RangeMatch.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Int64RangeMatch.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
Int64RangeMatch.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public Int64RangeMatch.Builder toBuilder()
Returns
TypeDescription
Int64RangeMatch.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException