public static final class Mutation.AddToCell.Builder extends com.google.protobuf.GeneratedMessage.Builder<Mutation.AddToCell.Builder> implements Mutation.AddToCellOrBuilder
A Mutation which incrementally updates a cell in an `Aggregate` family.Protobuf type
google.bigtable.v2.Mutation.AddToCell| Modifier and Type | Method and Description |
|---|---|
Mutation.AddToCell |
build() |
Mutation.AddToCell |
buildPartial() |
Mutation.AddToCell.Builder |
clear() |
Mutation.AddToCell.Builder |
clearColumnQualifier()
The qualifier of the column into which new data should be added.
|
Mutation.AddToCell.Builder |
clearFamilyName()
The name of the `Aggregate` family into which new data should be added.
|
Mutation.AddToCell.Builder |
clearInput()
The input value to be accumulated into the specified cell.
|
Mutation.AddToCell.Builder |
clearTimestamp()
The timestamp of the cell to which new data should be added.
|
Value |
getColumnQualifier()
The qualifier of the column into which new data should be added.
|
Value.Builder |
getColumnQualifierBuilder()
The qualifier of the column into which new data should be added.
|
ValueOrBuilder |
getColumnQualifierOrBuilder()
The qualifier of the column into which new data should be added.
|
Mutation.AddToCell |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getFamilyName()
The name of the `Aggregate` family into which new data should be added.
|
com.google.protobuf.ByteString |
getFamilyNameBytes()
The name of the `Aggregate` family into which new data should be added.
|
Value |
getInput()
The input value to be accumulated into the specified cell.
|
Value.Builder |
getInputBuilder()
The input value to be accumulated into the specified cell.
|
ValueOrBuilder |
getInputOrBuilder()
The input value to be accumulated into the specified cell.
|
Value |
getTimestamp()
The timestamp of the cell to which new data should be added.
|
Value.Builder |
getTimestampBuilder()
The timestamp of the cell to which new data should be added.
|
ValueOrBuilder |
getTimestampOrBuilder()
The timestamp of the cell to which new data should be added.
|
boolean |
hasColumnQualifier()
The qualifier of the column into which new data should be added.
|
boolean |
hasInput()
The input value to be accumulated into the specified cell.
|
boolean |
hasTimestamp()
The timestamp of the cell to which new data should be added.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Mutation.AddToCell.Builder |
mergeColumnQualifier(Value value)
The qualifier of the column into which new data should be added.
|
Mutation.AddToCell.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Mutation.AddToCell.Builder |
mergeFrom(com.google.protobuf.Message other) |
Mutation.AddToCell.Builder |
mergeFrom(Mutation.AddToCell other) |
Mutation.AddToCell.Builder |
mergeInput(Value value)
The input value to be accumulated into the specified cell.
|
Mutation.AddToCell.Builder |
mergeTimestamp(Value value)
The timestamp of the cell to which new data should be added.
|
Mutation.AddToCell.Builder |
setColumnQualifier(Value.Builder builderForValue)
The qualifier of the column into which new data should be added.
|
Mutation.AddToCell.Builder |
setColumnQualifier(Value value)
The qualifier of the column into which new data should be added.
|
Mutation.AddToCell.Builder |
setFamilyName(String value)
The name of the `Aggregate` family into which new data should be added.
|
Mutation.AddToCell.Builder |
setFamilyNameBytes(com.google.protobuf.ByteString value)
The name of the `Aggregate` family into which new data should be added.
|
Mutation.AddToCell.Builder |
setInput(Value.Builder builderForValue)
The input value to be accumulated into the specified cell.
|
Mutation.AddToCell.Builder |
setInput(Value value)
The input value to be accumulated into the specified cell.
|
Mutation.AddToCell.Builder |
setTimestamp(Value.Builder builderForValue)
The timestamp of the cell to which new data should be added.
|
Mutation.AddToCell.Builder |
setTimestamp(Value value)
The timestamp of the cell to which new data should be added.
|
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<Mutation.AddToCell.Builder>public Mutation.AddToCell.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<Mutation.AddToCell.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<Mutation.AddToCell.Builder>public Mutation.AddToCell getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Mutation.AddToCell build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Mutation.AddToCell buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Mutation.AddToCell.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Mutation.AddToCell.Builder>public Mutation.AddToCell.Builder mergeFrom(Mutation.AddToCell other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<Mutation.AddToCell.Builder>public Mutation.AddToCell.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Mutation.AddToCell.Builder>IOExceptionpublic String getFamilyName()
The name of the `Aggregate` family into which new data should be added. This must be a family with a `value_type` of `Aggregate`. Format: `[-_.a-zA-Z0-9]+`
string family_name = 1;getFamilyName in interface Mutation.AddToCellOrBuilderpublic com.google.protobuf.ByteString getFamilyNameBytes()
The name of the `Aggregate` family into which new data should be added. This must be a family with a `value_type` of `Aggregate`. Format: `[-_.a-zA-Z0-9]+`
string family_name = 1;getFamilyNameBytes in interface Mutation.AddToCellOrBuilderpublic Mutation.AddToCell.Builder setFamilyName(String value)
The name of the `Aggregate` family into which new data should be added. This must be a family with a `value_type` of `Aggregate`. Format: `[-_.a-zA-Z0-9]+`
string family_name = 1;value - The familyName to set.public Mutation.AddToCell.Builder clearFamilyName()
The name of the `Aggregate` family into which new data should be added. This must be a family with a `value_type` of `Aggregate`. Format: `[-_.a-zA-Z0-9]+`
string family_name = 1;public Mutation.AddToCell.Builder setFamilyNameBytes(com.google.protobuf.ByteString value)
The name of the `Aggregate` family into which new data should be added. This must be a family with a `value_type` of `Aggregate`. Format: `[-_.a-zA-Z0-9]+`
string family_name = 1;value - The bytes for familyName to set.public boolean hasColumnQualifier()
The qualifier of the column into which new data should be added. This must be a `raw_value`.
.google.bigtable.v2.Value column_qualifier = 2;hasColumnQualifier in interface Mutation.AddToCellOrBuilderpublic Value getColumnQualifier()
The qualifier of the column into which new data should be added. This must be a `raw_value`.
.google.bigtable.v2.Value column_qualifier = 2;getColumnQualifier in interface Mutation.AddToCellOrBuilderpublic Mutation.AddToCell.Builder setColumnQualifier(Value value)
The qualifier of the column into which new data should be added. This must be a `raw_value`.
.google.bigtable.v2.Value column_qualifier = 2;public Mutation.AddToCell.Builder setColumnQualifier(Value.Builder builderForValue)
The qualifier of the column into which new data should be added. This must be a `raw_value`.
.google.bigtable.v2.Value column_qualifier = 2;public Mutation.AddToCell.Builder mergeColumnQualifier(Value value)
The qualifier of the column into which new data should be added. This must be a `raw_value`.
.google.bigtable.v2.Value column_qualifier = 2;public Mutation.AddToCell.Builder clearColumnQualifier()
The qualifier of the column into which new data should be added. This must be a `raw_value`.
.google.bigtable.v2.Value column_qualifier = 2;public Value.Builder getColumnQualifierBuilder()
The qualifier of the column into which new data should be added. This must be a `raw_value`.
.google.bigtable.v2.Value column_qualifier = 2;public ValueOrBuilder getColumnQualifierOrBuilder()
The qualifier of the column into which new data should be added. This must be a `raw_value`.
.google.bigtable.v2.Value column_qualifier = 2;getColumnQualifierOrBuilder in interface Mutation.AddToCellOrBuilderpublic boolean hasTimestamp()
The timestamp of the cell to which new data should be added. This must be a `raw_timestamp_micros` that matches the table's `granularity`.
.google.bigtable.v2.Value timestamp = 3;hasTimestamp in interface Mutation.AddToCellOrBuilderpublic Value getTimestamp()
The timestamp of the cell to which new data should be added. This must be a `raw_timestamp_micros` that matches the table's `granularity`.
.google.bigtable.v2.Value timestamp = 3;getTimestamp in interface Mutation.AddToCellOrBuilderpublic Mutation.AddToCell.Builder setTimestamp(Value value)
The timestamp of the cell to which new data should be added. This must be a `raw_timestamp_micros` that matches the table's `granularity`.
.google.bigtable.v2.Value timestamp = 3;public Mutation.AddToCell.Builder setTimestamp(Value.Builder builderForValue)
The timestamp of the cell to which new data should be added. This must be a `raw_timestamp_micros` that matches the table's `granularity`.
.google.bigtable.v2.Value timestamp = 3;public Mutation.AddToCell.Builder mergeTimestamp(Value value)
The timestamp of the cell to which new data should be added. This must be a `raw_timestamp_micros` that matches the table's `granularity`.
.google.bigtable.v2.Value timestamp = 3;public Mutation.AddToCell.Builder clearTimestamp()
The timestamp of the cell to which new data should be added. This must be a `raw_timestamp_micros` that matches the table's `granularity`.
.google.bigtable.v2.Value timestamp = 3;public Value.Builder getTimestampBuilder()
The timestamp of the cell to which new data should be added. This must be a `raw_timestamp_micros` that matches the table's `granularity`.
.google.bigtable.v2.Value timestamp = 3;public ValueOrBuilder getTimestampOrBuilder()
The timestamp of the cell to which new data should be added. This must be a `raw_timestamp_micros` that matches the table's `granularity`.
.google.bigtable.v2.Value timestamp = 3;getTimestampOrBuilder in interface Mutation.AddToCellOrBuilderpublic boolean hasInput()
The input value to be accumulated into the specified cell. This must be compatible with the family's `value_type.input_type`.
.google.bigtable.v2.Value input = 4;hasInput in interface Mutation.AddToCellOrBuilderpublic Value getInput()
The input value to be accumulated into the specified cell. This must be compatible with the family's `value_type.input_type`.
.google.bigtable.v2.Value input = 4;getInput in interface Mutation.AddToCellOrBuilderpublic Mutation.AddToCell.Builder setInput(Value value)
The input value to be accumulated into the specified cell. This must be compatible with the family's `value_type.input_type`.
.google.bigtable.v2.Value input = 4;public Mutation.AddToCell.Builder setInput(Value.Builder builderForValue)
The input value to be accumulated into the specified cell. This must be compatible with the family's `value_type.input_type`.
.google.bigtable.v2.Value input = 4;public Mutation.AddToCell.Builder mergeInput(Value value)
The input value to be accumulated into the specified cell. This must be compatible with the family's `value_type.input_type`.
.google.bigtable.v2.Value input = 4;public Mutation.AddToCell.Builder clearInput()
The input value to be accumulated into the specified cell. This must be compatible with the family's `value_type.input_type`.
.google.bigtable.v2.Value input = 4;public Value.Builder getInputBuilder()
The input value to be accumulated into the specified cell. This must be compatible with the family's `value_type.input_type`.
.google.bigtable.v2.Value input = 4;public ValueOrBuilder getInputOrBuilder()
The input value to be accumulated into the specified cell. This must be compatible with the family's `value_type.input_type`.
.google.bigtable.v2.Value input = 4;getInputOrBuilder in interface Mutation.AddToCellOrBuilderCopyright © 2026 Google LLC. All rights reserved.