@InternalApi(value="Intended for use by the BigtableIO in apache/beam only.") public abstract class DeleteFamily extends Object implements Entry, Serializable
| Constructor and Description |
|---|
DeleteFamily() |
| Modifier and Type | Method and Description |
|---|---|
static DeleteFamily |
create(String familyName) |
abstract String |
getFamilyName()
Get the column family of the current DeleteFamily.
|
public static DeleteFamily create(@Nonnull String familyName)
Copyright © 2023 Google LLC. All rights reserved.