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 MutateRowResponseMutateRowResponse.Builder. build()MutateRowResponseMutateRowResponse.Builder. buildPartial()static MutateRowResponseMutateRowResponse. getDefaultInstance()MutateRowResponseMutateRowResponse.Builder. getDefaultInstanceForType()MutateRowResponseMutateRowResponse. getDefaultInstanceForType()MutateRowResponseBigtableGrpc.BigtableBlockingStub. mutateRow(MutateRowRequest request)Mutates a row atomically.static MutateRowResponseMutateRowResponse. parseDelimitedFrom(InputStream input)static MutateRowResponseMutateRowResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MutateRowResponseMutateRowResponse. parseFrom(byte[] data)static MutateRowResponseMutateRowResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MutateRowResponseMutateRowResponse. parseFrom(com.google.protobuf.ByteString data)static MutateRowResponseMutateRowResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MutateRowResponseMutateRowResponse. parseFrom(com.google.protobuf.CodedInputStream input)static MutateRowResponseMutateRowResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MutateRowResponseMutateRowResponse. parseFrom(InputStream input)static MutateRowResponseMutateRowResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MutateRowResponseMutateRowResponse. parseFrom(ByteBuffer data)static MutateRowResponseMutateRowResponse. 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.BuilderMutateRowResponse.Builder. mergeFrom(MutateRowResponse other)static MutateRowResponse.BuilderMutateRowResponse. newBuilder(MutateRowResponse prototype)Method parameters in com.google.bigtable.v2 with type arguments of type MutateRowResponse Modifier and Type Method Description default voidBigtableGrpc.AsyncService. mutateRow(MutateRowRequest request, io.grpc.stub.StreamObserver<MutateRowResponse> responseObserver)Mutates a row atomically.voidBigtableGrpc.BigtableStub. mutateRow(MutateRowRequest request, io.grpc.stub.StreamObserver<MutateRowResponse> responseObserver)Mutates a row atomically.
-