public static final class Mutation.MergeToCell.Builder extends com.google.protobuf.GeneratedMessage.Builder<Mutation.MergeToCell.Builder> implements Mutation.MergeToCellOrBuilder
A Mutation which merges accumulated state into a cell in an `Aggregate` family.Protobuf type
google.bigtable.v2.Mutation.MergeToCell| Modifier and Type | Method and Description |
|---|---|
Mutation.MergeToCell |
build() |
Mutation.MergeToCell |
buildPartial() |
Mutation.MergeToCell.Builder |
clear() |
Mutation.MergeToCell.Builder |
clearColumnQualifier()
The qualifier of the column into which new data should be added.
|
Mutation.MergeToCell.Builder |
clearFamilyName()
The name of the `Aggregate` family into which new data should be added.
|
Mutation.MergeToCell.Builder |
clearInput()
The input value to be merged into the specified cell.
|
Mutation.MergeToCell.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.MergeToCell |
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 merged into the specified cell.
|
Value.Builder |
getInputBuilder()
The input value to be merged into the specified cell.
|
ValueOrBuilder |
getInputOrBuilder()
The input value to be merged 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 merged 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.MergeToCell.Builder |
mergeColumnQualifier(Value value)
The qualifier of the column into which new data should be added.
|
Mutation.MergeToCell.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Mutation.MergeToCell.Builder |
mergeFrom(com.google.protobuf.Message other) |
Mutation.MergeToCell.Builder |
mergeFrom(Mutation.MergeToCell other) |
Mutation.MergeToCell.Builder |
mergeInput(Value value)
The input value to be merged into the specified cell.
|
Mutation.MergeToCell.Builder |
mergeTimestamp(Value value)
The timestamp of the cell to which new data should be added.
|
Mutation.MergeToCell.Builder |
setColumnQualifier(Value.Builder builderForValue)
The qualifier of the column into which new data should be added.
|
Mutation.MergeToCell.Builder |
setColumnQualifier(Value value)
The qualifier of the column into which new data should be added.
|
Mutation.MergeToCell.Builder |
setFamilyName(String value)
The name of the `Aggregate` family into which new data should be added.
|
Mutation.MergeToCell.Builder |
setFamilyNameBytes(com.google.protobuf.ByteString value)
The name of the `Aggregate` family into which new data should be added.
|
Mutation.MergeToCell.Builder |
setInput(Value.Builder builderForValue)
The input value to be merged into the specified cell.
|
Mutation.MergeToCell.Builder |
setInput(Value value)
The input value to be merged into the specified cell.
|
Mutation.MergeToCell.Builder |
setTimestamp(Value.Builder builderForValue)
The timestamp of the cell to which new data should be added.
|
Mutation.MergeToCell.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.MergeToCell.Builder>public Mutation.MergeToCell.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.MergeToCell.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.MergeToCell.Builder>public Mutation.MergeToCell getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Mutation.MergeToCell build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Mutation.MergeToCell buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Mutation.MergeToCell.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Mutation.MergeToCell.Builder>public Mutation.MergeToCell.Builder mergeFrom(Mutation.MergeToCell other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<Mutation.MergeToCell.Builder>public Mutation.MergeToCell.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.MergeToCell.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.MergeToCellOrBuilderpublic 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.MergeToCellOrBuilderpublic Mutation.MergeToCell.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.MergeToCell.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.MergeToCell.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.MergeToCellOrBuilderpublic 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.MergeToCellOrBuilderpublic Mutation.MergeToCell.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.MergeToCell.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.MergeToCell.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.MergeToCell.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.MergeToCellOrBuilderpublic 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.MergeToCellOrBuilderpublic 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.MergeToCellOrBuilderpublic Mutation.MergeToCell.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.MergeToCell.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.MergeToCell.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.MergeToCell.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.MergeToCellOrBuilderpublic boolean hasInput()
The input value to be merged into the specified cell. This must be compatible with the family's `value_type.state_type`. Merging `NULL` is allowed, but has no effect.
.google.bigtable.v2.Value input = 4;hasInput in interface Mutation.MergeToCellOrBuilderpublic Value getInput()
The input value to be merged into the specified cell. This must be compatible with the family's `value_type.state_type`. Merging `NULL` is allowed, but has no effect.
.google.bigtable.v2.Value input = 4;getInput in interface Mutation.MergeToCellOrBuilderpublic Mutation.MergeToCell.Builder setInput(Value value)
The input value to be merged into the specified cell. This must be compatible with the family's `value_type.state_type`. Merging `NULL` is allowed, but has no effect.
.google.bigtable.v2.Value input = 4;public Mutation.MergeToCell.Builder setInput(Value.Builder builderForValue)
The input value to be merged into the specified cell. This must be compatible with the family's `value_type.state_type`. Merging `NULL` is allowed, but has no effect.
.google.bigtable.v2.Value input = 4;public Mutation.MergeToCell.Builder mergeInput(Value value)
The input value to be merged into the specified cell. This must be compatible with the family's `value_type.state_type`. Merging `NULL` is allowed, but has no effect.
.google.bigtable.v2.Value input = 4;public Mutation.MergeToCell.Builder clearInput()
The input value to be merged into the specified cell. This must be compatible with the family's `value_type.state_type`. Merging `NULL` is allowed, but has no effect.
.google.bigtable.v2.Value input = 4;public Value.Builder getInputBuilder()
The input value to be merged into the specified cell. This must be compatible with the family's `value_type.state_type`. Merging `NULL` is allowed, but has no effect.
.google.bigtable.v2.Value input = 4;public ValueOrBuilder getInputOrBuilder()
The input value to be merged into the specified cell. This must be compatible with the family's `value_type.state_type`. Merging `NULL` is allowed, but has no effect.
.google.bigtable.v2.Value input = 4;getInputOrBuilder in interface Mutation.MergeToCellOrBuilderCopyright © 2026 Google LLC. All rights reserved.