Uses of Class
com.google.cloud.bigtable.data.v2.models.ReadModifyWriteRow
Packages that use ReadModifyWriteRow
Package
Description
A client for the Cloud Bigtable data API.
-
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 ReadModifyWriteRowModifier and TypeMethodDescriptioncom.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 ReadModifyWriteRowModifier 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
Methods in com.google.cloud.bigtable.data.v2.models that return ReadModifyWriteRowModifier 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 ReadModifyWriteRowCreates a new instance of the ReadModifyWriteRow for the given target with targetId.static ReadModifyWriteRowCreates a new instance of the ReadModifyWriteRow for the given target with targetId.static ReadModifyWriteRowDeprecated.static ReadModifyWriteRowDeprecated.Please usecreate(TargetId, String)instead.static ReadModifyWriteRowReadModifyWriteRow.fromProto(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
Methods in com.google.cloud.bigtable.data.v2.stub that return types with arguments of type ReadModifyWriteRowModifier 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.
create(TargetId, ByteString)instead.