Class NotebookServiceClient.ListExecutionsPage (1.39.0)

public static class NotebookServiceClient.ListExecutionsPage extends AbstractPage<ListExecutionsRequest,ListExecutionsResponse,Execution,NotebookServiceClient.ListExecutionsPage>

Inheritance

java.lang.Object > AbstractPage > NotebookServiceClient.ListExecutionsPage

Methods

createPage(PageContext<ListExecutionsRequest,ListExecutionsResponse,Execution> context, ListExecutionsResponse response)

protected NotebookServiceClient.ListExecutionsPage createPage(PageContext<ListExecutionsRequest,ListExecutionsResponse,Execution> context, ListExecutionsResponse response)
Parameters
NameDescription
contextPageContext<ListExecutionsRequest,ListExecutionsResponse,Execution>
responseListExecutionsResponse
Returns
TypeDescription
NotebookServiceClient.ListExecutionsPage
Overrides

createPageAsync(PageContext<ListExecutionsRequest,ListExecutionsResponse,Execution> context, ApiFuture<ListExecutionsResponse> futureResponse)

public ApiFuture<NotebookServiceClient.ListExecutionsPage> createPageAsync(PageContext<ListExecutionsRequest,ListExecutionsResponse,Execution> context, ApiFuture<ListExecutionsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListExecutionsRequest,ListExecutionsResponse,Execution>
futureResponseApiFuture<ListExecutionsResponse>
Returns
TypeDescription
ApiFuture<ListExecutionsPage>
Overrides