@Generated(value="by gapic-generator-java") public abstract class SpannerStub extends Object implements BackgroundResource
This class is for advanced usage and reflects the underlying API directly.
Constructor and Description |
---|
SpannerStub() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
awaitTermination, isShutdown, isTerminated, shutdown, shutdownNow
public UnaryCallable<CreateSessionRequest,Session> createSessionCallable()
public UnaryCallable<BatchCreateSessionsRequest,BatchCreateSessionsResponse> batchCreateSessionsCallable()
public UnaryCallable<GetSessionRequest,Session> getSessionCallable()
public UnaryCallable<ListSessionsRequest,SpannerClient.ListSessionsPagedResponse> listSessionsPagedCallable()
public UnaryCallable<ListSessionsRequest,ListSessionsResponse> listSessionsCallable()
public UnaryCallable<DeleteSessionRequest,Empty> deleteSessionCallable()
public UnaryCallable<ExecuteSqlRequest,ResultSet> executeSqlCallable()
public ServerStreamingCallable<ExecuteSqlRequest,PartialResultSet> executeStreamingSqlCallable()
public UnaryCallable<ExecuteBatchDmlRequest,ExecuteBatchDmlResponse> executeBatchDmlCallable()
public UnaryCallable<ReadRequest,ResultSet> readCallable()
public ServerStreamingCallable<ReadRequest,PartialResultSet> streamingReadCallable()
public UnaryCallable<BeginTransactionRequest,Transaction> beginTransactionCallable()
public UnaryCallable<CommitRequest,CommitResponse> commitCallable()
public UnaryCallable<RollbackRequest,Empty> rollbackCallable()
public UnaryCallable<PartitionQueryRequest,PartitionResponse> partitionQueryCallable()
public UnaryCallable<PartitionReadRequest,PartitionResponse> partitionReadCallable()
public abstract void close()
close
in interface AutoCloseable
Copyright © 2022 Google LLC. All rights reserved.