Uses of Class
com.google.cloud.spanner.v1.SpannerClient.ListSessionsPagedResponse
Packages that use SpannerClient.ListSessionsPagedResponse
Package
Description
A client to Cloud Spanner API
-
Uses of SpannerClient.ListSessionsPagedResponse in com.google.cloud.spanner.v1
Methods in com.google.cloud.spanner.v1 that return SpannerClient.ListSessionsPagedResponseModifier and TypeMethodDescriptionSpannerClient.listSessions(DatabaseName database) Lists all sessions in a given database.SpannerClient.listSessions(ListSessionsRequest request) Lists all sessions in a given database.SpannerClient.listSessions(String database) Lists all sessions in a given database.Methods in com.google.cloud.spanner.v1 that return types with arguments of type SpannerClient.ListSessionsPagedResponseModifier and TypeMethodDescriptionSpannerClient.ListSessionsPagedResponse.createAsync(PageContext<ListSessionsRequest, ListSessionsResponse, Session> context, ApiFuture<ListSessionsResponse> futureResponse) SpannerClient.listSessionsPagedCallable()Lists all sessions in a given database.PagedCallSettings.Builder<ListSessionsRequest,ListSessionsResponse, SpannerClient.ListSessionsPagedResponse> SpannerSettings.Builder.listSessionsSettings()Returns the builder for the settings used for calls to listSessions.SpannerSettings.listSessionsSettings()Returns the object with the settings used for calls to listSessions. -
Uses of SpannerClient.ListSessionsPagedResponse in com.google.cloud.spanner.v1.stub
Methods in com.google.cloud.spanner.v1.stub that return types with arguments of type SpannerClient.ListSessionsPagedResponseModifier and TypeMethodDescriptionGrpcSpannerStub.listSessionsPagedCallable()HttpJsonSpannerStub.listSessionsPagedCallable()SpannerStub.listSessionsPagedCallable()PagedCallSettings.Builder<ListSessionsRequest,ListSessionsResponse, SpannerClient.ListSessionsPagedResponse> SpannerStubSettings.Builder.listSessionsSettings()Returns the builder for the settings used for calls to listSessions.SpannerStubSettings.listSessionsSettings()Returns the object with the settings used for calls to listSessions.