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 CommitResponseGapicSpannerRpc. commit(CommitRequest commitRequest, Map<SpannerRpc.Option,?> options)CommitResponseSpannerRpc. 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 CommitResponseSpannerClient. commit(CommitRequest request)Commits a transaction.CommitResponseSpannerClient. commit(SessionName session, com.google.protobuf.ByteString transactionId, List<Mutation> mutations)Commits a transaction.CommitResponseSpannerClient. commit(SessionName session, TransactionOptions singleUseTransaction, List<Mutation> mutations)Commits a transaction.CommitResponseSpannerClient. commit(String session, com.google.protobuf.ByteString transactionId, List<Mutation> mutations)Commits a transaction.CommitResponseSpannerClient. 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 CommitResponseCommitResponse.Builder. build()CommitResponseCommitResponse.Builder. buildPartial()CommitResponseSpannerGrpc.SpannerBlockingStub. commit(CommitRequest request)Commits a transaction.static CommitResponseCommitResponse. getDefaultInstance()CommitResponseCommitResponse.Builder. getDefaultInstanceForType()CommitResponseCommitResponse. getDefaultInstanceForType()static CommitResponseCommitResponse. parseDelimitedFrom(InputStream input)static CommitResponseCommitResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommitResponseCommitResponse. parseFrom(byte[] data)static CommitResponseCommitResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommitResponseCommitResponse. parseFrom(com.google.protobuf.ByteString data)static CommitResponseCommitResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommitResponseCommitResponse. parseFrom(com.google.protobuf.CodedInputStream input)static CommitResponseCommitResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommitResponseCommitResponse. parseFrom(InputStream input)static CommitResponseCommitResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CommitResponseCommitResponse. parseFrom(ByteBuffer data)static CommitResponseCommitResponse. 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.BuilderCommitResponse.Builder. mergeFrom(CommitResponse other)static CommitResponse.BuilderCommitResponse. newBuilder(CommitResponse prototype)Method parameters in com.google.spanner.v1 with type arguments of type CommitResponse Modifier and Type Method Description default voidSpannerGrpc.AsyncService. commit(CommitRequest request, io.grpc.stub.StreamObserver<CommitResponse> responseObserver)Commits a transaction.voidSpannerGrpc.SpannerStub. commit(CommitRequest request, io.grpc.stub.StreamObserver<CommitResponse> responseObserver)Commits a transaction.
-