public interface RowOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Family |
getFamilies(int index)
May be empty, but only if the entire row is empty.
|
int |
getFamiliesCount()
May be empty, but only if the entire row is empty.
|
java.util.List<Family> |
getFamiliesList()
May be empty, but only if the entire row is empty.
|
FamilyOrBuilder |
getFamiliesOrBuilder(int index)
May be empty, but only if the entire row is empty.
|
java.util.List<? extends FamilyOrBuilder> |
getFamiliesOrBuilderList()
May be empty, but only if the entire row is empty.
|
ByteString |
getKey()
The unique key which identifies this row within its table.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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;
java.util.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;
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;
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;
java.util.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;
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;