public interface FamilyOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Column |
getColumns(int index)
Must not be empty.
|
int |
getColumnsCount()
Must not be empty.
|
java.util.List<Column> |
getColumnsList()
Must not be empty.
|
ColumnOrBuilder |
getColumnsOrBuilder(int index)
Must not be empty.
|
java.util.List<? extends ColumnOrBuilder> |
getColumnsOrBuilderList()
Must not be empty.
|
java.lang.String |
getName()
The unique key which identifies this family within its row.
|
ByteString |
getNameBytes()
The unique key which identifies this family within its row.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.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;
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;
java.util.List<Column> getColumnsList()
Must not be empty. Sorted in order of increasing "qualifier".
repeated .google.bigtable.v2.Column columns = 2;
Column getColumns(int index)
Must not be empty. Sorted in order of increasing "qualifier".
repeated .google.bigtable.v2.Column columns = 2;
int getColumnsCount()
Must not be empty. Sorted in order of increasing "qualifier".
repeated .google.bigtable.v2.Column columns = 2;
java.util.List<? extends ColumnOrBuilder> getColumnsOrBuilderList()
Must not be empty. Sorted in order of increasing "qualifier".
repeated .google.bigtable.v2.Column columns = 2;
ColumnOrBuilder getColumnsOrBuilder(int index)
Must not be empty. Sorted in order of increasing "qualifier".
repeated .google.bigtable.v2.Column columns = 2;