Uses of Class
com.google.cloud.bigtable.data.v2.models.RowMutation
Packages that use RowMutation
Package
Description
A client for the Cloud Bigtable data API.
-
Uses of RowMutation in com.google.cloud.bigtable.data.v2
Methods in com.google.cloud.bigtable.data.v2 that return types with arguments of type RowMutationModifier and TypeMethodDescriptioncom.google.api.gax.rpc.UnaryCallable<RowMutation,Void> BigtableDataClient.mutateRowCallable()Mutates a single row atomically.Methods in com.google.cloud.bigtable.data.v2 with parameters of type RowMutationModifier and TypeMethodDescriptionvoidBigtableDataClient.mutateRow(RowMutation rowMutation) Convenience method to synchronously mutate a single row atomically.com.google.api.core.ApiFuture<Void>BigtableDataClient.mutateRowAsync(RowMutation rowMutation) Convenience method to asynchronously mutate a single row atomically. -
Uses of RowMutation in com.google.cloud.bigtable.data.v2.models
Methods in com.google.cloud.bigtable.data.v2.models that return RowMutationModifier and TypeMethodDescriptionstatic RowMutationCreates a new instance of the mutation builder.static RowMutationCreates new instance of mutation builder by wrapping existing set of row mutations.static RowMutationCreates a new instance of the mutation builder.static RowMutationCreates new instance of mutation builder by wrapping existing set of row mutations.RowMutation.deleteCells(String familyName, com.google.protobuf.ByteString qualifier) RowMutation.deleteCells(String familyName, com.google.protobuf.ByteString qualifier, Range.TimestampRange timestampRange) RowMutation.deleteCells(String familyName, String qualifier) RowMutation.deleteFamily(String familyName) RowMutation.deleteRow()static RowMutationRowMutation.fromProto(MutateRowRequest request) Wraps the protobufMutateRowRequest.RowMutation.setCell(String familyName, com.google.protobuf.ByteString qualifier, long timestamp, long value) RowMutation.setCell(String familyName, com.google.protobuf.ByteString qualifier, long timestamp, com.google.protobuf.ByteString value) RowMutation.setCell(String familyName, com.google.protobuf.ByteString qualifier, com.google.protobuf.ByteString value) ChangeStreamMutation.toRowMutation(String tableId) -
Uses of RowMutation in com.google.cloud.bigtable.data.v2.stub
Methods in com.google.cloud.bigtable.data.v2.stub that return types with arguments of type RowMutationModifier and TypeMethodDescriptioncom.google.api.gax.rpc.UnaryCallSettings.Builder<RowMutation,Void> EnhancedBigtableStubSettings.Builder.mutateRowSettings()Returns the builder for the settings used for calls to MutateRow.com.google.api.gax.rpc.UnaryCallSettings<RowMutation,Void> EnhancedBigtableStubSettings.mutateRowSettings()Returns the object with the settings used for calls to MutateRow.