public interface ColumnOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Cell |
getCells(int index)
Must not be empty.
|
int |
getCellsCount()
Must not be empty.
|
java.util.List<Cell> |
getCellsList()
Must not be empty.
|
CellOrBuilder |
getCellsOrBuilder(int index)
Must not be empty.
|
java.util.List<? extends CellOrBuilder> |
getCellsOrBuilderList()
Must not be empty.
|
ByteString |
getQualifier()
The unique key which identifies this column within its family.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
ByteString getQualifier()
The unique key which identifies this column within its family. This is the same key that's used to identify the column in, for example, a RowFilter which sets its `column_qualifier_regex_filter` field. May contain any byte string, including the empty string, up to 16kiB in length.
bytes qualifier = 1;
java.util.List<Cell> getCellsList()
Must not be empty. Sorted in order of decreasing "timestamp_micros".
repeated .google.bigtable.v2.Cell cells = 2;
Cell getCells(int index)
Must not be empty. Sorted in order of decreasing "timestamp_micros".
repeated .google.bigtable.v2.Cell cells = 2;
int getCellsCount()
Must not be empty. Sorted in order of decreasing "timestamp_micros".
repeated .google.bigtable.v2.Cell cells = 2;
java.util.List<? extends CellOrBuilder> getCellsOrBuilderList()
Must not be empty. Sorted in order of decreasing "timestamp_micros".
repeated .google.bigtable.v2.Cell cells = 2;
CellOrBuilder getCellsOrBuilder(int index)
Must not be empty. Sorted in order of decreasing "timestamp_micros".
repeated .google.bigtable.v2.Cell cells = 2;