public interface ColumnOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Cell |
getCells(int index)
Must not be empty.
|
int |
getCellsCount()
Must not be empty.
|
List<Cell> |
getCellsList()
Must not be empty.
|
CellOrBuilder |
getCellsOrBuilder(int index)
Must not be empty.
|
List<? extends CellOrBuilder> |
getCellsOrBuilderList()
Must not be empty.
|
com.google.protobuf.ByteString |
getQualifier()
The unique key which identifies this column within its family.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
com.google.protobuf.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;
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;
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;
Copyright © 2018 Google LLC. All rights reserved.