Class DeleteCells
java.lang.Object
com.google.cloud.bigtable.data.v2.models.DeleteCells
- All Implemented Interfaces:
Entry
,Serializable
@InternalApi("Intended for use by the BigtableIO in apache/beam only.")
public abstract class DeleteCells
extends Object
implements Entry, Serializable
Representation of a DeleteCells mod in a data change.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic DeleteCells
create
(String familyName, com.google.protobuf.ByteString qualifier, Range.TimestampRange timestampRange) abstract String
Get the column family of the current DeleteCells.abstract com.google.protobuf.ByteString
Get the column qualifier of the current DeleteCells.abstract Range.TimestampRange
Get the timestamp range of the current DeleteCells.
-
Constructor Details
-
DeleteCells
public DeleteCells()
-
-
Method Details
-
create
public static DeleteCells create(@Nonnull String familyName, @Nonnull com.google.protobuf.ByteString qualifier, @Nonnull Range.TimestampRange timestampRange) -
getFamilyName
Get the column family of the current DeleteCells. -
getQualifier
Get the column qualifier of the current DeleteCells. -
getTimestampRange
Get the timestamp range of the current DeleteCells.
-