@Generated(value="by gRPC proto compiler (version 1.2.0)",
comments="Source: google/spanner/v1/spanner.proto")
public final class SpannerGrpc
extends java.lang.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 io.grpc.MethodDescriptor<com.google.spanner.v1.BeginTransactionRequest,com.google.spanner.v1.Transaction> |
METHOD_BEGIN_TRANSACTION |
static io.grpc.MethodDescriptor<com.google.spanner.v1.CommitRequest,com.google.spanner.v1.CommitResponse> |
METHOD_COMMIT |
static io.grpc.MethodDescriptor<com.google.spanner.v1.CreateSessionRequest,com.google.spanner.v1.Session> |
METHOD_CREATE_SESSION |
static io.grpc.MethodDescriptor<com.google.spanner.v1.DeleteSessionRequest,com.google.protobuf.Empty> |
METHOD_DELETE_SESSION |
static io.grpc.MethodDescriptor<com.google.spanner.v1.ExecuteSqlRequest,com.google.spanner.v1.ResultSet> |
METHOD_EXECUTE_SQL |
static io.grpc.MethodDescriptor<com.google.spanner.v1.ExecuteSqlRequest,com.google.spanner.v1.PartialResultSet> |
METHOD_EXECUTE_STREAMING_SQL |
static io.grpc.MethodDescriptor<com.google.spanner.v1.GetSessionRequest,com.google.spanner.v1.Session> |
METHOD_GET_SESSION |
static io.grpc.MethodDescriptor<com.google.spanner.v1.ReadRequest,com.google.spanner.v1.ResultSet> |
METHOD_READ |
static io.grpc.MethodDescriptor<com.google.spanner.v1.RollbackRequest,com.google.protobuf.Empty> |
METHOD_ROLLBACK |
static io.grpc.MethodDescriptor<com.google.spanner.v1.ReadRequest,com.google.spanner.v1.PartialResultSet> |
METHOD_STREAMING_READ |
static java.lang.String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
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 and streaming output 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 java.lang.String SERVICE_NAME
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<com.google.spanner.v1.CreateSessionRequest,com.google.spanner.v1.Session> METHOD_CREATE_SESSION
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<com.google.spanner.v1.GetSessionRequest,com.google.spanner.v1.Session> METHOD_GET_SESSION
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<com.google.spanner.v1.DeleteSessionRequest,com.google.protobuf.Empty> METHOD_DELETE_SESSION
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<com.google.spanner.v1.ExecuteSqlRequest,com.google.spanner.v1.ResultSet> METHOD_EXECUTE_SQL
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<com.google.spanner.v1.ExecuteSqlRequest,com.google.spanner.v1.PartialResultSet> METHOD_EXECUTE_STREAMING_SQL
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<com.google.spanner.v1.ReadRequest,com.google.spanner.v1.ResultSet> METHOD_READ
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<com.google.spanner.v1.ReadRequest,com.google.spanner.v1.PartialResultSet> METHOD_STREAMING_READ
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<com.google.spanner.v1.BeginTransactionRequest,com.google.spanner.v1.Transaction> METHOD_BEGIN_TRANSACTION
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<com.google.spanner.v1.CommitRequest,com.google.spanner.v1.CommitResponse> METHOD_COMMIT
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<com.google.spanner.v1.RollbackRequest,com.google.protobuf.Empty> METHOD_ROLLBACK
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()