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
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > MutationImplements
MutationOrBuilderStatic Fields
DELETE_FROM_COLUMN_FIELD_NUMBER
public static final int DELETE_FROM_COLUMN_FIELD_NUMBER
Type | Description |
int |
DELETE_FROM_FAMILY_FIELD_NUMBER
public static final int DELETE_FROM_FAMILY_FIELD_NUMBER
Type | Description |
int |
DELETE_FROM_ROW_FIELD_NUMBER
public static final int DELETE_FROM_ROW_FIELD_NUMBER
Type | Description |
int |
SET_CELL_FIELD_NUMBER
public static final int SET_CELL_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static Mutation getDefaultInstance()
Type | Description |
Mutation |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static Mutation.Builder newBuilder()
Type | Description |
Mutation.Builder |
newBuilder(Mutation prototype)
public static Mutation.Builder newBuilder(Mutation prototype)
Name | Description |
prototype | Mutation |
Type | Description |
Mutation.Builder |
parseDelimitedFrom(InputStream input)
public static Mutation parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Mutation |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Mutation parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Mutation |
Type | Description |
IOException |
parseFrom(byte[] data)
public static Mutation parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
Mutation |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Mutation parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Mutation |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static Mutation parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
Mutation |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Mutation parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Mutation |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static Mutation parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
Mutation |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Mutation parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Mutation |
Type | Description |
IOException |
parseFrom(InputStream input)
public static Mutation parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Mutation |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Mutation parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Mutation |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static Mutation parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
Mutation |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Mutation parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Mutation |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<Mutation> parser()
Type | Description |
Parser<Mutation> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public Mutation getDefaultInstanceForType()
Type | Description |
Mutation |
getDeleteFromColumn()
public Mutation.DeleteFromColumn getDeleteFromColumn()
Deletes cells from a column.
.google.bigtable.v2.Mutation.DeleteFromColumn delete_from_column = 2;
Type | Description |
Mutation.DeleteFromColumn | The deleteFromColumn. |
getDeleteFromColumnOrBuilder()
public Mutation.DeleteFromColumnOrBuilder getDeleteFromColumnOrBuilder()
Deletes cells from a column.
.google.bigtable.v2.Mutation.DeleteFromColumn delete_from_column = 2;
Type | Description |
Mutation.DeleteFromColumnOrBuilder |
getDeleteFromFamily()
public Mutation.DeleteFromFamily getDeleteFromFamily()
Deletes cells from a column family.
.google.bigtable.v2.Mutation.DeleteFromFamily delete_from_family = 3;
Type | Description |
Mutation.DeleteFromFamily | The deleteFromFamily. |
getDeleteFromFamilyOrBuilder()
public Mutation.DeleteFromFamilyOrBuilder getDeleteFromFamilyOrBuilder()
Deletes cells from a column family.
.google.bigtable.v2.Mutation.DeleteFromFamily delete_from_family = 3;
Type | Description |
Mutation.DeleteFromFamilyOrBuilder |
getDeleteFromRow()
public Mutation.DeleteFromRow getDeleteFromRow()
Deletes cells from the entire row.
.google.bigtable.v2.Mutation.DeleteFromRow delete_from_row = 4;
Type | Description |
Mutation.DeleteFromRow | The deleteFromRow. |
getDeleteFromRowOrBuilder()
public Mutation.DeleteFromRowOrBuilder getDeleteFromRowOrBuilder()
Deletes cells from the entire row.
.google.bigtable.v2.Mutation.DeleteFromRow delete_from_row = 4;
Type | Description |
Mutation.DeleteFromRowOrBuilder |
getMutationCase()
public Mutation.MutationCase getMutationCase()
Type | Description |
Mutation.MutationCase |
getParserForType()
public Parser<Mutation> getParserForType()
Type | Description |
Parser<Mutation> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getSetCell()
public Mutation.SetCell getSetCell()
Set a cell's value.
.google.bigtable.v2.Mutation.SetCell set_cell = 1;
Type | Description |
Mutation.SetCell | The setCell. |
getSetCellOrBuilder()
public Mutation.SetCellOrBuilder getSetCellOrBuilder()
Set a cell's value.
.google.bigtable.v2.Mutation.SetCell set_cell = 1;
Type | Description |
Mutation.SetCellOrBuilder |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hasDeleteFromColumn()
public boolean hasDeleteFromColumn()
Deletes cells from a column.
.google.bigtable.v2.Mutation.DeleteFromColumn delete_from_column = 2;
Type | Description |
boolean | Whether the deleteFromColumn field is set. |
hasDeleteFromFamily()
public boolean hasDeleteFromFamily()
Deletes cells from a column family.
.google.bigtable.v2.Mutation.DeleteFromFamily delete_from_family = 3;
Type | Description |
boolean | Whether the deleteFromFamily field is set. |
hasDeleteFromRow()
public boolean hasDeleteFromRow()
Deletes cells from the entire row.
.google.bigtable.v2.Mutation.DeleteFromRow delete_from_row = 4;
Type | Description |
boolean | Whether the deleteFromRow field is set. |
hasSetCell()
public boolean hasSetCell()
Set a cell's value.
.google.bigtable.v2.Mutation.SetCell set_cell = 1;
Type | Description |
boolean | Whether the setCell field is set. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public Mutation.Builder newBuilderForType()
Type | Description |
Mutation.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Mutation.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
Mutation.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public Mutation.Builder toBuilder()
Type | Description |
Mutation.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |