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