public interface FamilyOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getColumns(int index)
public abstract Column getColumns(int index)
Must not be empty. Sorted in order of increasing "qualifier".
repeated .google.bigtable.v2.Column columns = 2;
Name | Description |
index | int |
Type | Description |
Column |
getColumnsCount()
public abstract int getColumnsCount()
Must not be empty. Sorted in order of increasing "qualifier".
repeated .google.bigtable.v2.Column columns = 2;
Type | Description |
int |
getColumnsList()
public abstract List<Column> getColumnsList()
Must not be empty. Sorted in order of increasing "qualifier".
repeated .google.bigtable.v2.Column columns = 2;
Type | Description |
List<Column> |
getColumnsOrBuilder(int index)
public abstract ColumnOrBuilder getColumnsOrBuilder(int index)
Must not be empty. Sorted in order of increasing "qualifier".
repeated .google.bigtable.v2.Column columns = 2;
Name | Description |
index | int |
Type | Description |
ColumnOrBuilder |
getColumnsOrBuilderList()
public abstract List<? extends ColumnOrBuilder> getColumnsOrBuilderList()
Must not be empty. Sorted in order of increasing "qualifier".
repeated .google.bigtable.v2.Column columns = 2;
Type | Description |
List<? extends com.google.bigtable.v2.ColumnOrBuilder> |
getName()
public abstract String getName()
The unique key which identifies this family within its row. This is the
same key that's used to identify the family in, for example, a RowFilter
which sets its "family_name_regex_filter" field.
Must match [-_.a-zA-Z0-9]+
, except that AggregatingRowProcessors may
produce cells in a sentinel family with an empty name.
Must be no greater than 64 characters in length.
string name = 1;
Type | Description |
String | The name. |
getNameBytes()
public abstract ByteString getNameBytes()
The unique key which identifies this family within its row. This is the
same key that's used to identify the family in, for example, a RowFilter
which sets its "family_name_regex_filter" field.
Must match [-_.a-zA-Z0-9]+
, except that AggregatingRowProcessors may
produce cells in a sentinel family with an empty name.
Must be no greater than 64 characters in length.
string name = 1;
Type | Description |
ByteString | The bytes for name. |