public static final class Mutation.SetCell extends com.google.protobuf.GeneratedMessageV3 implements Mutation.SetCellOrBuilder
A Mutation which sets the value of the specified cell.Protobuf type
google.bigtable.v2.Mutation.SetCell| Modifier and Type | Class and Description |
|---|---|
static class |
Mutation.SetCell.Builder
A Mutation which sets the value of the specified cell.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
COLUMN_QUALIFIER_FIELD_NUMBER |
static int |
FAMILY_NAME_FIELD_NUMBER |
static int |
TIMESTAMP_MICROS_FIELD_NUMBER |
static int |
VALUE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
com.google.protobuf.ByteString |
getColumnQualifier()
The qualifier of the column into which new data should be written.
|
static Mutation.SetCell |
getDefaultInstance() |
Mutation.SetCell |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getFamilyName()
The name of the family into which new data should be written.
|
com.google.protobuf.ByteString |
getFamilyNameBytes()
The name of the family into which new data should be written.
|
com.google.protobuf.Parser<Mutation.SetCell> |
getParserForType() |
int |
getSerializedSize() |
long |
getTimestampMicros()
The timestamp of the cell into which new data should be written.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
com.google.protobuf.ByteString |
getValue()
The value to be written into the specified cell.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Mutation.SetCell.Builder |
newBuilder() |
static Mutation.SetCell.Builder |
newBuilder(Mutation.SetCell prototype) |
Mutation.SetCell.Builder |
newBuilderForType() |
protected Mutation.SetCell.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Mutation.SetCell |
parseDelimitedFrom(InputStream input) |
static Mutation.SetCell |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Mutation.SetCell |
parseFrom(byte[] data) |
static Mutation.SetCell |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Mutation.SetCell |
parseFrom(com.google.protobuf.ByteString data) |
static Mutation.SetCell |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Mutation.SetCell |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Mutation.SetCell |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Mutation.SetCell |
parseFrom(InputStream input) |
static Mutation.SetCell |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Mutation.SetCell> |
parser() |
Mutation.SetCell.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int FAMILY_NAME_FIELD_NUMBER
public static final int COLUMN_QUALIFIER_FIELD_NUMBER
public static final int TIMESTAMP_MICROS_FIELD_NUMBER
public static final int VALUE_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public 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 com.google.protobuf.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 com.google.protobuf.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 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 com.google.protobuf.ByteString getValue()
The value to be written into the specified cell.
bytes value = 4;getValue in interface Mutation.SetCellOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Mutation.SetCell parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Mutation.SetCell parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Mutation.SetCell parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Mutation.SetCell parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Mutation.SetCell parseFrom(InputStream input) throws IOException
IOExceptionpublic static Mutation.SetCell parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Mutation.SetCell parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Mutation.SetCell parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Mutation.SetCell parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Mutation.SetCell parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Mutation.SetCell.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Mutation.SetCell.Builder newBuilder()
public static Mutation.SetCell.Builder newBuilder(Mutation.SetCell prototype)
public Mutation.SetCell.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Mutation.SetCell.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Mutation.SetCell getDefaultInstance()
public static com.google.protobuf.Parser<Mutation.SetCell> parser()
public com.google.protobuf.Parser<Mutation.SetCell> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Mutation.SetCell getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder