Interface FamilyOrBuilder (2.17.1)

public interface FamilyOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

Parameter
NameDescription
indexint
Returns
TypeDescription
Column

getColumnsCount()

public abstract int getColumnsCount()

Must not be empty. Sorted in order of increasing "qualifier".

repeated .google.bigtable.v2.Column columns = 2;

Returns
TypeDescription
int

getColumnsList()

public abstract List<Column> getColumnsList()

Must not be empty. Sorted in order of increasing "qualifier".

repeated .google.bigtable.v2.Column columns = 2;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
ByteString

The bytes for name.