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<CreateSessionRequest,Session> |
SpannerClient.createSessionCallable()
Creates a new session.
|
UnaryCallSettings<CreateSessionRequest,Session> |
SpannerSettings.createSessionSettings()
Returns the object with the settings used for calls to createSession.
|
UnaryCallSettings.Builder<CreateSessionRequest,Session> |
SpannerSettings.Builder.createSessionSettings()
Returns the builder for the settings used for calls to createSession.
|
Modifier and Type | Method and Description |
---|---|
Session |
SpannerClient.createSession(CreateSessionRequest request)
Creates a new session.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<CreateSessionRequest,Session> |
GrpcSpannerStub.createSessionCallable() |
UnaryCallable<CreateSessionRequest,Session> |
SpannerStub.createSessionCallable() |
UnaryCallSettings<CreateSessionRequest,Session> |
SpannerStubSettings.createSessionSettings()
Returns the object with the settings used for calls to createSession.
|
UnaryCallSettings.Builder<CreateSessionRequest,Session> |
SpannerStubSettings.Builder.createSessionSettings()
Returns the builder for the settings used for calls to createSession.
|
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<CreateSessionRequest,Session> |
SpannerGrpc.getCreateSessionMethod() |
Parser<CreateSessionRequest> |
CreateSessionRequest.getParserForType() |
static Parser<CreateSessionRequest> |
CreateSessionRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Session |
SpannerGrpc.SpannerBlockingStub.createSession(CreateSessionRequest request)
Creates a new session.
|
com.google.common.util.concurrent.ListenableFuture<Session> |
SpannerGrpc.SpannerFutureStub.createSession(CreateSessionRequest request)
Creates a new session.
|
void |
SpannerGrpc.SpannerImplBase.createSession(CreateSessionRequest request,
StreamObserver<Session> responseObserver)
Creates a new session.
|
void |
SpannerGrpc.SpannerStub.createSession(CreateSessionRequest request,
StreamObserver<Session> responseObserver)
Creates a new session.
|
CreateSessionRequest.Builder |
CreateSessionRequest.Builder.mergeFrom(CreateSessionRequest other) |
static CreateSessionRequest.Builder |
CreateSessionRequest.newBuilder(CreateSessionRequest prototype) |
Copyright © 2022 Google LLC. All rights reserved.