Package com.google.cloud.aiplatform.v1
Class NotebookServiceClient.ListNotebookRuntimeTemplatesPage
java.lang.Object
com.google.api.gax.paging.AbstractPage<ListNotebookRuntimeTemplatesRequest,ListNotebookRuntimeTemplatesResponse,NotebookRuntimeTemplate,NotebookServiceClient.ListNotebookRuntimeTemplatesPage>
com.google.cloud.aiplatform.v1.NotebookServiceClient.ListNotebookRuntimeTemplatesPage
- All Implemented Interfaces:
AsyncPage<NotebookRuntimeTemplate>,Page<NotebookRuntimeTemplate>
- Enclosing class:
- NotebookServiceClient
public static class NotebookServiceClient.ListNotebookRuntimeTemplatesPage
extends AbstractPage<ListNotebookRuntimeTemplatesRequest,ListNotebookRuntimeTemplatesResponse,NotebookRuntimeTemplate,NotebookServiceClient.ListNotebookRuntimeTemplatesPage>
-
Method Summary
Modifier and TypeMethodDescriptioncreatePage(PageContext<ListNotebookRuntimeTemplatesRequest, ListNotebookRuntimeTemplatesResponse, NotebookRuntimeTemplate> context, ListNotebookRuntimeTemplatesResponse response) createPageAsync(PageContext<ListNotebookRuntimeTemplatesRequest, ListNotebookRuntimeTemplatesResponse, NotebookRuntimeTemplate> context, ApiFuture<ListNotebookRuntimeTemplatesResponse> 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
-
createPageAsync
public ApiFuture<NotebookServiceClient.ListNotebookRuntimeTemplatesPage> createPageAsync(PageContext<ListNotebookRuntimeTemplatesRequest, ListNotebookRuntimeTemplatesResponse, NotebookRuntimeTemplate> context, ApiFuture<ListNotebookRuntimeTemplatesResponse> futureResponse)
-