Uses of Class
com.google.cloud.bigtable.data.v2.models.ReadModifyWriteRow
Package
Description
A client for the Cloud Bigtable data API.
-
Uses of ReadModifyWriteRow in com.google.cloud.bigtable.data.v2
Modifier and TypeMethodDescriptioncom.google.api.gax.rpc.UnaryCallable<ReadModifyWriteRow,
Row> BigtableDataClient.readModifyWriteRowCallable()
Modifies a row atomically on the server.Modifier and TypeMethodDescriptionBigtableDataClient.readModifyWriteRow
(ReadModifyWriteRow mutation) Convenience method that synchronously modifies a row atomically on the server.com.google.api.core.ApiFuture<Row>
BigtableDataClient.readModifyWriteRowAsync
(ReadModifyWriteRow mutation) Convenience method that asynchronously modifies a row atomically on the server. -
Uses of ReadModifyWriteRow in com.google.cloud.bigtable.data.v2.models
Modifier and TypeMethodDescriptionReadModifyWriteRow.append
(String familyName, com.google.protobuf.ByteString qualifier, com.google.protobuf.ByteString value) Appends the value to the existing value of the cell.Appends the value to the existing value of the cell.static ReadModifyWriteRow
static ReadModifyWriteRow
static ReadModifyWriteRow
ReadModifyWriteRow.fromProto
(com.google.bigtable.v2.ReadModifyWriteRowRequest request) Wraps the protobufReadModifyWriteRowRequest
.ReadModifyWriteRow.increment
(String familyName, com.google.protobuf.ByteString qualifier, long amount) Adds `amount` be added to the existing value.Adds `amount` be added to the existing value. -
Uses of ReadModifyWriteRow in com.google.cloud.bigtable.data.v2.stub
Modifier and TypeMethodDescriptioncom.google.api.gax.rpc.UnaryCallSettings.Builder<ReadModifyWriteRow,
Row> EnhancedBigtableStubSettings.Builder.readModifyWriteRowSettings()
Returns the builder with the settings used for calls to ReadModifyWriteRow.com.google.api.gax.rpc.UnaryCallSettings<ReadModifyWriteRow,
Row> EnhancedBigtableStubSettings.readModifyWriteRowSettings()
Returns the object with the settings used for calls to ReadModifyWriteRow.