public static interface Mutation.DeleteFromColumnOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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;
Type | Description |
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;
Type | Description |
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;
Type | Description |
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;
Type | Description |
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;
Type | Description |
TimestampRangeOrBuilder |
hasTimeRange()
public abstract boolean hasTimeRange()
The range of timestamps within which cells should be deleted.
.google.bigtable.v2.TimestampRange time_range = 3;
Type | Description |
boolean | Whether the timeRange field is set. |