Send feedback
Class Mutation.DeleteFromColumn (2.10.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.10.0 keyboard_arrow_down
public static final class Mutation . DeleteFromColumn extends GeneratedMessageV3 implements Mutation . DeleteFromColumnOrBuilder
A Mutation which deletes cells from the specified column, optionally
restricting the deletions to a given timestamp range.
Protobuf type google.bigtable.v2.Mutation.DeleteFromColumn
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
TIME_RANGE_FIELD_NUMBER
public static final int TIME_RANGE_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static Mutation . DeleteFromColumn getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static Mutation . DeleteFromColumn . Builder newBuilder ()
Returns
newBuilder(Mutation.DeleteFromColumn prototype)
public static Mutation . DeleteFromColumn . Builder newBuilder ( Mutation . DeleteFromColumn prototype )
Parameter
Returns
public static Mutation . DeleteFromColumn parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static Mutation . DeleteFromColumn parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Mutation . DeleteFromColumn parseFrom ( byte [] data )
Parameter
Name Description data byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Mutation . DeleteFromColumn parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Mutation . DeleteFromColumn parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Mutation . DeleteFromColumn parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static Mutation . DeleteFromColumn parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static Mutation . DeleteFromColumn parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static Mutation . DeleteFromColumn parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static Mutation . DeleteFromColumn parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Mutation . DeleteFromColumn parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Mutation . DeleteFromColumn parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<Mutation . DeleteFromColumn > parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getColumnQualifier()
public ByteString getColumnQualifier ()
The qualifier of the column from which cells should be deleted.
Can be any byte string, including the empty string.
bytes column_qualifier = 2;
Returns
getDefaultInstanceForType()
public Mutation . DeleteFromColumn getDefaultInstanceForType ()
Returns
getFamilyName()
public String getFamilyName ()
The name of the family from which cells should be deleted.
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 from which cells should be deleted.
Must match [-_.a-zA-Z0-9]+
string family_name = 1;
Returns
Type Description ByteString The bytes for familyName.
getParserForType()
public Parser<Mutation . DeleteFromColumn > getParserForType ()
Returns
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getTimeRange()
public TimestampRange getTimeRange ()
The range of timestamps within which cells should be deleted.
.google.bigtable.v2.TimestampRange time_range = 3;
Returns
getTimeRangeOrBuilder()
public TimestampRangeOrBuilder getTimeRangeOrBuilder ()
The range of timestamps within which cells should be deleted.
.google.bigtable.v2.TimestampRange time_range = 3;
Returns
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
hasTimeRange()
public boolean hasTimeRange ()
The range of timestamps within which cells should be deleted.
.google.bigtable.v2.TimestampRange time_range = 3;
Returns
Type Description boolean Whether the timeRange field is set.
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public Mutation . DeleteFromColumn . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Mutation . DeleteFromColumn . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public Mutation . DeleteFromColumn . 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-02-14 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-02-14 UTC."],[],[]]