Class NotebookServiceClient.ListNotebookExecutionJobsPage (3.44.0)

public static class NotebookServiceClient.ListNotebookExecutionJobsPage extends AbstractPage<ListNotebookExecutionJobsRequest,ListNotebookExecutionJobsResponse,NotebookExecutionJob,NotebookServiceClient.ListNotebookExecutionJobsPage>

Inheritance

java.lang.Object > AbstractPage > NotebookServiceClient.ListNotebookExecutionJobsPage

Methods

createPage(PageContext<ListNotebookExecutionJobsRequest,ListNotebookExecutionJobsResponse,NotebookExecutionJob> context, ListNotebookExecutionJobsResponse response)

protected NotebookServiceClient.ListNotebookExecutionJobsPage createPage(PageContext<ListNotebookExecutionJobsRequest,ListNotebookExecutionJobsResponse,NotebookExecutionJob> context, ListNotebookExecutionJobsResponse response)
Parameters
Name Description
context PageContext<ListNotebookExecutionJobsRequest,ListNotebookExecutionJobsResponse,NotebookExecutionJob>
response ListNotebookExecutionJobsResponse
Returns
Type Description
NotebookServiceClient.ListNotebookExecutionJobsPage
Overrides

createPageAsync(PageContext<ListNotebookExecutionJobsRequest,ListNotebookExecutionJobsResponse,NotebookExecutionJob> context, ApiFuture<ListNotebookExecutionJobsResponse> futureResponse)

public ApiFuture<NotebookServiceClient.ListNotebookExecutionJobsPage> createPageAsync(PageContext<ListNotebookExecutionJobsRequest,ListNotebookExecutionJobsResponse,NotebookExecutionJob> context, ApiFuture<ListNotebookExecutionJobsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListNotebookExecutionJobsRequest,ListNotebookExecutionJobsResponse,NotebookExecutionJob>
futureResponse ApiFuture<ListNotebookExecutionJobsResponse>
Returns
Type Description
ApiFuture<ListNotebookExecutionJobsPage>
Overrides