Class NotebookServiceClient.ListNotebookRuntimeTemplatesPage (3.44.0)

public static class NotebookServiceClient.ListNotebookRuntimeTemplatesPage extends AbstractPage<ListNotebookRuntimeTemplatesRequest,ListNotebookRuntimeTemplatesResponse,NotebookRuntimeTemplate,NotebookServiceClient.ListNotebookRuntimeTemplatesPage>

Inheritance

java.lang.Object > AbstractPage > NotebookServiceClient.ListNotebookRuntimeTemplatesPage

Methods

createPage(PageContext<ListNotebookRuntimeTemplatesRequest,ListNotebookRuntimeTemplatesResponse,NotebookRuntimeTemplate> context, ListNotebookRuntimeTemplatesResponse response)

protected NotebookServiceClient.ListNotebookRuntimeTemplatesPage createPage(PageContext<ListNotebookRuntimeTemplatesRequest,ListNotebookRuntimeTemplatesResponse,NotebookRuntimeTemplate> context, ListNotebookRuntimeTemplatesResponse response)
Parameters
Name Description
context PageContext<ListNotebookRuntimeTemplatesRequest,ListNotebookRuntimeTemplatesResponse,NotebookRuntimeTemplate>
response ListNotebookRuntimeTemplatesResponse
Returns
Type Description
NotebookServiceClient.ListNotebookRuntimeTemplatesPage
Overrides

createPageAsync(PageContext<ListNotebookRuntimeTemplatesRequest,ListNotebookRuntimeTemplatesResponse,NotebookRuntimeTemplate> context, ApiFuture<ListNotebookRuntimeTemplatesResponse> futureResponse)

public ApiFuture<NotebookServiceClient.ListNotebookRuntimeTemplatesPage> createPageAsync(PageContext<ListNotebookRuntimeTemplatesRequest,ListNotebookRuntimeTemplatesResponse,NotebookRuntimeTemplate> context, ApiFuture<ListNotebookRuntimeTemplatesResponse> futureResponse)
Parameters
Name Description
context PageContext<ListNotebookRuntimeTemplatesRequest,ListNotebookRuntimeTemplatesResponse,NotebookRuntimeTemplate>
futureResponse ApiFuture<ListNotebookRuntimeTemplatesResponse>
Returns
Type Description
ApiFuture<ListNotebookRuntimeTemplatesPage>
Overrides