@Generated public final class Mutation extends com.google.protobuf.GeneratedMessage implements MutationOrBuilder
Specifies a particular change to be made to the contents of a row.Protobuf type
google.bigtable.v2.Mutation| Modifier and Type | Class and Description |
|---|---|
static class |
Mutation.AddToCell
A Mutation which incrementally updates a cell in an `Aggregate` family.
|
static interface |
Mutation.AddToCellOrBuilder |
static class |
Mutation.Builder
Specifies a particular change to be made to the contents of a row.
|
static class |
Mutation.DeleteFromColumn
A Mutation which deletes cells from the specified column, optionally
restricting the deletions to a given timestamp range.
|
static interface |
Mutation.DeleteFromColumnOrBuilder |
static class |
Mutation.DeleteFromFamily
A Mutation which deletes all cells from the specified column family.
|
static interface |
Mutation.DeleteFromFamilyOrBuilder |
static class |
Mutation.DeleteFromRow
A Mutation which deletes all cells from the containing row.
|
static interface |
Mutation.DeleteFromRowOrBuilder |
static class |
Mutation.MergeToCell
A Mutation which merges accumulated state into a cell in an `Aggregate`
family.
|
static interface |
Mutation.MergeToCellOrBuilder |
static class |
Mutation.MutationCase |
static class |
Mutation.SetCell
A Mutation which sets the value of the specified cell.
|
static interface |
Mutation.SetCellOrBuilder |
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT extends com.google.protobuf.Message,T>, com.google.protobuf.GeneratedMessage.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
ADD_TO_CELL_FIELD_NUMBER |
static int |
DELETE_FROM_COLUMN_FIELD_NUMBER |
static int |
DELETE_FROM_FAMILY_FIELD_NUMBER |
static int |
DELETE_FROM_ROW_FIELD_NUMBER |
static int |
MERGE_TO_CELL_FIELD_NUMBER |
static int |
SET_CELL_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Mutation.AddToCell |
getAddToCell()
Incrementally updates an `Aggregate` cell.
|
Mutation.AddToCellOrBuilder |
getAddToCellOrBuilder()
Incrementally updates an `Aggregate` cell.
|
static Mutation |
getDefaultInstance() |
Mutation |
getDefaultInstanceForType() |
Mutation.DeleteFromColumn |
getDeleteFromColumn()
Deletes cells from a column.
|
Mutation.DeleteFromColumnOrBuilder |
getDeleteFromColumnOrBuilder()
Deletes cells from a column.
|
Mutation.DeleteFromFamily |
getDeleteFromFamily()
Deletes cells from a column family.
|
Mutation.DeleteFromFamilyOrBuilder |
getDeleteFromFamilyOrBuilder()
Deletes cells from a column family.
|
Mutation.DeleteFromRow |
getDeleteFromRow()
Deletes cells from the entire row.
|
Mutation.DeleteFromRowOrBuilder |
getDeleteFromRowOrBuilder()
Deletes cells from the entire row.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Mutation.MergeToCell |
getMergeToCell()
Merges accumulated state to an `Aggregate` cell.
|
Mutation.MergeToCellOrBuilder |
getMergeToCellOrBuilder()
Merges accumulated state to an `Aggregate` cell.
|
Mutation.MutationCase |
getMutationCase() |
com.google.protobuf.Parser<Mutation> |
getParserForType() |
int |
getSerializedSize() |
Mutation.SetCell |
getSetCell()
Set a cell's value.
|
Mutation.SetCellOrBuilder |
getSetCellOrBuilder()
Set a cell's value.
|
boolean |
hasAddToCell()
Incrementally updates an `Aggregate` cell.
|
boolean |
hasDeleteFromColumn()
Deletes cells from a column.
|
boolean |
hasDeleteFromFamily()
Deletes cells from a column family.
|
boolean |
hasDeleteFromRow()
Deletes cells from the entire row.
|
int |
hashCode() |
boolean |
hasMergeToCell()
Merges accumulated state to an `Aggregate` cell.
|
boolean |
hasSetCell()
Set a cell's value.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Mutation.Builder |
newBuilder() |
static Mutation.Builder |
newBuilder(Mutation prototype) |
Mutation.Builder |
newBuilderForType() |
protected Mutation.Builder |
newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
static Mutation |
parseDelimitedFrom(InputStream input) |
static Mutation |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Mutation |
parseFrom(byte[] data) |
static Mutation |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Mutation |
parseFrom(ByteBuffer data) |
static Mutation |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Mutation |
parseFrom(com.google.protobuf.ByteString data) |
static Mutation |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Mutation |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Mutation |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Mutation |
parseFrom(InputStream input) |
static Mutation |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Mutation> |
parser() |
Mutation.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashFields, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int SET_CELL_FIELD_NUMBER
public static final int ADD_TO_CELL_FIELD_NUMBER
public static final int MERGE_TO_CELL_FIELD_NUMBER
public static final int DELETE_FROM_COLUMN_FIELD_NUMBER
public static final int DELETE_FROM_FAMILY_FIELD_NUMBER
public static final int DELETE_FROM_ROW_FIELD_NUMBER
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic Mutation.MutationCase getMutationCase()
getMutationCase in interface MutationOrBuilderpublic boolean hasSetCell()
Set a cell's value.
.google.bigtable.v2.Mutation.SetCell set_cell = 1;hasSetCell in interface MutationOrBuilderpublic Mutation.SetCell getSetCell()
Set a cell's value.
.google.bigtable.v2.Mutation.SetCell set_cell = 1;getSetCell in interface MutationOrBuilderpublic Mutation.SetCellOrBuilder getSetCellOrBuilder()
Set a cell's value.
.google.bigtable.v2.Mutation.SetCell set_cell = 1;getSetCellOrBuilder in interface MutationOrBuilderpublic boolean hasAddToCell()
Incrementally updates an `Aggregate` cell.
.google.bigtable.v2.Mutation.AddToCell add_to_cell = 5;hasAddToCell in interface MutationOrBuilderpublic Mutation.AddToCell getAddToCell()
Incrementally updates an `Aggregate` cell.
.google.bigtable.v2.Mutation.AddToCell add_to_cell = 5;getAddToCell in interface MutationOrBuilderpublic Mutation.AddToCellOrBuilder getAddToCellOrBuilder()
Incrementally updates an `Aggregate` cell.
.google.bigtable.v2.Mutation.AddToCell add_to_cell = 5;getAddToCellOrBuilder in interface MutationOrBuilderpublic boolean hasMergeToCell()
Merges accumulated state to an `Aggregate` cell.
.google.bigtable.v2.Mutation.MergeToCell merge_to_cell = 6;hasMergeToCell in interface MutationOrBuilderpublic Mutation.MergeToCell getMergeToCell()
Merges accumulated state to an `Aggregate` cell.
.google.bigtable.v2.Mutation.MergeToCell merge_to_cell = 6;getMergeToCell in interface MutationOrBuilderpublic Mutation.MergeToCellOrBuilder getMergeToCellOrBuilder()
Merges accumulated state to an `Aggregate` cell.
.google.bigtable.v2.Mutation.MergeToCell merge_to_cell = 6;getMergeToCellOrBuilder in interface MutationOrBuilderpublic boolean hasDeleteFromColumn()
Deletes cells from a column.
.google.bigtable.v2.Mutation.DeleteFromColumn delete_from_column = 2;hasDeleteFromColumn in interface MutationOrBuilderpublic Mutation.DeleteFromColumn getDeleteFromColumn()
Deletes cells from a column.
.google.bigtable.v2.Mutation.DeleteFromColumn delete_from_column = 2;getDeleteFromColumn in interface MutationOrBuilderpublic Mutation.DeleteFromColumnOrBuilder getDeleteFromColumnOrBuilder()
Deletes cells from a column.
.google.bigtable.v2.Mutation.DeleteFromColumn delete_from_column = 2;getDeleteFromColumnOrBuilder in interface MutationOrBuilderpublic boolean hasDeleteFromFamily()
Deletes cells from a column family.
.google.bigtable.v2.Mutation.DeleteFromFamily delete_from_family = 3;hasDeleteFromFamily in interface MutationOrBuilderpublic Mutation.DeleteFromFamily getDeleteFromFamily()
Deletes cells from a column family.
.google.bigtable.v2.Mutation.DeleteFromFamily delete_from_family = 3;getDeleteFromFamily in interface MutationOrBuilderpublic Mutation.DeleteFromFamilyOrBuilder getDeleteFromFamilyOrBuilder()
Deletes cells from a column family.
.google.bigtable.v2.Mutation.DeleteFromFamily delete_from_family = 3;getDeleteFromFamilyOrBuilder in interface MutationOrBuilderpublic boolean hasDeleteFromRow()
Deletes cells from the entire row.
.google.bigtable.v2.Mutation.DeleteFromRow delete_from_row = 4;hasDeleteFromRow in interface MutationOrBuilderpublic Mutation.DeleteFromRow getDeleteFromRow()
Deletes cells from the entire row.
.google.bigtable.v2.Mutation.DeleteFromRow delete_from_row = 4;getDeleteFromRow in interface MutationOrBuilderpublic Mutation.DeleteFromRowOrBuilder getDeleteFromRowOrBuilder()
Deletes cells from the entire row.
.google.bigtable.v2.Mutation.DeleteFromRow delete_from_row = 4;getDeleteFromRowOrBuilder in interface MutationOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessagepublic boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Mutation parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Mutation parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Mutation parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Mutation parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Mutation parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Mutation parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Mutation parseFrom(InputStream input) throws IOException
IOExceptionpublic static Mutation parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Mutation parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Mutation parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Mutation parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Mutation parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Mutation.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Mutation.Builder newBuilder()
public static Mutation.Builder newBuilder(Mutation prototype)
public Mutation.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Mutation.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.AbstractMessagepublic static Mutation getDefaultInstance()
public static com.google.protobuf.Parser<Mutation> parser()
public com.google.protobuf.Parser<Mutation> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic Mutation getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2026 Google LLC. All rights reserved.