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 MutateRowRequestMutateRowRequest.Builder. build()MutateRowRequestMutateRowRequest.Builder. buildPartial()static MutateRowRequestMutateRowRequest. getDefaultInstance()MutateRowRequestMutateRowRequest.Builder. getDefaultInstanceForType()MutateRowRequestMutateRowRequest. getDefaultInstanceForType()static MutateRowRequestMutateRowRequest. parseDelimitedFrom(InputStream input)static MutateRowRequestMutateRowRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MutateRowRequestMutateRowRequest. parseFrom(byte[] data)static MutateRowRequestMutateRowRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MutateRowRequestMutateRowRequest. parseFrom(com.google.protobuf.ByteString data)static MutateRowRequestMutateRowRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MutateRowRequestMutateRowRequest. parseFrom(com.google.protobuf.CodedInputStream input)static MutateRowRequestMutateRowRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MutateRowRequestMutateRowRequest. parseFrom(InputStream input)static MutateRowRequestMutateRowRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MutateRowRequestMutateRowRequest. parseFrom(ByteBuffer data)static MutateRowRequestMutateRowRequest. 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.BuilderMutateRowRequest.Builder. mergeFrom(MutateRowRequest other)default voidBigtableGrpc.AsyncService. mutateRow(MutateRowRequest request, io.grpc.stub.StreamObserver<MutateRowResponse> responseObserver)Mutates a row atomically.MutateRowResponseBigtableGrpc.BigtableBlockingStub. mutateRow(MutateRowRequest request)Mutates a row atomically.com.google.common.util.concurrent.ListenableFuture<MutateRowResponse>BigtableGrpc.BigtableFutureStub. mutateRow(MutateRowRequest request)Mutates a row atomically.voidBigtableGrpc.BigtableStub. mutateRow(MutateRowRequest request, io.grpc.stub.StreamObserver<MutateRowResponse> responseObserver)Mutates a row atomically.static MutateRowRequest.BuilderMutateRowRequest. 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 MutateRowRequestRowMutation. 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 RowMutationRowMutation. fromProto(MutateRowRequest request)Wraps the protobufMutateRowRequest.
-