@InternalApi(value="Intended for use by the BigtableIO in apache/beam only.") public abstract class DeleteCells extends Object implements Entry, Serializable
| Constructor and Description |
|---|
DeleteCells() |
| Modifier and Type | Method and Description |
|---|---|
static DeleteCells |
create(String familyName,
com.google.protobuf.ByteString qualifier,
Range.TimestampRange timestampRange) |
abstract String |
getFamilyName()
Get the column family of the current DeleteCells.
|
abstract com.google.protobuf.ByteString |
getQualifier()
Get the column qualifier of the current DeleteCells.
|
abstract Range.TimestampRange |
getTimestampRange()
Get the timestamp range of the current DeleteCells.
|
public static DeleteCells create(@Nonnull String familyName, @Nonnull com.google.protobuf.ByteString qualifier, @Nonnull Range.TimestampRange timestampRange)
@Nonnull public abstract String getFamilyName()
@Nonnull public abstract com.google.protobuf.ByteString getQualifier()
@Nonnull public abstract Range.TimestampRange getTimestampRange()
Copyright © 2023 Google LLC. All rights reserved.