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