Class NotebookServiceClient.ListNotebookRuntimesPage
java.lang.Object
com.google.api.gax.paging.AbstractPage<ListNotebookRuntimesRequest,ListNotebookRuntimesResponse,NotebookRuntime,NotebookServiceClient.ListNotebookRuntimesPage>
com.google.cloud.aiplatform.v1beta1.NotebookServiceClient.ListNotebookRuntimesPage
- All Implemented Interfaces:
AsyncPage<NotebookRuntime>,Page<NotebookRuntime>
- Enclosing class:
- NotebookServiceClient
public static class NotebookServiceClient.ListNotebookRuntimesPage
extends AbstractPage<ListNotebookRuntimesRequest,ListNotebookRuntimesResponse,NotebookRuntime,NotebookServiceClient.ListNotebookRuntimesPage>
-
Method Summary
Modifier and TypeMethodDescriptioncreatePage(PageContext<ListNotebookRuntimesRequest, ListNotebookRuntimesResponse, NotebookRuntime> context, ListNotebookRuntimesResponse response) createPageAsync(PageContext<ListNotebookRuntimesRequest, ListNotebookRuntimesResponse, NotebookRuntime> context, ApiFuture<ListNotebookRuntimesResponse> 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.ListNotebookRuntimesPage createPage(PageContext<ListNotebookRuntimesRequest, ListNotebookRuntimesResponse, NotebookRuntime> context, ListNotebookRuntimesResponse response) -
createPageAsync
public ApiFuture<NotebookServiceClient.ListNotebookRuntimesPage> createPageAsync(PageContext<ListNotebookRuntimesRequest, ListNotebookRuntimesResponse, NotebookRuntime> context, ApiFuture<ListNotebookRuntimesResponse> futureResponse)
-