Class SessionControllerClient.ListSessionsPage (4.33.0)

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

Inheritance

java.lang.Object > AbstractPage > SessionControllerClient.ListSessionsPage

Methods

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

protected SessionControllerClient.ListSessionsPage createPage(PageContext<ListSessionsRequest,ListSessionsResponse,Session> context, ListSessionsResponse response)
Overrides

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

public ApiFuture<SessionControllerClient.ListSessionsPage> createPageAsync(PageContext<ListSessionsRequest,ListSessionsResponse,Session> context, ApiFuture<ListSessionsResponse> futureResponse)
Returns
TypeDescription
ApiFuture<ListSessionsPage>
Overrides