Class ValueRange (2.13.0)

public final class ValueRange extends GeneratedMessageV3 implements ValueRangeOrBuilder

Specifies a contiguous range of raw byte values.

Protobuf type google.bigtable.v2.ValueRange

Implements

ValueRangeOrBuilder

Static Fields

END_VALUE_CLOSED_FIELD_NUMBER

public static final int END_VALUE_CLOSED_FIELD_NUMBER
Field Value
TypeDescription
int

END_VALUE_OPEN_FIELD_NUMBER

public static final int END_VALUE_OPEN_FIELD_NUMBER
Field Value
TypeDescription
int

START_VALUE_CLOSED_FIELD_NUMBER

public static final int START_VALUE_CLOSED_FIELD_NUMBER
Field Value
TypeDescription
int

START_VALUE_OPEN_FIELD_NUMBER

public static final int START_VALUE_OPEN_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ValueRange getDefaultInstance()
Returns
TypeDescription
ValueRange

getDescriptor()

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

newBuilder()

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

newBuilder(ValueRange prototype)

public static ValueRange.Builder newBuilder(ValueRange prototype)
Parameter
NameDescription
prototypeValueRange
Returns
TypeDescription
ValueRange.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public ValueRange getDefaultInstanceForType()
Returns
TypeDescription
ValueRange

getEndValueCase()

public ValueRange.EndValueCase getEndValueCase()
Returns
TypeDescription
ValueRange.EndValueCase

getEndValueClosed()

public ByteString getEndValueClosed()

Used when giving an inclusive upper bound for the range.

bytes end_value_closed = 3;

Returns
TypeDescription
ByteString

The endValueClosed.

getEndValueOpen()

public ByteString getEndValueOpen()

Used when giving an exclusive upper bound for the range.

bytes end_value_open = 4;

Returns
TypeDescription
ByteString

The endValueOpen.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getStartValueCase()

public ValueRange.StartValueCase getStartValueCase()
Returns
TypeDescription
ValueRange.StartValueCase

getStartValueClosed()

public ByteString getStartValueClosed()

Used when giving an inclusive lower bound for the range.

bytes start_value_closed = 1;

Returns
TypeDescription
ByteString

The startValueClosed.

getStartValueOpen()

public ByteString getStartValueOpen()

Used when giving an exclusive lower bound for the range.

bytes start_value_open = 2;

Returns
TypeDescription
ByteString

The startValueOpen.

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hasEndValueClosed()

public boolean hasEndValueClosed()

Used when giving an inclusive upper bound for the range.

bytes end_value_closed = 3;

Returns
TypeDescription
boolean

Whether the endValueClosed field is set.

hasEndValueOpen()

public boolean hasEndValueOpen()

Used when giving an exclusive upper bound for the range.

bytes end_value_open = 4;

Returns
TypeDescription
boolean

Whether the endValueOpen field is set.

hasStartValueClosed()

public boolean hasStartValueClosed()

Used when giving an inclusive lower bound for the range.

bytes start_value_closed = 1;

Returns
TypeDescription
boolean

Whether the startValueClosed field is set.

hasStartValueOpen()

public boolean hasStartValueOpen()

Used when giving an exclusive lower bound for the range.

bytes start_value_open = 2;

Returns
TypeDescription
boolean

Whether the startValueOpen 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 ValueRange.Builder newBuilderForType()
Returns
TypeDescription
ValueRange.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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