Uses of Class
com.google.bigtable.v2.MutateRowsRequest
-
Packages that use MutateRowsRequest Package Description com.google.bigtable.v2 com.google.cloud.bigtable.data.v2.models -
-
Uses of MutateRowsRequest in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return MutateRowsRequest Modifier and Type Method Description MutateRowsRequest
MutateRowsRequest.Builder. build()
MutateRowsRequest
MutateRowsRequest.Builder. buildPartial()
static MutateRowsRequest
MutateRowsRequest. getDefaultInstance()
MutateRowsRequest
MutateRowsRequest.Builder. getDefaultInstanceForType()
MutateRowsRequest
MutateRowsRequest. getDefaultInstanceForType()
static MutateRowsRequest
MutateRowsRequest. parseDelimitedFrom(InputStream input)
static MutateRowsRequest
MutateRowsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MutateRowsRequest
MutateRowsRequest. parseFrom(byte[] data)
static MutateRowsRequest
MutateRowsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MutateRowsRequest
MutateRowsRequest. parseFrom(com.google.protobuf.ByteString data)
static MutateRowsRequest
MutateRowsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MutateRowsRequest
MutateRowsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static MutateRowsRequest
MutateRowsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MutateRowsRequest
MutateRowsRequest. parseFrom(InputStream input)
static MutateRowsRequest
MutateRowsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MutateRowsRequest
MutateRowsRequest. parseFrom(ByteBuffer data)
static MutateRowsRequest
MutateRowsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.bigtable.v2 that return types with arguments of type MutateRowsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<MutateRowsRequest,MutateRowsResponse>
BigtableGrpc. getMutateRowsMethod()
com.google.protobuf.Parser<MutateRowsRequest>
MutateRowsRequest. getParserForType()
static com.google.protobuf.Parser<MutateRowsRequest>
MutateRowsRequest. parser()
Methods in com.google.bigtable.v2 with parameters of type MutateRowsRequest Modifier and Type Method Description MutateRowsRequest.Builder
MutateRowsRequest.Builder. mergeFrom(MutateRowsRequest other)
default void
BigtableGrpc.AsyncService. mutateRows(MutateRowsRequest request, io.grpc.stub.StreamObserver<MutateRowsResponse> responseObserver)
Mutates multiple rows in a batch.Iterator<MutateRowsResponse>
BigtableGrpc.BigtableBlockingStub. mutateRows(MutateRowsRequest request)
Mutates multiple rows in a batch.void
BigtableGrpc.BigtableStub. mutateRows(MutateRowsRequest request, io.grpc.stub.StreamObserver<MutateRowsResponse> responseObserver)
Mutates multiple rows in a batch.static MutateRowsRequest.Builder
MutateRowsRequest. newBuilder(MutateRowsRequest prototype)
-
Uses of MutateRowsRequest in com.google.cloud.bigtable.data.v2.models
Methods in com.google.cloud.bigtable.data.v2.models that return MutateRowsRequest Modifier and Type Method Description MutateRowsRequest
RowMutation. toBulkProto(com.google.cloud.bigtable.data.v2.internal.RequestContext requestContext)
Creates a single entry bulkMutateRowsRequest
, which will be merged by the batching logic in the callable chain.MutateRowsRequest
BulkMutation. toProto(com.google.cloud.bigtable.data.v2.internal.RequestContext requestContext)
Methods in com.google.cloud.bigtable.data.v2.models with parameters of type MutateRowsRequest Modifier and Type Method Description static BulkMutation
BulkMutation. fromProto(MutateRowsRequest request)
Wraps the protobufMutateRowsRequest
.
-