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 TypeMethodDescriptionstatic 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) final com.google.api.gax.rpc.UnaryCallable<ListSessionsRequest,SpannerClient.ListSessionsPagedResponse> SpannerClient.listSessionsPagedCallable()Lists all sessions in a given database.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.com.google.api.gax.rpc.PagedCallSettings<ListSessionsRequest,ListSessionsResponse, SpannerClient.ListSessionsPagedResponse> 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 TypeMethodDescriptioncom.google.api.gax.rpc.UnaryCallable<ListSessionsRequest,SpannerClient.ListSessionsPagedResponse> GrpcSpannerStub.listSessionsPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListSessionsRequest,SpannerClient.ListSessionsPagedResponse> HttpJsonSpannerStub.listSessionsPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListSessionsRequest,SpannerClient.ListSessionsPagedResponse> SpannerStub.listSessionsPagedCallable()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.com.google.api.gax.rpc.PagedCallSettings<ListSessionsRequest,ListSessionsResponse, SpannerClient.ListSessionsPagedResponse> SpannerStubSettings.listSessionsSettings()Returns the object with the settings used for calls to listSessions.