Uses of Class
com.google.cloud.bigtable.data.v2.models.ReadModifyWriteRow
-
Packages that use ReadModifyWriteRow Package Description com.google.cloud.bigtable.data.v2 A client for the Cloud Bigtable data API.com.google.cloud.bigtable.data.v2.models com.google.cloud.bigtable.data.v2.stub -
-
Uses of ReadModifyWriteRow in com.google.cloud.bigtable.data.v2
Methods in com.google.cloud.bigtable.data.v2 that return types with arguments of type ReadModifyWriteRow Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ReadModifyWriteRow,Row>
BigtableDataClient. readModifyWriteRowCallable()
Modifies a row atomically on the server.Methods in com.google.cloud.bigtable.data.v2 with parameters of type ReadModifyWriteRow Modifier and Type Method Description Row
BigtableDataClient. 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
Methods in com.google.cloud.bigtable.data.v2.models that return ReadModifyWriteRow Modifier and Type Method Description ReadModifyWriteRow
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
ReadModifyWriteRow. append(String familyName, String qualifier, String value)
Appends the value to the existing value of the cell.static ReadModifyWriteRow
ReadModifyWriteRow. create(String tableId, com.google.protobuf.ByteString key)
static ReadModifyWriteRow
ReadModifyWriteRow. create(String tableId, String key)
static ReadModifyWriteRow
ReadModifyWriteRow. fromProto(ReadModifyWriteRowRequest request)
Wraps the protobufReadModifyWriteRowRequest
.ReadModifyWriteRow
ReadModifyWriteRow. increment(String familyName, com.google.protobuf.ByteString qualifier, long amount)
Adds `amount` be added to the existing value.ReadModifyWriteRow
ReadModifyWriteRow. increment(String familyName, String qualifier, long amount)
Adds `amount` be added to the existing value. -
Uses of ReadModifyWriteRow in com.google.cloud.bigtable.data.v2.stub
Methods in com.google.cloud.bigtable.data.v2.stub that return types with arguments of type ReadModifyWriteRow Modifier and Type Method Description com.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.
-