public static interface Mutation.MergeToCellOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Value |
getColumnQualifier()
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.
|
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.
|
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.
|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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;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;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;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;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;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;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;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;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;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;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;Copyright © 2026 Google LLC. All rights reserved.