public static class SpannerClient.ListSessionsPage extends AbstractPage<ListSessionsRequest,ListSessionsResponse,Session,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 |
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> |