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<ListSessionsRequest,ListSessionsResponse> |
SpannerClient.listSessionsCallable()
Lists all sessions in a given database.
|
UnaryCallable<ListSessionsRequest,SpannerClient.ListSessionsPagedResponse> |
SpannerClient.listSessionsPagedCallable()
Lists all sessions in a given database.
|
PagedCallSettings<ListSessionsRequest,ListSessionsResponse,SpannerClient.ListSessionsPagedResponse> |
SpannerSettings.listSessionsSettings()
Returns the object with the settings used for calls to listSessions.
|
PagedCallSettings.Builder<ListSessionsRequest,ListSessionsResponse,SpannerClient.ListSessionsPagedResponse> |
SpannerSettings.Builder.listSessionsSettings()
Returns the builder for the settings used for calls to listSessions.
|
Modifier and Type | Method and Description |
---|---|
SpannerClient.ListSessionsPagedResponse |
SpannerClient.listSessions(ListSessionsRequest request)
Lists all sessions in a given database.
|
Modifier and Type | Method and Description |
---|---|
static com.google.api.core.ApiFuture<SpannerClient.ListSessionsPagedResponse> |
SpannerClient.ListSessionsPagedResponse.createAsync(PageContext<ListSessionsRequest,ListSessionsResponse,Session> context,
com.google.api.core.ApiFuture<ListSessionsResponse> futureResponse) |
protected SpannerClient.ListSessionsPage |
SpannerClient.ListSessionsPage.createPage(PageContext<ListSessionsRequest,ListSessionsResponse,Session> context,
ListSessionsResponse response) |
com.google.api.core.ApiFuture<SpannerClient.ListSessionsPage> |
SpannerClient.ListSessionsPage.createPageAsync(PageContext<ListSessionsRequest,ListSessionsResponse,Session> context,
com.google.api.core.ApiFuture<ListSessionsResponse> futureResponse) |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<ListSessionsRequest,ListSessionsResponse> |
SpannerGrpc.getListSessionsMethod() |
Parser<ListSessionsRequest> |
ListSessionsRequest.getParserForType() |
static Parser<ListSessionsRequest> |
ListSessionsRequest.parser() |
Modifier and Type | Method and Description |
---|---|
ListSessionsResponse |
SpannerGrpc.SpannerBlockingStub.listSessions(ListSessionsRequest request)
Lists all sessions in a given database.
|
com.google.common.util.concurrent.ListenableFuture<ListSessionsResponse> |
SpannerGrpc.SpannerFutureStub.listSessions(ListSessionsRequest request)
Lists all sessions in a given database.
|
void |
SpannerGrpc.SpannerImplBase.listSessions(ListSessionsRequest request,
StreamObserver<ListSessionsResponse> responseObserver)
Lists all sessions in a given database.
|
void |
SpannerGrpc.SpannerStub.listSessions(ListSessionsRequest request,
StreamObserver<ListSessionsResponse> responseObserver)
Lists all sessions in a given database.
|
ListSessionsRequest.Builder |
ListSessionsRequest.Builder.mergeFrom(ListSessionsRequest other) |
static ListSessionsRequest.Builder |
ListSessionsRequest.newBuilder(ListSessionsRequest prototype) |
Copyright © 2022 Google LLC. All rights reserved.