Uses of Class
com.google.bigtable.v2.MutateRowsResponse
-
Packages that use MutateRowsResponse Package Description com.google.bigtable.v2 -
-
Uses of MutateRowsResponse in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return MutateRowsResponse Modifier and Type Method Description MutateRowsResponse
MutateRowsResponse.Builder. build()
MutateRowsResponse
MutateRowsResponse.Builder. buildPartial()
static MutateRowsResponse
MutateRowsResponse. getDefaultInstance()
MutateRowsResponse
MutateRowsResponse.Builder. getDefaultInstanceForType()
MutateRowsResponse
MutateRowsResponse. getDefaultInstanceForType()
static MutateRowsResponse
MutateRowsResponse. parseDelimitedFrom(InputStream input)
static MutateRowsResponse
MutateRowsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MutateRowsResponse
MutateRowsResponse. parseFrom(byte[] data)
static MutateRowsResponse
MutateRowsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MutateRowsResponse
MutateRowsResponse. parseFrom(com.google.protobuf.ByteString data)
static MutateRowsResponse
MutateRowsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MutateRowsResponse
MutateRowsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static MutateRowsResponse
MutateRowsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MutateRowsResponse
MutateRowsResponse. parseFrom(InputStream input)
static MutateRowsResponse
MutateRowsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MutateRowsResponse
MutateRowsResponse. parseFrom(ByteBuffer data)
static MutateRowsResponse
MutateRowsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.bigtable.v2 that return types with arguments of type MutateRowsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<MutateRowsRequest,MutateRowsResponse>
BigtableGrpc. getMutateRowsMethod()
com.google.protobuf.Parser<MutateRowsResponse>
MutateRowsResponse. getParserForType()
Iterator<MutateRowsResponse>
BigtableGrpc.BigtableBlockingStub. mutateRows(MutateRowsRequest request)
Mutates multiple rows in a batch.static com.google.protobuf.Parser<MutateRowsResponse>
MutateRowsResponse. parser()
Methods in com.google.bigtable.v2 with parameters of type MutateRowsResponse Modifier and Type Method Description MutateRowsResponse.Builder
MutateRowsResponse.Builder. mergeFrom(MutateRowsResponse other)
static MutateRowsResponse.Builder
MutateRowsResponse. newBuilder(MutateRowsResponse prototype)
Method parameters in com.google.bigtable.v2 with type arguments of type MutateRowsResponse Modifier and Type Method Description default void
BigtableGrpc.AsyncService. mutateRows(MutateRowsRequest request, io.grpc.stub.StreamObserver<MutateRowsResponse> responseObserver)
Mutates multiple rows in a batch.void
BigtableGrpc.BigtableStub. mutateRows(MutateRowsRequest request, io.grpc.stub.StreamObserver<MutateRowsResponse> responseObserver)
Mutates multiple rows in a batch.
-