Interface Mutation.DeleteFromColumnOrBuilder (2.17.1)

public static interface Mutation.DeleteFromColumnOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getColumnQualifier()

public abstract 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
TypeDescription
ByteString

The columnQualifier.

getFamilyName()

public abstract String getFamilyName()

The name of the family from which cells should be deleted. Must match [-_.a-zA-Z0-9]+

string family_name = 1;

Returns
TypeDescription
String

The familyName.

getFamilyNameBytes()

public abstract ByteString getFamilyNameBytes()

The name of the family from which cells should be deleted. Must match [-_.a-zA-Z0-9]+

string family_name = 1;

Returns
TypeDescription
ByteString

The bytes for familyName.

getTimeRange()

public abstract TimestampRange getTimeRange()

The range of timestamps within which cells should be deleted.

.google.bigtable.v2.TimestampRange time_range = 3;

Returns
TypeDescription
TimestampRange

The timeRange.

getTimeRangeOrBuilder()

public abstract TimestampRangeOrBuilder getTimeRangeOrBuilder()

The range of timestamps within which cells should be deleted.

.google.bigtable.v2.TimestampRange time_range = 3;

Returns
TypeDescription
TimestampRangeOrBuilder

hasTimeRange()

public abstract boolean hasTimeRange()

The range of timestamps within which cells should be deleted.

.google.bigtable.v2.TimestampRange time_range = 3;

Returns
TypeDescription
boolean

Whether the timeRange field is set.