public final class RowSet extends GeneratedMessageV3 implements RowSetOrBuilder
Specifies a non-contiguous set of rows.
Protobuf type google.bigtable.v2.RowSet
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > RowSetImplements
RowSetOrBuilderStatic Fields
ROW_KEYS_FIELD_NUMBER
public static final int ROW_KEYS_FIELD_NUMBER
Type | Description |
int |
ROW_RANGES_FIELD_NUMBER
public static final int ROW_RANGES_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static RowSet getDefaultInstance()
Type | Description |
RowSet |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static RowSet.Builder newBuilder()
Type | Description |
RowSet.Builder |
newBuilder(RowSet prototype)
public static RowSet.Builder newBuilder(RowSet prototype)
Name | Description |
prototype | RowSet |
Type | Description |
RowSet.Builder |
parseDelimitedFrom(InputStream input)
public static RowSet parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
RowSet |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static RowSet parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
RowSet |
Type | Description |
IOException |
parseFrom(byte[] data)
public static RowSet parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
RowSet |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static RowSet parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
RowSet |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static RowSet parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
RowSet |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static RowSet parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
RowSet |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static RowSet parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
RowSet |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static RowSet parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
RowSet |
Type | Description |
IOException |
parseFrom(InputStream input)
public static RowSet parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
RowSet |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static RowSet parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
RowSet |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static RowSet parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
RowSet |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static RowSet parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
RowSet |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<RowSet> parser()
Type | Description |
Parser<RowSet> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public RowSet getDefaultInstanceForType()
Type | Description |
RowSet |
getParserForType()
public Parser<RowSet> getParserForType()
Type | Description |
Parser<RowSet> |
getRowKeys(int index)
public ByteString getRowKeys(int index)
Single rows included in the set.
repeated bytes row_keys = 1;
Name | Description |
index | int The index of the element to return. |
Type | Description |
ByteString | The rowKeys at the given index. |
getRowKeysCount()
public int getRowKeysCount()
Single rows included in the set.
repeated bytes row_keys = 1;
Type | Description |
int | The count of rowKeys. |
getRowKeysList()
public List<ByteString> getRowKeysList()
Single rows included in the set.
repeated bytes row_keys = 1;
Type | Description |
List<ByteString> | A list containing the rowKeys. |
getRowRanges(int index)
public RowRange getRowRanges(int index)
Contiguous row ranges included in the set.
repeated .google.bigtable.v2.RowRange row_ranges = 2;
Name | Description |
index | int |
Type | Description |
RowRange |
getRowRangesCount()
public int getRowRangesCount()
Contiguous row ranges included in the set.
repeated .google.bigtable.v2.RowRange row_ranges = 2;
Type | Description |
int |
getRowRangesList()
public List<RowRange> getRowRangesList()
Contiguous row ranges included in the set.
repeated .google.bigtable.v2.RowRange row_ranges = 2;
Type | Description |
List<RowRange> |
getRowRangesOrBuilder(int index)
public RowRangeOrBuilder getRowRangesOrBuilder(int index)
Contiguous row ranges included in the set.
repeated .google.bigtable.v2.RowRange row_ranges = 2;
Name | Description |
index | int |
Type | Description |
RowRangeOrBuilder |
getRowRangesOrBuilderList()
public List<? extends RowRangeOrBuilder> getRowRangesOrBuilderList()
Contiguous row ranges included in the set.
repeated .google.bigtable.v2.RowRange row_ranges = 2;
Type | Description |
List<? extends com.google.bigtable.v2.RowRangeOrBuilder> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
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 RowSet.Builder newBuilderForType()
Type | Description |
RowSet.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected RowSet.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
RowSet.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public RowSet.Builder toBuilder()
Type | Description |
RowSet.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |