public static final class Mutation.SetCell.Builder extends GeneratedMessageV3.Builder<Mutation.SetCell.Builder> implements Mutation.SetCellOrBuilder
A Mutation which sets the value of the specified cell.Protobuf type
google.bigtable.v2.Mutation.SetCellgetAllFields, 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.SetCell.Builder>public Mutation.SetCell.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<Mutation.SetCell.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<Mutation.SetCell.Builder>public Mutation.SetCell getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic Mutation.SetCell build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic Mutation.SetCell buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic Mutation.SetCell.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<Mutation.SetCell.Builder>public Mutation.SetCell.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<Mutation.SetCell.Builder>public Mutation.SetCell.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<Mutation.SetCell.Builder>public Mutation.SetCell.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<Mutation.SetCell.Builder>public Mutation.SetCell.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<Mutation.SetCell.Builder>public Mutation.SetCell.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<Mutation.SetCell.Builder>public Mutation.SetCell.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<Mutation.SetCell.Builder>public Mutation.SetCell.Builder mergeFrom(Mutation.SetCell other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<Mutation.SetCell.Builder>public Mutation.SetCell.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<Mutation.SetCell.Builder>java.io.IOExceptionpublic java.lang.String getFamilyName()
The name of the family into which new data should be written. Must match `[-_.a-zA-Z0-9]+`
string family_name = 1;getFamilyName in interface Mutation.SetCellOrBuilderpublic ByteString getFamilyNameBytes()
The name of the family into which new data should be written. Must match `[-_.a-zA-Z0-9]+`
string family_name = 1;getFamilyNameBytes in interface Mutation.SetCellOrBuilderpublic Mutation.SetCell.Builder setFamilyName(java.lang.String value)
The name of the family into which new data should be written. Must match `[-_.a-zA-Z0-9]+`
string family_name = 1;public Mutation.SetCell.Builder clearFamilyName()
The name of the family into which new data should be written. Must match `[-_.a-zA-Z0-9]+`
string family_name = 1;public Mutation.SetCell.Builder setFamilyNameBytes(ByteString value)
The name of the family into which new data should be written. Must match `[-_.a-zA-Z0-9]+`
string family_name = 1;public ByteString getColumnQualifier()
The qualifier of the column into which new data should be written. Can be any byte string, including the empty string.
bytes column_qualifier = 2;getColumnQualifier in interface Mutation.SetCellOrBuilderpublic Mutation.SetCell.Builder setColumnQualifier(ByteString value)
The qualifier of the column into which new data should be written. Can be any byte string, including the empty string.
bytes column_qualifier = 2;public Mutation.SetCell.Builder clearColumnQualifier()
The qualifier of the column into which new data should be written. Can be any byte string, including the empty string.
bytes column_qualifier = 2;public long getTimestampMicros()
The timestamp of the cell into which new data should be written. Use -1 for current Bigtable server time. Otherwise, the client should set this value itself, noting that the default value is a timestamp of zero if the field is left unspecified. Values must match the granularity of the table (e.g. micros, millis).
int64 timestamp_micros = 3;getTimestampMicros in interface Mutation.SetCellOrBuilderpublic Mutation.SetCell.Builder setTimestampMicros(long value)
The timestamp of the cell into which new data should be written. Use -1 for current Bigtable server time. Otherwise, the client should set this value itself, noting that the default value is a timestamp of zero if the field is left unspecified. Values must match the granularity of the table (e.g. micros, millis).
int64 timestamp_micros = 3;public Mutation.SetCell.Builder clearTimestampMicros()
The timestamp of the cell into which new data should be written. Use -1 for current Bigtable server time. Otherwise, the client should set this value itself, noting that the default value is a timestamp of zero if the field is left unspecified. Values must match the granularity of the table (e.g. micros, millis).
int64 timestamp_micros = 3;public ByteString getValue()
The value to be written into the specified cell.
bytes value = 4;getValue in interface Mutation.SetCellOrBuilderpublic Mutation.SetCell.Builder setValue(ByteString value)
The value to be written into the specified cell.
bytes value = 4;public Mutation.SetCell.Builder clearValue()
The value to be written into the specified cell.
bytes value = 4;public final Mutation.SetCell.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields in interface Message.BuildersetUnknownFields in class GeneratedMessageV3.Builder<Mutation.SetCell.Builder>public final Mutation.SetCell.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<Mutation.SetCell.Builder>