Send feedback
Class Mutation.SetCell (2.11.2)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.11.2 keyboard_arrow_down
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
Static Fields
COLUMN_QUALIFIER_FIELD_NUMBER
public static final int COLUMN_QUALIFIER_FIELD_NUMBER
Field Value
FAMILY_NAME_FIELD_NUMBER
public static final int FAMILY_NAME_FIELD_NUMBER
Field Value
TIMESTAMP_MICROS_FIELD_NUMBER
public static final int TIMESTAMP_MICROS_FIELD_NUMBER
Field Value
VALUE_FIELD_NUMBER
public static final int VALUE_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static Mutation . SetCell getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static Mutation . SetCell . Builder newBuilder ()
Returns
newBuilder(Mutation.SetCell prototype)
public static Mutation . SetCell . Builder newBuilder ( Mutation . SetCell prototype )
Parameter
Returns
public static Mutation . SetCell parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static Mutation . SetCell parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Mutation . SetCell parseFrom ( byte [] data )
Parameter
Name Description data byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Mutation . SetCell parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Mutation . SetCell parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Mutation . SetCell parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static Mutation . SetCell parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static Mutation . SetCell parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static Mutation . SetCell parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static Mutation . SetCell parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Mutation . SetCell parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Mutation . SetCell parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<Mutation . SetCell > parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
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;
Returns
getDefaultInstanceForType()
public Mutation . SetCell getDefaultInstanceForType ()
Returns
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;
Returns
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;
Returns
Type Description ByteString The bytes for familyName.
getParserForType()
public Parser<Mutation . SetCell > getParserForType ()
Returns
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
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;
Returns
Type Description long The timestampMicros.
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
getValue()
public ByteString getValue ()
The value to be written into the specified cell.
bytes value = 4;
Returns
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public Mutation . SetCell . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Mutation . SetCell . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public Mutation . SetCell . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]