public final class Row extends GeneratedMessageV3 implements RowOrBuilder
Specifies the complete (requested) contents of a single row of a table. Rows which exceed 256MiB in size cannot be read in full.
Protobuf type google.bigtable.v2.Row
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > RowImplements
RowOrBuilderStatic Fields
FAMILIES_FIELD_NUMBER
public static final int FAMILIES_FIELD_NUMBER
Type | Description |
int |
KEY_FIELD_NUMBER
public static final int KEY_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static Row getDefaultInstance()
Type | Description |
Row |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static Row.Builder newBuilder()
Type | Description |
Row.Builder |
newBuilder(Row prototype)
public static Row.Builder newBuilder(Row prototype)
Name | Description |
prototype | Row |
Type | Description |
Row.Builder |
parseDelimitedFrom(InputStream input)
public static Row parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Row |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Row parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Row |
Type | Description |
IOException |
parseFrom(byte[] data)
public static Row parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
Row |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Row parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Row |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static Row parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
Row |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Row parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Row |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static Row parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
Row |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Row parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Row |
Type | Description |
IOException |
parseFrom(InputStream input)
public static Row parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Row |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Row parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Row |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static Row parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
Row |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Row parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Row |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<Row> parser()
Type | Description |
Parser<Row> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public Row getDefaultInstanceForType()
Type | Description |
Row |
getFamilies(int index)
public Family getFamilies(int index)
May be empty, but only if the entire row is empty. The mutual ordering of column families is not specified.
repeated .google.bigtable.v2.Family families = 2;
Name | Description |
index | int |
Type | Description |
Family |
getFamiliesCount()
public int getFamiliesCount()
May be empty, but only if the entire row is empty. The mutual ordering of column families is not specified.
repeated .google.bigtable.v2.Family families = 2;
Type | Description |
int |
getFamiliesList()
public List<Family> getFamiliesList()
May be empty, but only if the entire row is empty. The mutual ordering of column families is not specified.
repeated .google.bigtable.v2.Family families = 2;
Type | Description |
List<Family> |
getFamiliesOrBuilder(int index)
public FamilyOrBuilder getFamiliesOrBuilder(int index)
May be empty, but only if the entire row is empty. The mutual ordering of column families is not specified.
repeated .google.bigtable.v2.Family families = 2;
Name | Description |
index | int |
Type | Description |
FamilyOrBuilder |
getFamiliesOrBuilderList()
public List<? extends FamilyOrBuilder> getFamiliesOrBuilderList()
May be empty, but only if the entire row is empty. The mutual ordering of column families is not specified.
repeated .google.bigtable.v2.Family families = 2;
Type | Description |
List<? extends com.google.bigtable.v2.FamilyOrBuilder> |
getKey()
public ByteString getKey()
The unique key which identifies this row within its table. This is the same key that's used to identify the row in, for example, a MutateRowRequest. May contain any non-empty byte string up to 4KiB in length.
bytes key = 1;
Type | Description |
ByteString | The key. |
getParserForType()
public Parser<Row> getParserForType()
Type | Description |
Parser<Row> |
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 Row.Builder newBuilderForType()
Type | Description |
Row.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Row.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
Row.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public Row.Builder toBuilder()
Type | Description |
Row.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |