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.SetCell
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Mutation.SetCell.BuilderImplements
Mutation.SetCellOrBuilderMethods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Mutation.SetCell.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Mutation.SetCell.Builder |
build()
public Mutation.SetCell build()
Type | Description |
Mutation.SetCell |
buildPartial()
public Mutation.SetCell buildPartial()
Type | Description |
Mutation.SetCell |
clear()
public Mutation.SetCell.Builder clear()
Type | Description |
Mutation.SetCell.Builder |
clearColumnQualifier()
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;
Type | Description |
Mutation.SetCell.Builder | This builder for chaining. |
clearFamilyName()
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;
Type | Description |
Mutation.SetCell.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public Mutation.SetCell.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
Mutation.SetCell.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public Mutation.SetCell.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
Mutation.SetCell.Builder |
clearTimestampMicros()
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;
Type | Description |
Mutation.SetCell.Builder | This builder for chaining. |
clearValue()
public Mutation.SetCell.Builder clearValue()
The value to be written into the specified cell.
bytes value = 4;
Type | Description |
Mutation.SetCell.Builder | This builder for chaining. |
clone()
public Mutation.SetCell.Builder clone()
Type | Description |
Mutation.SetCell.Builder |
getColumnQualifier()
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;
Type | Description |
ByteString | The columnQualifier. |
getDefaultInstanceForType()
public Mutation.SetCell getDefaultInstanceForType()
Type | Description |
Mutation.SetCell |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getFamilyName()
public String getFamilyName()
The name of the family into which new data should be written.
Must match [-_.a-zA-Z0-9]+
string family_name = 1;
Type | Description |
String | The familyName. |
getFamilyNameBytes()
public ByteString getFamilyNameBytes()
The name of the family into which new data should be written.
Must match [-_.a-zA-Z0-9]+
string family_name = 1;
Type | Description |
ByteString | The bytes for familyName. |
getTimestampMicros()
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;
Type | Description |
long | The timestampMicros. |
getValue()
public ByteString getValue()
The value to be written into the specified cell.
bytes value = 4;
Type | Description |
ByteString | The value. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(Mutation.SetCell other)
public Mutation.SetCell.Builder mergeFrom(Mutation.SetCell other)
Name | Description |
other | Mutation.SetCell |
Type | Description |
Mutation.SetCell.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Mutation.SetCell.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Mutation.SetCell.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public Mutation.SetCell.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
Mutation.SetCell.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Mutation.SetCell.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Mutation.SetCell.Builder |
setColumnQualifier(ByteString value)
public 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;
Name | Description |
value | ByteString The columnQualifier to set. |
Type | Description |
Mutation.SetCell.Builder | This builder for chaining. |
setFamilyName(String value)
public Mutation.SetCell.Builder setFamilyName(String value)
The name of the family into which new data should be written.
Must match [-_.a-zA-Z0-9]+
string family_name = 1;
Name | Description |
value | String The familyName to set. |
Type | Description |
Mutation.SetCell.Builder | This builder for chaining. |
setFamilyNameBytes(ByteString value)
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;
Name | Description |
value | ByteString The bytes for familyName to set. |
Type | Description |
Mutation.SetCell.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public Mutation.SetCell.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Mutation.SetCell.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Mutation.SetCell.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
Mutation.SetCell.Builder |
setTimestampMicros(long value)
public 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;
Name | Description |
value | long The timestampMicros to set. |
Type | Description |
Mutation.SetCell.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final Mutation.SetCell.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Mutation.SetCell.Builder |
setValue(ByteString value)
public Mutation.SetCell.Builder setValue(ByteString value)
The value to be written into the specified cell.
bytes value = 4;
Name | Description |
value | ByteString The value to set. |
Type | Description |
Mutation.SetCell.Builder | This builder for chaining. |