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 |
---|---|
BatchCreateSessionsResponse |
SpannerClient.batchCreateSessions(BatchCreateSessionsRequest request)
Creates multiple new sessions.
|
BatchCreateSessionsResponse |
SpannerClient.batchCreateSessions(DatabaseName database,
int sessionCount)
Creates multiple new sessions.
|
BatchCreateSessionsResponse |
SpannerClient.batchCreateSessions(String database,
int sessionCount)
Creates multiple new sessions.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<BatchCreateSessionsRequest,BatchCreateSessionsResponse> |
SpannerClient.batchCreateSessionsCallable()
Creates multiple new sessions.
|
UnaryCallSettings<BatchCreateSessionsRequest,BatchCreateSessionsResponse> |
SpannerSettings.batchCreateSessionsSettings()
Returns the object with the settings used for calls to batchCreateSessions.
|
UnaryCallSettings.Builder<BatchCreateSessionsRequest,BatchCreateSessionsResponse> |
SpannerSettings.Builder.batchCreateSessionsSettings()
Returns the builder for the settings used for calls to batchCreateSessions.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<BatchCreateSessionsRequest,BatchCreateSessionsResponse> |
GrpcSpannerStub.batchCreateSessionsCallable() |
UnaryCallable<BatchCreateSessionsRequest,BatchCreateSessionsResponse> |
SpannerStub.batchCreateSessionsCallable() |
UnaryCallSettings<BatchCreateSessionsRequest,BatchCreateSessionsResponse> |
SpannerStubSettings.batchCreateSessionsSettings()
Returns the object with the settings used for calls to batchCreateSessions.
|
UnaryCallSettings.Builder<BatchCreateSessionsRequest,BatchCreateSessionsResponse> |
SpannerStubSettings.Builder.batchCreateSessionsSettings()
Returns the builder for the settings used for calls to batchCreateSessions.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<BatchCreateSessionsResponse> |
SpannerGrpc.SpannerFutureStub.batchCreateSessions(BatchCreateSessionsRequest request)
Creates multiple new sessions.
|
static MethodDescriptor<BatchCreateSessionsRequest,BatchCreateSessionsResponse> |
SpannerGrpc.getBatchCreateSessionsMethod() |
Parser<BatchCreateSessionsResponse> |
BatchCreateSessionsResponse.getParserForType() |
static Parser<BatchCreateSessionsResponse> |
BatchCreateSessionsResponse.parser() |
Modifier and Type | Method and Description |
---|---|
BatchCreateSessionsResponse.Builder |
BatchCreateSessionsResponse.Builder.mergeFrom(BatchCreateSessionsResponse other) |
static BatchCreateSessionsResponse.Builder |
BatchCreateSessionsResponse.newBuilder(BatchCreateSessionsResponse prototype) |
Modifier and Type | Method and Description |
---|---|
void |
SpannerGrpc.SpannerImplBase.batchCreateSessions(BatchCreateSessionsRequest request,
StreamObserver<BatchCreateSessionsResponse> responseObserver)
Creates multiple new sessions.
|
void |
SpannerGrpc.SpannerStub.batchCreateSessions(BatchCreateSessionsRequest request,
StreamObserver<BatchCreateSessionsResponse> responseObserver)
Creates multiple new sessions.
|
Copyright © 2022 Google LLC. All rights reserved.