public static final class Mutation.SetCell extends GeneratedMessageV3 implements Mutation.SetCellOrBuilder
A Mutation which sets the value of the specified cell.
Protobuf type google.bigtable.v2.Mutation.SetCell
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > Mutation.SetCellImplements
Mutation.SetCellOrBuilderStatic Fields
COLUMN_QUALIFIER_FIELD_NUMBER
public static final int COLUMN_QUALIFIER_FIELD_NUMBER
Type | Description |
int |
FAMILY_NAME_FIELD_NUMBER
public static final int FAMILY_NAME_FIELD_NUMBER
Type | Description |
int |
TIMESTAMP_MICROS_FIELD_NUMBER
public static final int TIMESTAMP_MICROS_FIELD_NUMBER
Type | Description |
int |
VALUE_FIELD_NUMBER
public static final int VALUE_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static Mutation.SetCell getDefaultInstance()
Type | Description |
Mutation.SetCell |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static Mutation.SetCell.Builder newBuilder()
Type | Description |
Mutation.SetCell.Builder |
newBuilder(Mutation.SetCell prototype)
public static Mutation.SetCell.Builder newBuilder(Mutation.SetCell prototype)
Name | Description |
prototype | Mutation.SetCell |
Type | Description |
Mutation.SetCell.Builder |
parseDelimitedFrom(InputStream input)
public static Mutation.SetCell parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Mutation.SetCell |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Mutation.SetCell parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Mutation.SetCell |
Type | Description |
IOException |
parseFrom(byte[] data)
public static Mutation.SetCell parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
Mutation.SetCell |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Mutation.SetCell parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Mutation.SetCell |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static Mutation.SetCell parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
Mutation.SetCell |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Mutation.SetCell parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Mutation.SetCell |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static Mutation.SetCell parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
Mutation.SetCell |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Mutation.SetCell parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Mutation.SetCell |
Type | Description |
IOException |
parseFrom(InputStream input)
public static Mutation.SetCell parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Mutation.SetCell |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Mutation.SetCell parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Mutation.SetCell |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static Mutation.SetCell parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
Mutation.SetCell |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Mutation.SetCell parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Mutation.SetCell |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<Mutation.SetCell> parser()
Type | Description |
Parser<SetCell> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
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 |
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. |
getParserForType()
public Parser<Mutation.SetCell> getParserForType()
Type | Description |
Parser<SetCell> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
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. |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
getValue()
public ByteString getValue()
The value to be written into the specified cell.
bytes value = 4;
Type | Description |
ByteString | The value. |
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.SetCell.Builder newBuilderForType()
Type | Description |
Mutation.SetCell.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Mutation.SetCell.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
Mutation.SetCell.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public Mutation.SetCell.Builder toBuilder()
Type | Description |
Mutation.SetCell.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |