| Package | Description |
|---|---|
| com.google.bigtable.v2 |
| Modifier and Type | Field and Description |
|---|---|
static io.grpc.MethodDescriptor<CheckAndMutateRowRequest,CheckAndMutateRowResponse> |
BigtableGrpc.METHOD_CHECK_AND_MUTATE_ROW |
| Modifier and Type | Method and Description |
|---|---|
CheckAndMutateRowRequest |
CheckAndMutateRowRequest.Builder.build() |
CheckAndMutateRowRequest |
CheckAndMutateRowRequest.Builder.buildPartial() |
static CheckAndMutateRowRequest |
CheckAndMutateRowRequest.getDefaultInstance() |
CheckAndMutateRowRequest |
CheckAndMutateRowRequest.getDefaultInstanceForType() |
CheckAndMutateRowRequest |
CheckAndMutateRowRequest.Builder.getDefaultInstanceForType() |
static CheckAndMutateRowRequest |
CheckAndMutateRowRequest.parseDelimitedFrom(InputStream input) |
static CheckAndMutateRowRequest |
CheckAndMutateRowRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CheckAndMutateRowRequest |
CheckAndMutateRowRequest.parseFrom(byte[] data) |
static CheckAndMutateRowRequest |
CheckAndMutateRowRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CheckAndMutateRowRequest |
CheckAndMutateRowRequest.parseFrom(com.google.protobuf.ByteString data) |
static CheckAndMutateRowRequest |
CheckAndMutateRowRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CheckAndMutateRowRequest |
CheckAndMutateRowRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static CheckAndMutateRowRequest |
CheckAndMutateRowRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CheckAndMutateRowRequest |
CheckAndMutateRowRequest.parseFrom(InputStream input) |
static CheckAndMutateRowRequest |
CheckAndMutateRowRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<CheckAndMutateRowRequest> |
CheckAndMutateRowRequest.getParserForType() |
static com.google.protobuf.Parser<CheckAndMutateRowRequest> |
CheckAndMutateRowRequest.parser() |
| Modifier and Type | Method and Description |
|---|---|
CheckAndMutateRowResponse |
BigtableGrpc.BigtableBlockingStub.checkAndMutateRow(CheckAndMutateRowRequest request)
Mutates a row atomically based on the output of a predicate Reader filter.
|
com.google.common.util.concurrent.ListenableFuture<CheckAndMutateRowResponse> |
BigtableGrpc.BigtableFutureStub.checkAndMutateRow(CheckAndMutateRowRequest request)
Mutates a row atomically based on the output of a predicate Reader filter.
|
void |
BigtableGrpc.BigtableImplBase.checkAndMutateRow(CheckAndMutateRowRequest request,
io.grpc.stub.StreamObserver<CheckAndMutateRowResponse> responseObserver)
Mutates a row atomically based on the output of a predicate Reader filter.
|
void |
BigtableGrpc.BigtableStub.checkAndMutateRow(CheckAndMutateRowRequest request,
io.grpc.stub.StreamObserver<CheckAndMutateRowResponse> responseObserver)
Mutates a row atomically based on the output of a predicate Reader filter.
|
CheckAndMutateRowRequest.Builder |
CheckAndMutateRowRequest.Builder.mergeFrom(CheckAndMutateRowRequest other) |
static CheckAndMutateRowRequest.Builder |
CheckAndMutateRowRequest.newBuilder(CheckAndMutateRowRequest prototype) |