Uses of Class
com.google.spanner.v1.CommitResponse
-
Packages that use CommitResponse Package Description com.google.cloud.spanner.spi.v1 com.google.cloud.spanner.v1 A client to Cloud Spanner APIcom.google.cloud.spanner.v1.stub com.google.spanner.v1 -
-
Uses of CommitResponse in com.google.cloud.spanner.spi.v1
Methods in com.google.cloud.spanner.spi.v1 that return CommitResponse Modifier and Type Method Description CommitResponse
GapicSpannerRpc. commit(CommitRequest commitRequest, Map<SpannerRpc.Option,?> options)
CommitResponse
SpannerRpc. commit(CommitRequest commitRequest, Map<SpannerRpc.Option,?> options)
Methods in com.google.cloud.spanner.spi.v1 that return types with arguments of type CommitResponse Modifier and Type Method Description com.google.api.core.ApiFuture<CommitResponse>
GapicSpannerRpc. commitAsync(CommitRequest request, Map<SpannerRpc.Option,?> options)
com.google.api.core.ApiFuture<CommitResponse>
SpannerRpc. commitAsync(CommitRequest commitRequest, Map<SpannerRpc.Option,?> options)
-
Uses of CommitResponse in com.google.cloud.spanner.v1
Methods in com.google.cloud.spanner.v1 that return CommitResponse Modifier and Type Method Description CommitResponse
SpannerClient. commit(CommitRequest request)
Commits a transaction.CommitResponse
SpannerClient. commit(SessionName session, com.google.protobuf.ByteString transactionId, List<Mutation> mutations)
Commits a transaction.CommitResponse
SpannerClient. commit(SessionName session, TransactionOptions singleUseTransaction, List<Mutation> mutations)
Commits a transaction.CommitResponse
SpannerClient. commit(String session, com.google.protobuf.ByteString transactionId, List<Mutation> mutations)
Commits a transaction.CommitResponse
SpannerClient. commit(String session, TransactionOptions singleUseTransaction, List<Mutation> mutations)
Commits a transaction.Methods in com.google.cloud.spanner.v1 that return types with arguments of type CommitResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CommitRequest,CommitResponse>
SpannerClient. commitCallable()
Commits a transaction.com.google.api.gax.rpc.UnaryCallSettings.Builder<CommitRequest,CommitResponse>
SpannerSettings.Builder. commitSettings()
Returns the builder for the settings used for calls to commit.com.google.api.gax.rpc.UnaryCallSettings<CommitRequest,CommitResponse>
SpannerSettings. commitSettings()
Returns the object with the settings used for calls to commit. -
Uses of CommitResponse in com.google.cloud.spanner.v1.stub
Methods in com.google.cloud.spanner.v1.stub that return types with arguments of type CommitResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CommitRequest,CommitResponse>
GrpcSpannerStub. commitCallable()
com.google.api.gax.rpc.UnaryCallable<CommitRequest,CommitResponse>
HttpJsonSpannerStub. commitCallable()
com.google.api.gax.rpc.UnaryCallable<CommitRequest,CommitResponse>
SpannerStub. commitCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CommitRequest,CommitResponse>
SpannerStubSettings.Builder. commitSettings()
Returns the builder for the settings used for calls to commit.com.google.api.gax.rpc.UnaryCallSettings<CommitRequest,CommitResponse>
SpannerStubSettings. commitSettings()
Returns the object with the settings used for calls to commit. -
Uses of CommitResponse in com.google.spanner.v1
Methods in com.google.spanner.v1 that return CommitResponse Modifier and Type Method Description CommitResponse
CommitResponse.Builder. build()
CommitResponse
CommitResponse.Builder. buildPartial()
CommitResponse
SpannerGrpc.SpannerBlockingStub. commit(CommitRequest request)
Commits a transaction.static CommitResponse
CommitResponse. getDefaultInstance()
CommitResponse
CommitResponse.Builder. getDefaultInstanceForType()
CommitResponse
CommitResponse. getDefaultInstanceForType()
static CommitResponse
CommitResponse. parseDelimitedFrom(InputStream input)
static CommitResponse
CommitResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommitResponse
CommitResponse. parseFrom(byte[] data)
static CommitResponse
CommitResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommitResponse
CommitResponse. parseFrom(com.google.protobuf.ByteString data)
static CommitResponse
CommitResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommitResponse
CommitResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static CommitResponse
CommitResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommitResponse
CommitResponse. parseFrom(InputStream input)
static CommitResponse
CommitResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommitResponse
CommitResponse. parseFrom(ByteBuffer data)
static CommitResponse
CommitResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.spanner.v1 that return types with arguments of type CommitResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<CommitResponse>
SpannerGrpc.SpannerFutureStub. commit(CommitRequest request)
Commits a transaction.static io.grpc.MethodDescriptor<CommitRequest,CommitResponse>
SpannerGrpc. getCommitMethod()
com.google.protobuf.Parser<CommitResponse>
CommitResponse. getParserForType()
static com.google.protobuf.Parser<CommitResponse>
CommitResponse. parser()
Methods in com.google.spanner.v1 with parameters of type CommitResponse Modifier and Type Method Description CommitResponse.Builder
CommitResponse.Builder. mergeFrom(CommitResponse other)
static CommitResponse.Builder
CommitResponse. newBuilder(CommitResponse prototype)
Method parameters in com.google.spanner.v1 with type arguments of type CommitResponse Modifier and Type Method Description default void
SpannerGrpc.AsyncService. commit(CommitRequest request, io.grpc.stub.StreamObserver<CommitResponse> responseObserver)
Commits a transaction.void
SpannerGrpc.SpannerStub. commit(CommitRequest request, io.grpc.stub.StreamObserver<CommitResponse> responseObserver)
Commits a transaction.
-