Class SpannerClient.ListSessionsPage (6.66.0)

public static class SpannerClient.ListSessionsPage extends AbstractPage<ListSessionsRequest,ListSessionsResponse,Session,SpannerClient.ListSessionsPage>

Inheritance

java.lang.Object > AbstractPage > SpannerClient.ListSessionsPage

Methods

createPage(PageContext<ListSessionsRequest,ListSessionsResponse,Session> context, ListSessionsResponse response)

protected SpannerClient.ListSessionsPage createPage(PageContext<ListSessionsRequest,ListSessionsResponse,Session> context, ListSessionsResponse response)
Parameters
Name Description
context PageContext<ListSessionsRequest,ListSessionsResponse,Session>
response ListSessionsResponse
Returns
Type Description
SpannerClient.ListSessionsPage
Overrides

createPageAsync(PageContext<ListSessionsRequest,ListSessionsResponse,Session> context, ApiFuture<ListSessionsResponse> futureResponse)

public ApiFuture<SpannerClient.ListSessionsPage> createPageAsync(PageContext<ListSessionsRequest,ListSessionsResponse,Session> context, ApiFuture<ListSessionsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListSessionsRequest,ListSessionsResponse,Session>
futureResponse ApiFuture<ListSessionsResponse>
Returns
Type Description
ApiFuture<ListSessionsPage>
Overrides