Package | Description |
---|---|
com.google.cloud.spanner.v1 |
The interfaces provided are listed below, along with usage samples.
|
com.google.cloud.spanner.v1.stub | |
com.google.spanner.v1 |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<GetSessionRequest,Session> |
SpannerClient.getSessionCallable()
Gets a session.
|
UnaryCallSettings<GetSessionRequest,Session> |
SpannerSettings.getSessionSettings()
Returns the object with the settings used for calls to getSession.
|
UnaryCallSettings.Builder<GetSessionRequest,Session> |
SpannerSettings.Builder.getSessionSettings()
Returns the builder for the settings used for calls to getSession.
|
Modifier and Type | Method and Description |
---|---|
Session |
SpannerClient.getSession(GetSessionRequest request)
Gets a session.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<GetSessionRequest,Session> |
GrpcSpannerStub.getSessionCallable() |
UnaryCallable<GetSessionRequest,Session> |
SpannerStub.getSessionCallable() |
UnaryCallSettings<GetSessionRequest,Session> |
SpannerStubSettings.getSessionSettings()
Returns the object with the settings used for calls to getSession.
|
UnaryCallSettings.Builder<GetSessionRequest,Session> |
SpannerStubSettings.Builder.getSessionSettings()
Returns the builder for the settings used for calls to getSession.
|
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<GetSessionRequest,Session> |
SpannerGrpc.getGetSessionMethod() |
Parser<GetSessionRequest> |
GetSessionRequest.getParserForType() |
static Parser<GetSessionRequest> |
GetSessionRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Session |
SpannerGrpc.SpannerBlockingStub.getSession(GetSessionRequest request)
Gets a session.
|
com.google.common.util.concurrent.ListenableFuture<Session> |
SpannerGrpc.SpannerFutureStub.getSession(GetSessionRequest request)
Gets a session.
|
void |
SpannerGrpc.SpannerImplBase.getSession(GetSessionRequest request,
StreamObserver<Session> responseObserver)
Gets a session.
|
void |
SpannerGrpc.SpannerStub.getSession(GetSessionRequest request,
StreamObserver<Session> responseObserver)
Gets a session.
|
GetSessionRequest.Builder |
GetSessionRequest.Builder.mergeFrom(GetSessionRequest other) |
static GetSessionRequest.Builder |
GetSessionRequest.newBuilder(GetSessionRequest prototype) |
Copyright © 2022 Google LLC. All rights reserved.