public static final class Mutation.Builder extends GeneratedMessageV3.Builder<Mutation.Builder> implements MutationOrBuilder
Specifies a particular change to be made to the contents of a row.Protobuf type
google.bigtable.v2.MutationgetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofmergeFrompublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3.Builder<Mutation.Builder>public Mutation.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<Mutation.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<Mutation.Builder>public Mutation getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic Mutation build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic Mutation buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic Mutation.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<Mutation.Builder>public Mutation.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<Mutation.Builder>public Mutation.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<Mutation.Builder>public Mutation.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<Mutation.Builder>public Mutation.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<Mutation.Builder>public Mutation.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<Mutation.Builder>public Mutation.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<Mutation.Builder>public Mutation.Builder mergeFrom(Mutation other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<Mutation.Builder>public Mutation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<Mutation.Builder>java.io.IOExceptionpublic Mutation.MutationCase getMutationCase()
getMutationCase in interface MutationOrBuilderpublic Mutation.Builder clearMutation()
public 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.Builder setSetCell(Mutation.SetCell value)
Set a cell's value.
.google.bigtable.v2.Mutation.SetCell set_cell = 1;public Mutation.Builder setSetCell(Mutation.SetCell.Builder builderForValue)
Set a cell's value.
.google.bigtable.v2.Mutation.SetCell set_cell = 1;public Mutation.Builder mergeSetCell(Mutation.SetCell value)
Set a cell's value.
.google.bigtable.v2.Mutation.SetCell set_cell = 1;public Mutation.Builder clearSetCell()
Set a cell's value.
.google.bigtable.v2.Mutation.SetCell set_cell = 1;public Mutation.SetCell.Builder getSetCellBuilder()
Set a cell's value.
.google.bigtable.v2.Mutation.SetCell set_cell = 1;public Mutation.SetCellOrBuilder getSetCellOrBuilder()
Set a cell's value.
.google.bigtable.v2.Mutation.SetCell set_cell = 1;getSetCellOrBuilder 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.Builder setDeleteFromColumn(Mutation.DeleteFromColumn value)
Deletes cells from a column.
.google.bigtable.v2.Mutation.DeleteFromColumn delete_from_column = 2;public Mutation.Builder setDeleteFromColumn(Mutation.DeleteFromColumn.Builder builderForValue)
Deletes cells from a column.
.google.bigtable.v2.Mutation.DeleteFromColumn delete_from_column = 2;public Mutation.Builder mergeDeleteFromColumn(Mutation.DeleteFromColumn value)
Deletes cells from a column.
.google.bigtable.v2.Mutation.DeleteFromColumn delete_from_column = 2;public Mutation.Builder clearDeleteFromColumn()
Deletes cells from a column.
.google.bigtable.v2.Mutation.DeleteFromColumn delete_from_column = 2;public Mutation.DeleteFromColumn.Builder getDeleteFromColumnBuilder()
Deletes cells from a column.
.google.bigtable.v2.Mutation.DeleteFromColumn delete_from_column = 2;public 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.Builder setDeleteFromFamily(Mutation.DeleteFromFamily value)
Deletes cells from a column family.
.google.bigtable.v2.Mutation.DeleteFromFamily delete_from_family = 3;public Mutation.Builder setDeleteFromFamily(Mutation.DeleteFromFamily.Builder builderForValue)
Deletes cells from a column family.
.google.bigtable.v2.Mutation.DeleteFromFamily delete_from_family = 3;public Mutation.Builder mergeDeleteFromFamily(Mutation.DeleteFromFamily value)
Deletes cells from a column family.
.google.bigtable.v2.Mutation.DeleteFromFamily delete_from_family = 3;public Mutation.Builder clearDeleteFromFamily()
Deletes cells from a column family.
.google.bigtable.v2.Mutation.DeleteFromFamily delete_from_family = 3;public Mutation.DeleteFromFamily.Builder getDeleteFromFamilyBuilder()
Deletes cells from a column family.
.google.bigtable.v2.Mutation.DeleteFromFamily delete_from_family = 3;public 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.Builder setDeleteFromRow(Mutation.DeleteFromRow value)
Deletes cells from the entire row.
.google.bigtable.v2.Mutation.DeleteFromRow delete_from_row = 4;public Mutation.Builder setDeleteFromRow(Mutation.DeleteFromRow.Builder builderForValue)
Deletes cells from the entire row.
.google.bigtable.v2.Mutation.DeleteFromRow delete_from_row = 4;public Mutation.Builder mergeDeleteFromRow(Mutation.DeleteFromRow value)
Deletes cells from the entire row.
.google.bigtable.v2.Mutation.DeleteFromRow delete_from_row = 4;public Mutation.Builder clearDeleteFromRow()
Deletes cells from the entire row.
.google.bigtable.v2.Mutation.DeleteFromRow delete_from_row = 4;public Mutation.DeleteFromRow.Builder getDeleteFromRowBuilder()
Deletes cells from the entire row.
.google.bigtable.v2.Mutation.DeleteFromRow delete_from_row = 4;public Mutation.DeleteFromRowOrBuilder getDeleteFromRowOrBuilder()
Deletes cells from the entire row.
.google.bigtable.v2.Mutation.DeleteFromRow delete_from_row = 4;getDeleteFromRowOrBuilder in interface MutationOrBuilderpublic final Mutation.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields in interface Message.BuildersetUnknownFields in class GeneratedMessageV3.Builder<Mutation.Builder>public final Mutation.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<Mutation.Builder>