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 MutateRowsResponseMutateRowsResponse.Builder. build()MutateRowsResponseMutateRowsResponse.Builder. buildPartial()static MutateRowsResponseMutateRowsResponse. getDefaultInstance()MutateRowsResponseMutateRowsResponse.Builder. getDefaultInstanceForType()MutateRowsResponseMutateRowsResponse. getDefaultInstanceForType()static MutateRowsResponseMutateRowsResponse. parseDelimitedFrom(InputStream input)static MutateRowsResponseMutateRowsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MutateRowsResponseMutateRowsResponse. parseFrom(byte[] data)static MutateRowsResponseMutateRowsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MutateRowsResponseMutateRowsResponse. parseFrom(com.google.protobuf.ByteString data)static MutateRowsResponseMutateRowsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MutateRowsResponseMutateRowsResponse. parseFrom(com.google.protobuf.CodedInputStream input)static MutateRowsResponseMutateRowsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MutateRowsResponseMutateRowsResponse. parseFrom(InputStream input)static MutateRowsResponseMutateRowsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MutateRowsResponseMutateRowsResponse. parseFrom(ByteBuffer data)static MutateRowsResponseMutateRowsResponse. 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.BuilderMutateRowsResponse.Builder. mergeFrom(MutateRowsResponse other)static MutateRowsResponse.BuilderMutateRowsResponse. newBuilder(MutateRowsResponse prototype)Method parameters in com.google.bigtable.v2 with type arguments of type MutateRowsResponse Modifier and Type Method Description default voidBigtableGrpc.AsyncService. mutateRows(MutateRowsRequest request, io.grpc.stub.StreamObserver<MutateRowsResponse> responseObserver)Mutates multiple rows in a batch.voidBigtableGrpc.BigtableStub. mutateRows(MutateRowsRequest request, io.grpc.stub.StreamObserver<MutateRowsResponse> responseObserver)Mutates multiple rows in a batch.
-