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, SerializableRepresentation of a DeleteFamily mod in a data change.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeleteFamily()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static DeleteFamilycreate(String familyName)abstract StringgetFamilyName()Get the column family of the current DeleteFamily.
-
-
-
Method Detail
-
create
public static DeleteFamily create(@Nonnull String familyName)
-
-