public final class ReadModifyWriteRow extends Object implements Serializable
ReadModifyWriteRowRequest.| Modifier and Type | Method and Description |
|---|---|
ReadModifyWriteRow |
append(String familyName,
com.google.protobuf.ByteString qualifier,
com.google.protobuf.ByteString value)
Appends the value to the existing value of the cell.
|
ReadModifyWriteRow |
append(String familyName,
String qualifier,
String value)
Appends the value to the existing value of the cell.
|
static ReadModifyWriteRow |
create(String tableId,
com.google.protobuf.ByteString key)
Deprecated.
Please use
create(TargetId, ByteString) instead. |
static ReadModifyWriteRow |
create(String tableId,
String key)
Deprecated.
Please use
create(TargetId, String) instead. |
static ReadModifyWriteRow |
create(TargetId targetId,
com.google.protobuf.ByteString key)
Creates a new instance of the ReadModifyWriteRow for the given target with targetId.
|
static ReadModifyWriteRow |
create(TargetId targetId,
String key)
Creates a new instance of the ReadModifyWriteRow for the given target with targetId.
|
static ReadModifyWriteRow |
fromProto(ReadModifyWriteRowRequest request)
Wraps the protobuf
ReadModifyWriteRowRequest. |
ReadModifyWriteRow |
increment(String familyName,
com.google.protobuf.ByteString qualifier,
long amount)
Adds `amount` be added to the existing value.
|
ReadModifyWriteRow |
increment(String familyName,
String qualifier,
long amount)
Adds `amount` be added to the existing value.
|
ReadModifyWriteRowRequest |
toProto(com.google.cloud.bigtable.data.v2.internal.RequestContext requestContext) |
@Deprecated public static ReadModifyWriteRow create(String tableId, String key)
create(TargetId, String) instead.public static ReadModifyWriteRow create(TargetId targetId, String key)
AuthorizedViewId,
TableId@Deprecated public static ReadModifyWriteRow create(String tableId, com.google.protobuf.ByteString key)
create(TargetId, ByteString) instead.public static ReadModifyWriteRow create(TargetId targetId, com.google.protobuf.ByteString key)
AuthorizedViewId,
TableIdpublic ReadModifyWriteRow append(@Nonnull String familyName, @Nonnull String qualifier, @Nonnull String value)
public ReadModifyWriteRow append(@Nonnull String familyName, @Nonnull com.google.protobuf.ByteString qualifier, @Nonnull com.google.protobuf.ByteString value)
public ReadModifyWriteRow increment(@Nonnull String familyName, @Nonnull String qualifier, long amount)
public ReadModifyWriteRow increment(@Nonnull String familyName, @Nonnull com.google.protobuf.ByteString qualifier, long amount)
@InternalApi public ReadModifyWriteRowRequest toProto(com.google.cloud.bigtable.data.v2.internal.RequestContext requestContext)
@BetaApi public static ReadModifyWriteRow fromProto(@Nonnull ReadModifyWriteRowRequest request)
ReadModifyWriteRowRequest.
WARNING: Please note that the table_name will be overwritten by the configuration in the BigtableDataClient.
Copyright © 2026 Google LLC. All rights reserved.