@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 |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<BatchCreateSessionsRequest,BatchCreateSessionsResponse> |
getBatchCreateSessionsMethod() |
static io.grpc.MethodDescriptor<BeginTransactionRequest,Transaction> |
getBeginTransactionMethod() |
static io.grpc.MethodDescriptor<CommitRequest,CommitResponse> |
getCommitMethod() |
static io.grpc.MethodDescriptor<CreateSessionRequest,Session> |
getCreateSessionMethod() |
static io.grpc.MethodDescriptor<DeleteSessionRequest,com.google.protobuf.Empty> |
getDeleteSessionMethod() |
static io.grpc.MethodDescriptor<ExecuteBatchDmlRequest,ExecuteBatchDmlResponse> |
getExecuteBatchDmlMethod() |
static io.grpc.MethodDescriptor<ExecuteSqlRequest,ResultSet> |
getExecuteSqlMethod() |
static io.grpc.MethodDescriptor<ExecuteSqlRequest,PartialResultSet> |
getExecuteStreamingSqlMethod() |
static io.grpc.MethodDescriptor<GetSessionRequest,Session> |
getGetSessionMethod() |
static io.grpc.MethodDescriptor<ListSessionsRequest,ListSessionsResponse> |
getListSessionsMethod() |
static io.grpc.MethodDescriptor<PartitionQueryRequest,PartitionResponse> |
getPartitionQueryMethod() |
static io.grpc.MethodDescriptor<PartitionReadRequest,PartitionResponse> |
getPartitionReadMethod() |
static io.grpc.MethodDescriptor<ReadRequest,ResultSet> |
getReadMethod() |
static io.grpc.MethodDescriptor<RollbackRequest,com.google.protobuf.Empty> |
getRollbackMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<ReadRequest,PartialResultSet> |
getStreamingReadMethod() |
static SpannerGrpc.SpannerBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static SpannerGrpc.SpannerFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static SpannerGrpc.SpannerStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<CreateSessionRequest,Session> getCreateSessionMethod()
public static io.grpc.MethodDescriptor<BatchCreateSessionsRequest,BatchCreateSessionsResponse> getBatchCreateSessionsMethod()
public static io.grpc.MethodDescriptor<GetSessionRequest,Session> getGetSessionMethod()
public static io.grpc.MethodDescriptor<ListSessionsRequest,ListSessionsResponse> getListSessionsMethod()
public static io.grpc.MethodDescriptor<DeleteSessionRequest,com.google.protobuf.Empty> getDeleteSessionMethod()
public static io.grpc.MethodDescriptor<ExecuteSqlRequest,ResultSet> getExecuteSqlMethod()
public static io.grpc.MethodDescriptor<ExecuteSqlRequest,PartialResultSet> getExecuteStreamingSqlMethod()
public static io.grpc.MethodDescriptor<ExecuteBatchDmlRequest,ExecuteBatchDmlResponse> getExecuteBatchDmlMethod()
public static io.grpc.MethodDescriptor<ReadRequest,ResultSet> getReadMethod()
public static io.grpc.MethodDescriptor<ReadRequest,PartialResultSet> getStreamingReadMethod()
public static io.grpc.MethodDescriptor<BeginTransactionRequest,Transaction> getBeginTransactionMethod()
public static io.grpc.MethodDescriptor<CommitRequest,CommitResponse> getCommitMethod()
public static io.grpc.MethodDescriptor<RollbackRequest,com.google.protobuf.Empty> getRollbackMethod()
public static io.grpc.MethodDescriptor<PartitionQueryRequest,PartitionResponse> getPartitionQueryMethod()
public static io.grpc.MethodDescriptor<PartitionReadRequest,PartitionResponse> getPartitionReadMethod()
public static SpannerGrpc.SpannerStub newStub(io.grpc.Channel channel)
public static SpannerGrpc.SpannerBlockingStub newBlockingStub(io.grpc.Channel channel)
public static SpannerGrpc.SpannerFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2021 Google LLC. All rights reserved.