Class NotebookServiceClient.ListNotebookRuntimesPage (3.44.0)

public static class NotebookServiceClient.ListNotebookRuntimesPage extends AbstractPage<ListNotebookRuntimesRequest,ListNotebookRuntimesResponse,NotebookRuntime,NotebookServiceClient.ListNotebookRuntimesPage>

Inheritance

java.lang.Object > AbstractPage > NotebookServiceClient.ListNotebookRuntimesPage

Methods

createPage(PageContext<ListNotebookRuntimesRequest,ListNotebookRuntimesResponse,NotebookRuntime> context, ListNotebookRuntimesResponse response)

protected NotebookServiceClient.ListNotebookRuntimesPage createPage(PageContext<ListNotebookRuntimesRequest,ListNotebookRuntimesResponse,NotebookRuntime> context, ListNotebookRuntimesResponse response)
Overrides

createPageAsync(PageContext<ListNotebookRuntimesRequest,ListNotebookRuntimesResponse,NotebookRuntime> context, ApiFuture<ListNotebookRuntimesResponse> futureResponse)

public ApiFuture<NotebookServiceClient.ListNotebookRuntimesPage> createPageAsync(PageContext<ListNotebookRuntimesRequest,ListNotebookRuntimesResponse,NotebookRuntime> context, ApiFuture<ListNotebookRuntimesResponse> futureResponse)
Returns
Type Description
ApiFuture<ListNotebookRuntimesPage>
Overrides