Uses of Class
com.google.bigtable.v2.MutateRowResponse
-
Packages that use MutateRowResponse Package Description com.google.bigtable.v2 -
-
Uses of MutateRowResponse in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return MutateRowResponse Modifier and Type Method Description MutateRowResponse
MutateRowResponse.Builder. build()
MutateRowResponse
MutateRowResponse.Builder. buildPartial()
static MutateRowResponse
MutateRowResponse. getDefaultInstance()
MutateRowResponse
MutateRowResponse.Builder. getDefaultInstanceForType()
MutateRowResponse
MutateRowResponse. getDefaultInstanceForType()
MutateRowResponse
BigtableGrpc.BigtableBlockingStub. mutateRow(MutateRowRequest request)
Mutates a row atomically.static MutateRowResponse
MutateRowResponse. parseDelimitedFrom(InputStream input)
static MutateRowResponse
MutateRowResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MutateRowResponse
MutateRowResponse. parseFrom(byte[] data)
static MutateRowResponse
MutateRowResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MutateRowResponse
MutateRowResponse. parseFrom(com.google.protobuf.ByteString data)
static MutateRowResponse
MutateRowResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MutateRowResponse
MutateRowResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static MutateRowResponse
MutateRowResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MutateRowResponse
MutateRowResponse. parseFrom(InputStream input)
static MutateRowResponse
MutateRowResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MutateRowResponse
MutateRowResponse. parseFrom(ByteBuffer data)
static MutateRowResponse
MutateRowResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.bigtable.v2 that return types with arguments of type MutateRowResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<MutateRowRequest,MutateRowResponse>
BigtableGrpc. getMutateRowMethod()
com.google.protobuf.Parser<MutateRowResponse>
MutateRowResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<MutateRowResponse>
BigtableGrpc.BigtableFutureStub. mutateRow(MutateRowRequest request)
Mutates a row atomically.static com.google.protobuf.Parser<MutateRowResponse>
MutateRowResponse. parser()
Methods in com.google.bigtable.v2 with parameters of type MutateRowResponse Modifier and Type Method Description MutateRowResponse.Builder
MutateRowResponse.Builder. mergeFrom(MutateRowResponse other)
static MutateRowResponse.Builder
MutateRowResponse. newBuilder(MutateRowResponse prototype)
Method parameters in com.google.bigtable.v2 with type arguments of type MutateRowResponse Modifier and Type Method Description default void
BigtableGrpc.AsyncService. mutateRow(MutateRowRequest request, io.grpc.stub.StreamObserver<MutateRowResponse> responseObserver)
Mutates a row atomically.void
BigtableGrpc.BigtableStub. mutateRow(MutateRowRequest request, io.grpc.stub.StreamObserver<MutateRowResponse> responseObserver)
Mutates a row atomically.
-