public final class RowRange extends GeneratedMessageV3 implements RowRangeOrBuilder
Specifies a contiguous range of rows.
Protobuf type google.bigtable.v2.RowRange
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > RowRangeImplements
RowRangeOrBuilderStatic Fields
END_KEY_CLOSED_FIELD_NUMBER
public static final int END_KEY_CLOSED_FIELD_NUMBER
Type | Description |
int |
END_KEY_OPEN_FIELD_NUMBER
public static final int END_KEY_OPEN_FIELD_NUMBER
Type | Description |
int |
START_KEY_CLOSED_FIELD_NUMBER
public static final int START_KEY_CLOSED_FIELD_NUMBER
Type | Description |
int |
START_KEY_OPEN_FIELD_NUMBER
public static final int START_KEY_OPEN_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static RowRange getDefaultInstance()
Type | Description |
RowRange |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static RowRange.Builder newBuilder()
Type | Description |
RowRange.Builder |
newBuilder(RowRange prototype)
public static RowRange.Builder newBuilder(RowRange prototype)
Name | Description |
prototype | RowRange |
Type | Description |
RowRange.Builder |
parseDelimitedFrom(InputStream input)
public static RowRange parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
RowRange |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static RowRange parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
RowRange |
Type | Description |
IOException |
parseFrom(byte[] data)
public static RowRange parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
RowRange |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static RowRange parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
RowRange |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static RowRange parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
RowRange |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static RowRange parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
RowRange |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static RowRange parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
RowRange |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static RowRange parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
RowRange |
Type | Description |
IOException |
parseFrom(InputStream input)
public static RowRange parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
RowRange |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static RowRange parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
RowRange |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static RowRange parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
RowRange |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static RowRange parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
RowRange |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<RowRange> parser()
Type | Description |
Parser<RowRange> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public RowRange getDefaultInstanceForType()
Type | Description |
RowRange |
getEndKeyCase()
public RowRange.EndKeyCase getEndKeyCase()
Type | Description |
RowRange.EndKeyCase |
getEndKeyClosed()
public ByteString getEndKeyClosed()
Used when giving an inclusive upper bound for the range.
bytes end_key_closed = 4;
Type | Description |
ByteString | The endKeyClosed. |
getEndKeyOpen()
public ByteString getEndKeyOpen()
Used when giving an exclusive upper bound for the range.
bytes end_key_open = 3;
Type | Description |
ByteString | The endKeyOpen. |
getParserForType()
public Parser<RowRange> getParserForType()
Type | Description |
Parser<RowRange> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getStartKeyCase()
public RowRange.StartKeyCase getStartKeyCase()
Type | Description |
RowRange.StartKeyCase |
getStartKeyClosed()
public ByteString getStartKeyClosed()
Used when giving an inclusive lower bound for the range.
bytes start_key_closed = 1;
Type | Description |
ByteString | The startKeyClosed. |
getStartKeyOpen()
public ByteString getStartKeyOpen()
Used when giving an exclusive lower bound for the range.
bytes start_key_open = 2;
Type | Description |
ByteString | The startKeyOpen. |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hasEndKeyClosed()
public boolean hasEndKeyClosed()
Used when giving an inclusive upper bound for the range.
bytes end_key_closed = 4;
Type | Description |
boolean | Whether the endKeyClosed field is set. |
hasEndKeyOpen()
public boolean hasEndKeyOpen()
Used when giving an exclusive upper bound for the range.
bytes end_key_open = 3;
Type | Description |
boolean | Whether the endKeyOpen field is set. |
hasStartKeyClosed()
public boolean hasStartKeyClosed()
Used when giving an inclusive lower bound for the range.
bytes start_key_closed = 1;
Type | Description |
boolean | Whether the startKeyClosed field is set. |
hasStartKeyOpen()
public boolean hasStartKeyOpen()
Used when giving an exclusive lower bound for the range.
bytes start_key_open = 2;
Type | Description |
boolean | Whether the startKeyOpen field is set. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public RowRange.Builder newBuilderForType()
Type | Description |
RowRange.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected RowRange.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
RowRange.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public RowRange.Builder toBuilder()
Type | Description |
RowRange.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |