public static final class Column.Builder extends GeneratedMessageV3.Builder<Column.Builder> implements ColumnOrBuilder
Specifies (some of) the contents of a single row/column intersection of a
table.
Protobuf type google.bigtable.v2.Column
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addAllCells(Iterable<? extends Cell> values)
public Column.Builder addAllCells(Iterable<? extends Cell> values)
Must not be empty. Sorted in order of decreasing "timestamp_micros".
repeated .google.bigtable.v2.Cell cells = 2;
Parameter
Name | Description |
values | Iterable<? extends com.google.bigtable.v2.Cell>
|
Returns
addCells(Cell value)
public Column.Builder addCells(Cell value)
Must not be empty. Sorted in order of decreasing "timestamp_micros".
repeated .google.bigtable.v2.Cell cells = 2;
Parameter
Returns
addCells(Cell.Builder builderForValue)
public Column.Builder addCells(Cell.Builder builderForValue)
Must not be empty. Sorted in order of decreasing "timestamp_micros".
repeated .google.bigtable.v2.Cell cells = 2;
Parameter
Returns
addCells(int index, Cell value)
public Column.Builder addCells(int index, Cell value)
Must not be empty. Sorted in order of decreasing "timestamp_micros".
repeated .google.bigtable.v2.Cell cells = 2;
Parameters
Returns
addCells(int index, Cell.Builder builderForValue)
public Column.Builder addCells(int index, Cell.Builder builderForValue)
Must not be empty. Sorted in order of decreasing "timestamp_micros".
repeated .google.bigtable.v2.Cell cells = 2;
Parameters
Returns
addCellsBuilder()
public Cell.Builder addCellsBuilder()
Must not be empty. Sorted in order of decreasing "timestamp_micros".
repeated .google.bigtable.v2.Cell cells = 2;
Returns
addCellsBuilder(int index)
public Cell.Builder addCellsBuilder(int index)
Must not be empty. Sorted in order of decreasing "timestamp_micros".
repeated .google.bigtable.v2.Cell cells = 2;
Parameter
Returns
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Column.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
Returns
buildPartial()
public Column buildPartial()
Returns
clear()
public Column.Builder clear()
Returns
Overrides
clearCells()
public Column.Builder clearCells()
Must not be empty. Sorted in order of decreasing "timestamp_micros".
repeated .google.bigtable.v2.Cell cells = 2;
Returns
clearField(Descriptors.FieldDescriptor field)
public Column.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public Column.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clearQualifier()
public Column.Builder clearQualifier()
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;
Returns
clone()
public Column.Builder clone()
Returns
Overrides
getCells(int index)
public Cell getCells(int index)
Must not be empty. Sorted in order of decreasing "timestamp_micros".
repeated .google.bigtable.v2.Cell cells = 2;
Parameter
Returns
getCellsBuilder(int index)
public Cell.Builder getCellsBuilder(int index)
Must not be empty. Sorted in order of decreasing "timestamp_micros".
repeated .google.bigtable.v2.Cell cells = 2;
Parameter
Returns
getCellsBuilderList()
public List<Cell.Builder> getCellsBuilderList()
Must not be empty. Sorted in order of decreasing "timestamp_micros".
repeated .google.bigtable.v2.Cell cells = 2;
Returns
getCellsCount()
public int getCellsCount()
Must not be empty. Sorted in order of decreasing "timestamp_micros".
repeated .google.bigtable.v2.Cell cells = 2;
Returns
getCellsList()
public List<Cell> getCellsList()
Must not be empty. Sorted in order of decreasing "timestamp_micros".
repeated .google.bigtable.v2.Cell cells = 2;
Returns
getCellsOrBuilder(int index)
public CellOrBuilder getCellsOrBuilder(int index)
Must not be empty. Sorted in order of decreasing "timestamp_micros".
repeated .google.bigtable.v2.Cell cells = 2;
Parameter
Returns
getCellsOrBuilderList()
public List<? extends CellOrBuilder> getCellsOrBuilderList()
Must not be empty. Sorted in order of decreasing "timestamp_micros".
repeated .google.bigtable.v2.Cell cells = 2;
Returns
Type | Description |
List<? extends com.google.bigtable.v2.CellOrBuilder> | |
getDefaultInstanceForType()
public Column getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getQualifier()
public 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;
Returns
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(Column other)
public Column.Builder mergeFrom(Column other)
Parameter
Returns
public Column.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public Column.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Column.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
removeCells(int index)
public Column.Builder removeCells(int index)
Must not be empty. Sorted in order of decreasing "timestamp_micros".
repeated .google.bigtable.v2.Cell cells = 2;
Parameter
Returns
setCells(int index, Cell value)
public Column.Builder setCells(int index, Cell value)
Must not be empty. Sorted in order of decreasing "timestamp_micros".
repeated .google.bigtable.v2.Cell cells = 2;
Parameters
Returns
setCells(int index, Cell.Builder builderForValue)
public Column.Builder setCells(int index, Cell.Builder builderForValue)
Must not be empty. Sorted in order of decreasing "timestamp_micros".
repeated .google.bigtable.v2.Cell cells = 2;
Parameters
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public Column.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setQualifier(ByteString value)
public Column.Builder setQualifier(ByteString value)
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;
Parameter
Name | Description |
value | ByteString
The qualifier to set.
|
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Column.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final Column.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides