public final class Mutation extends 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 |
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, 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 |
alwaysUseFieldBuilders, unknownFields
memoizedSize
memoizedHashCode
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
toByteArray, toByteString, writeDelimitedTo, writeTo
public 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 UnknownFieldSet getUnknownFields()
getUnknownFields
in interface MessageOrBuilder
getUnknownFields
in class GeneratedMessageV3
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3
public Mutation.MutationCase getMutationCase()
getMutationCase
in interface MutationOrBuilder
public boolean hasSetCell()
Set a cell's value.
.google.bigtable.v2.Mutation.SetCell set_cell = 1;
hasSetCell
in interface MutationOrBuilder
public Mutation.SetCell getSetCell()
Set a cell's value.
.google.bigtable.v2.Mutation.SetCell set_cell = 1;
getSetCell
in interface MutationOrBuilder
public Mutation.SetCellOrBuilder getSetCellOrBuilder()
Set a cell's value.
.google.bigtable.v2.Mutation.SetCell set_cell = 1;
getSetCellOrBuilder
in interface MutationOrBuilder
public boolean hasDeleteFromColumn()
Deletes cells from a column.
.google.bigtable.v2.Mutation.DeleteFromColumn delete_from_column = 2;
hasDeleteFromColumn
in interface MutationOrBuilder
public Mutation.DeleteFromColumn getDeleteFromColumn()
Deletes cells from a column.
.google.bigtable.v2.Mutation.DeleteFromColumn delete_from_column = 2;
getDeleteFromColumn
in interface MutationOrBuilder
public Mutation.DeleteFromColumnOrBuilder getDeleteFromColumnOrBuilder()
Deletes cells from a column.
.google.bigtable.v2.Mutation.DeleteFromColumn delete_from_column = 2;
getDeleteFromColumnOrBuilder
in interface MutationOrBuilder
public boolean hasDeleteFromFamily()
Deletes cells from a column family.
.google.bigtable.v2.Mutation.DeleteFromFamily delete_from_family = 3;
hasDeleteFromFamily
in interface MutationOrBuilder
public Mutation.DeleteFromFamily getDeleteFromFamily()
Deletes cells from a column family.
.google.bigtable.v2.Mutation.DeleteFromFamily delete_from_family = 3;
getDeleteFromFamily
in interface MutationOrBuilder
public Mutation.DeleteFromFamilyOrBuilder getDeleteFromFamilyOrBuilder()
Deletes cells from a column family.
.google.bigtable.v2.Mutation.DeleteFromFamily delete_from_family = 3;
getDeleteFromFamilyOrBuilder
in interface MutationOrBuilder
public boolean hasDeleteFromRow()
Deletes cells from the entire row.
.google.bigtable.v2.Mutation.DeleteFromRow delete_from_row = 4;
hasDeleteFromRow
in interface MutationOrBuilder
public Mutation.DeleteFromRow getDeleteFromRow()
Deletes cells from the entire row.
.google.bigtable.v2.Mutation.DeleteFromRow delete_from_row = 4;
getDeleteFromRow
in interface MutationOrBuilder
public Mutation.DeleteFromRowOrBuilder getDeleteFromRowOrBuilder()
Deletes cells from the entire row.
.google.bigtable.v2.Mutation.DeleteFromRow delete_from_row = 4;
getDeleteFromRowOrBuilder
in interface MutationOrBuilder
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3
public void writeTo(CodedOutputStream output) throws java.io.IOException
writeTo
in interface MessageLite
writeTo
in class GeneratedMessageV3
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface MessageLite
getSerializedSize
in class GeneratedMessageV3
public boolean equals(java.lang.Object obj)
equals
in interface Message
equals
in class AbstractMessage
public int hashCode()
hashCode
in interface Message
hashCode
in class AbstractMessage
public static Mutation parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Mutation parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Mutation parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Mutation parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Mutation parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Mutation parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Mutation parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Mutation parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Mutation parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Mutation parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Mutation parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOException
public static Mutation parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public Mutation.Builder newBuilderForType()
newBuilderForType
in interface Message
newBuilderForType
in interface MessageLite
public static Mutation.Builder newBuilder()
public static Mutation.Builder newBuilder(Mutation prototype)
public Mutation.Builder toBuilder()
toBuilder
in interface Message
toBuilder
in interface MessageLite
protected Mutation.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class GeneratedMessageV3
public static Mutation getDefaultInstance()
public Parser<Mutation> getParserForType()
getParserForType
in interface Message
getParserForType
in interface MessageLite
getParserForType
in class GeneratedMessageV3
public Mutation getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder