Class DataplexServiceClient.ListSessionsPage (1.39.0)

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

Inheritance

java.lang.Object > AbstractPage > DataplexServiceClient.ListSessionsPage

Methods

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

protected DataplexServiceClient.ListSessionsPage createPage(PageContext<ListSessionsRequest,ListSessionsResponse,Session> context, ListSessionsResponse response)
Parameters
NameDescription
contextPageContext<ListSessionsRequest,ListSessionsResponse,Session>
responseListSessionsResponse
Returns
TypeDescription
DataplexServiceClient.ListSessionsPage
Overrides

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

public ApiFuture<DataplexServiceClient.ListSessionsPage> createPageAsync(PageContext<ListSessionsRequest,ListSessionsResponse,Session> context, ApiFuture<ListSessionsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListSessionsRequest,ListSessionsResponse,Session>
futureResponseApiFuture<ListSessionsResponse>
Returns
TypeDescription
ApiFuture<ListSessionsPage>
Overrides