Uses of Class
com.google.spanner.v1.CommitRequest
-
Packages that use CommitRequest 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 CommitRequest in com.google.cloud.spanner.spi.v1
Methods in com.google.cloud.spanner.spi.v1 with parameters of type CommitRequest Modifier and Type Method Description CommitResponse
GapicSpannerRpc. commit(CommitRequest commitRequest, Map<SpannerRpc.Option,?> options)
CommitResponse
SpannerRpc. commit(CommitRequest commitRequest, Map<SpannerRpc.Option,?> options)
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 CommitRequest in com.google.cloud.spanner.v1
Methods in com.google.cloud.spanner.v1 that return types with arguments of type CommitRequest 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.Methods in com.google.cloud.spanner.v1 with parameters of type CommitRequest Modifier and Type Method Description CommitResponse
SpannerClient. commit(CommitRequest request)
Commits a transaction. -
Uses of CommitRequest in com.google.cloud.spanner.v1.stub
Methods in com.google.cloud.spanner.v1.stub that return types with arguments of type CommitRequest 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 CommitRequest in com.google.spanner.v1
Methods in com.google.spanner.v1 that return CommitRequest Modifier and Type Method Description CommitRequest
CommitRequest.Builder. build()
CommitRequest
CommitRequest.Builder. buildPartial()
static CommitRequest
CommitRequest. getDefaultInstance()
CommitRequest
CommitRequest.Builder. getDefaultInstanceForType()
CommitRequest
CommitRequest. getDefaultInstanceForType()
static CommitRequest
CommitRequest. parseDelimitedFrom(InputStream input)
static CommitRequest
CommitRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommitRequest
CommitRequest. parseFrom(byte[] data)
static CommitRequest
CommitRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommitRequest
CommitRequest. parseFrom(com.google.protobuf.ByteString data)
static CommitRequest
CommitRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommitRequest
CommitRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CommitRequest
CommitRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommitRequest
CommitRequest. parseFrom(InputStream input)
static CommitRequest
CommitRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommitRequest
CommitRequest. parseFrom(ByteBuffer data)
static CommitRequest
CommitRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.spanner.v1 that return types with arguments of type CommitRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<CommitRequest,CommitResponse>
SpannerGrpc. getCommitMethod()
com.google.protobuf.Parser<CommitRequest>
CommitRequest. getParserForType()
static com.google.protobuf.Parser<CommitRequest>
CommitRequest. parser()
Methods in com.google.spanner.v1 with parameters of type CommitRequest Modifier and Type Method Description default void
SpannerGrpc.AsyncService. commit(CommitRequest request, io.grpc.stub.StreamObserver<CommitResponse> responseObserver)
Commits a transaction.CommitResponse
SpannerGrpc.SpannerBlockingStub. commit(CommitRequest request)
Commits a transaction.com.google.common.util.concurrent.ListenableFuture<CommitResponse>
SpannerGrpc.SpannerFutureStub. commit(CommitRequest request)
Commits a transaction.void
SpannerGrpc.SpannerStub. commit(CommitRequest request, io.grpc.stub.StreamObserver<CommitResponse> responseObserver)
Commits a transaction.CommitRequest.Builder
CommitRequest.Builder. mergeFrom(CommitRequest other)
static CommitRequest.Builder
CommitRequest. newBuilder(CommitRequest prototype)
-