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)
Parameters
Name Description
context PageContext<ListNotebookRuntimesRequest,ListNotebookRuntimesResponse,NotebookRuntime>
response ListNotebookRuntimesResponse
Returns
Type Description
NotebookServiceClient.ListNotebookRuntimesPage
Overrides

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

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