public final class Mutation extends com.google.protobuf.GeneratedMessageV3 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.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.MutationCase |
static class |
Mutation.SetCell
A Mutation which sets the value of the specified cell.
|
static interface |
Mutation.SetCellOrBuilder |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
DELETE_FROM_COLUMN_FIELD_NUMBER |
static int |
DELETE_FROM_FAMILY_FIELD_NUMBER |
static int |
DELETE_FROM_ROW_FIELD_NUMBER |
static int |
SET_CELL_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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.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.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Mutation.Builder |
newBuilder() |
static Mutation.Builder |
newBuilder(Mutation prototype) |
Mutation.Builder |
newBuilderForType() |
protected Mutation.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.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(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) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int SET_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 final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public Mutation.MutationCase getMutationCase()
getMutationCase 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 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 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 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.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public 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(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.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public 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.GeneratedMessageV3public Mutation getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder