Package | Description |
---|---|
com.google.cloud.spanner.v1 |
A client to Cloud Spanner API.
|
com.google.cloud.spanner.v1.stub |
Modifier and Type | Method and Description |
---|---|
SpannerClient.ListSessionsPagedResponse |
SpannerClient.listSessions(DatabaseName database)
Lists all sessions in a given database.
|
SpannerClient.ListSessionsPagedResponse |
SpannerClient.listSessions(ListSessionsRequest request)
Lists all sessions in a given database.
|
SpannerClient.ListSessionsPagedResponse |
SpannerClient.listSessions(String database)
Lists all sessions in a given database.
|
Modifier and Type | Method and Description |
---|---|
static com.google.api.core.ApiFuture<SpannerClient.ListSessionsPagedResponse> |
SpannerClient.ListSessionsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListSessionsRequest,ListSessionsResponse,Session> context,
com.google.api.core.ApiFuture<ListSessionsResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListSessionsRequest,SpannerClient.ListSessionsPagedResponse> |
SpannerClient.listSessionsPagedCallable()
Lists all sessions in a given database.
|
com.google.api.gax.rpc.PagedCallSettings<ListSessionsRequest,ListSessionsResponse,SpannerClient.ListSessionsPagedResponse> |
SpannerSettings.listSessionsSettings()
Returns the object with the settings used for calls to listSessions.
|
com.google.api.gax.rpc.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 |
---|---|
com.google.api.gax.rpc.UnaryCallable<ListSessionsRequest,SpannerClient.ListSessionsPagedResponse> |
GrpcSpannerStub.listSessionsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListSessionsRequest,SpannerClient.ListSessionsPagedResponse> |
SpannerStub.listSessionsPagedCallable() |
com.google.api.gax.rpc.PagedCallSettings<ListSessionsRequest,ListSessionsResponse,SpannerClient.ListSessionsPagedResponse> |
SpannerStubSettings.listSessionsSettings()
Returns the object with the settings used for calls to listSessions.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListSessionsRequest,ListSessionsResponse,SpannerClient.ListSessionsPagedResponse> |
SpannerStubSettings.Builder.listSessionsSettings()
Returns the builder for the settings used for calls to listSessions.
|
Copyright © 2019 Google LLC. All rights reserved.