Uses of Class
com.google.cloud.bigtable.data.v2.models.RowMutation
-
Packages that use RowMutation 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 RowMutation in com.google.cloud.bigtable.data.v2
Methods in com.google.cloud.bigtable.data.v2 that return types with arguments of type RowMutation Modifier and Type Method Description com.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 RowMutation Modifier and Type Method Description voidBigtableDataClient. 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 RowMutation Modifier and Type Method Description static RowMutationRowMutation. create(String tableId, com.google.protobuf.ByteString key)Creates a new instance of the mutation builder.static RowMutationRowMutation. create(String tableId, com.google.protobuf.ByteString key, Mutation mutation)Creates new instance of mutation builder by wrapping existing set of row mutations.static RowMutationRowMutation. create(String tableId, String key)Creates a new instance of the mutation builder.static RowMutationRowMutation. create(String tableId, String key, Mutation mutation)Creates new instance of mutation builder by wrapping existing set of row mutations.RowMutationRowMutation. deleteCells(String familyName, com.google.protobuf.ByteString qualifier)RowMutationRowMutation. deleteCells(String familyName, com.google.protobuf.ByteString qualifier, Range.TimestampRange timestampRange)RowMutationRowMutation. deleteCells(String familyName, String qualifier)RowMutationRowMutation. deleteFamily(String familyName)RowMutationRowMutation. deleteRow()static RowMutationRowMutation. fromProto(MutateRowRequest request)Wraps the protobufMutateRowRequest.RowMutationRowMutation. setCell(String familyName, com.google.protobuf.ByteString qualifier, long value)RowMutationRowMutation. setCell(String familyName, com.google.protobuf.ByteString qualifier, long timestamp, long value)RowMutationRowMutation. setCell(String familyName, com.google.protobuf.ByteString qualifier, long timestamp, com.google.protobuf.ByteString value)RowMutationRowMutation. setCell(String familyName, com.google.protobuf.ByteString qualifier, com.google.protobuf.ByteString value)RowMutationRowMutation. setCell(String familyName, String qualifier, long value)RowMutationRowMutation. setCell(String familyName, String qualifier, long timestamp, long value)RowMutationRowMutation. setCell(String familyName, String qualifier, long timestamp, String value)RowMutationRowMutation. setCell(String familyName, String qualifier, String value)RowMutationChangeStreamMutation. 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 RowMutation Modifier and Type Method Description com.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.
-