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 MutateRowsRequestMutateRowsRequest.Builder. build()MutateRowsRequestMutateRowsRequest.Builder. buildPartial()static MutateRowsRequestMutateRowsRequest. getDefaultInstance()MutateRowsRequestMutateRowsRequest.Builder. getDefaultInstanceForType()MutateRowsRequestMutateRowsRequest. getDefaultInstanceForType()static MutateRowsRequestMutateRowsRequest. parseDelimitedFrom(InputStream input)static MutateRowsRequestMutateRowsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MutateRowsRequestMutateRowsRequest. parseFrom(byte[] data)static MutateRowsRequestMutateRowsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MutateRowsRequestMutateRowsRequest. parseFrom(com.google.protobuf.ByteString data)static MutateRowsRequestMutateRowsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MutateRowsRequestMutateRowsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static MutateRowsRequestMutateRowsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MutateRowsRequestMutateRowsRequest. parseFrom(InputStream input)static MutateRowsRequestMutateRowsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MutateRowsRequestMutateRowsRequest. parseFrom(ByteBuffer data)static MutateRowsRequestMutateRowsRequest. 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.BuilderMutateRowsRequest.Builder. mergeFrom(MutateRowsRequest other)default voidBigtableGrpc.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.voidBigtableGrpc.BigtableStub. mutateRows(MutateRowsRequest request, io.grpc.stub.StreamObserver<MutateRowsResponse> responseObserver)Mutates multiple rows in a batch.static MutateRowsRequest.BuilderMutateRowsRequest. 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 MutateRowsRequestRowMutation. 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.MutateRowsRequestBulkMutation. 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 BulkMutationBulkMutation. fromProto(MutateRowsRequest request)Wraps the protobufMutateRowsRequest.
-