@Generated(value="by gRPC proto compiler", comments="Source: google/spanner/v1/spanner.proto") public final class SpannerGrpc extends Object
Cloud Spanner API The Cloud Spanner API can be used to manage sessions and execute transactions on data stored in Cloud Spanner databases.
Modifier and Type | Class and Description |
---|---|
static class |
SpannerGrpc.SpannerBlockingStub
Cloud Spanner API
The Cloud Spanner API can be used to manage sessions and execute
transactions on data stored in Cloud Spanner databases.
|
static class |
SpannerGrpc.SpannerFutureStub
Cloud Spanner API
The Cloud Spanner API can be used to manage sessions and execute
transactions on data stored in Cloud Spanner databases.
|
static class |
SpannerGrpc.SpannerImplBase
Cloud Spanner API
The Cloud Spanner API can be used to manage sessions and execute
transactions on data stored in Cloud Spanner databases.
|
static class |
SpannerGrpc.SpannerStub
Cloud Spanner API
The Cloud Spanner API can be used to manage sessions and execute
transactions on data stored in Cloud Spanner databases.
|
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME |
public static final String SERVICE_NAME
public static MethodDescriptor<CreateSessionRequest,Session> getCreateSessionMethod()
public static MethodDescriptor<BatchCreateSessionsRequest,BatchCreateSessionsResponse> getBatchCreateSessionsMethod()
public static MethodDescriptor<GetSessionRequest,Session> getGetSessionMethod()
public static MethodDescriptor<ListSessionsRequest,ListSessionsResponse> getListSessionsMethod()
public static MethodDescriptor<DeleteSessionRequest,Empty> getDeleteSessionMethod()
public static MethodDescriptor<ExecuteSqlRequest,ResultSet> getExecuteSqlMethod()
public static MethodDescriptor<ExecuteSqlRequest,PartialResultSet> getExecuteStreamingSqlMethod()
public static MethodDescriptor<ExecuteBatchDmlRequest,ExecuteBatchDmlResponse> getExecuteBatchDmlMethod()
public static MethodDescriptor<ReadRequest,ResultSet> getReadMethod()
public static MethodDescriptor<ReadRequest,PartialResultSet> getStreamingReadMethod()
public static MethodDescriptor<BeginTransactionRequest,Transaction> getBeginTransactionMethod()
public static MethodDescriptor<CommitRequest,CommitResponse> getCommitMethod()
public static MethodDescriptor<RollbackRequest,Empty> getRollbackMethod()
public static MethodDescriptor<PartitionQueryRequest,PartitionResponse> getPartitionQueryMethod()
public static MethodDescriptor<PartitionReadRequest,PartitionResponse> getPartitionReadMethod()
public static SpannerGrpc.SpannerStub newStub(Channel channel)
public static SpannerGrpc.SpannerBlockingStub newBlockingStub(Channel channel)
public static SpannerGrpc.SpannerFutureStub newFutureStub(Channel channel)
public static ServiceDescriptor getServiceDescriptor()
Copyright © 2022 Google LLC. All rights reserved.