public static interface Mutation.DeleteFromColumnOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ByteString |
getColumnQualifier()
The qualifier of the column from which cells should be deleted.
|
java.lang.String |
getFamilyName()
The name of the family from which cells should be deleted.
|
ByteString |
getFamilyNameBytes()
The name of the family from which cells should be deleted.
|
TimestampRange |
getTimeRange()
The range of timestamps within which cells should be deleted.
|
TimestampRangeOrBuilder |
getTimeRangeOrBuilder()
The range of timestamps within which cells should be deleted.
|
boolean |
hasTimeRange()
The range of timestamps within which cells should be deleted.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getFamilyName()
The name of the family from which cells should be deleted. Must match `[-_.a-zA-Z0-9]+`
string family_name = 1;
ByteString getFamilyNameBytes()
The name of the family from which cells should be deleted. Must match `[-_.a-zA-Z0-9]+`
string family_name = 1;
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;
boolean hasTimeRange()
The range of timestamps within which cells should be deleted.
.google.bigtable.v2.TimestampRange time_range = 3;
TimestampRange getTimeRange()
The range of timestamps within which cells should be deleted.
.google.bigtable.v2.TimestampRange time_range = 3;
TimestampRangeOrBuilder getTimeRangeOrBuilder()
The range of timestamps within which cells should be deleted.
.google.bigtable.v2.TimestampRange time_range = 3;