Class NotebookServiceClient.ListNotebookExecutionJobsPage
java.lang.Object
com.google.api.gax.paging.AbstractPage<ListNotebookExecutionJobsRequest,ListNotebookExecutionJobsResponse,NotebookExecutionJob,NotebookServiceClient.ListNotebookExecutionJobsPage>
com.google.cloud.aiplatform.v1beta1.NotebookServiceClient.ListNotebookExecutionJobsPage
- All Implemented Interfaces:
AsyncPage<NotebookExecutionJob>,Page<NotebookExecutionJob>
- Enclosing class:
- NotebookServiceClient
public static class NotebookServiceClient.ListNotebookExecutionJobsPage
extends AbstractPage<ListNotebookExecutionJobsRequest,ListNotebookExecutionJobsResponse,NotebookExecutionJob,NotebookServiceClient.ListNotebookExecutionJobsPage>
-
Method Summary
Modifier and TypeMethodDescriptioncreatePage(PageContext<ListNotebookExecutionJobsRequest, ListNotebookExecutionJobsResponse, NotebookExecutionJob> context, ListNotebookExecutionJobsResponse response) createPageAsync(PageContext<ListNotebookExecutionJobsRequest, ListNotebookExecutionJobsResponse, NotebookExecutionJob> context, ApiFuture<ListNotebookExecutionJobsResponse> futureResponse) Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.api.gax.paging.Page
streamAll, streamValues
-
Method Details
-
createPage
protected NotebookServiceClient.ListNotebookExecutionJobsPage createPage(PageContext<ListNotebookExecutionJobsRequest, ListNotebookExecutionJobsResponse, NotebookExecutionJob> context, ListNotebookExecutionJobsResponse response) -
createPageAsync
public ApiFuture<NotebookServiceClient.ListNotebookExecutionJobsPage> createPageAsync(PageContext<ListNotebookExecutionJobsRequest, ListNotebookExecutionJobsResponse, NotebookExecutionJob> context, ApiFuture<ListNotebookExecutionJobsResponse> futureResponse)
-