Class ManagedNotebookServiceClient.ListRuntimesPage (1.42.0)

public static class ManagedNotebookServiceClient.ListRuntimesPage extends AbstractPage<ListRuntimesRequest,ListRuntimesResponse,Runtime,ManagedNotebookServiceClient.ListRuntimesPage>

Inheritance

java.lang.Object > AbstractPage > ManagedNotebookServiceClient.ListRuntimesPage

Methods

createPage(PageContext<ListRuntimesRequest,ListRuntimesResponse,Runtime> context, ListRuntimesResponse response)

protected ManagedNotebookServiceClient.ListRuntimesPage createPage(PageContext<ListRuntimesRequest,ListRuntimesResponse,Runtime> context, ListRuntimesResponse response)
Parameters
Name Description
context PageContext<ListRuntimesRequest,ListRuntimesResponse,Runtime>
response ListRuntimesResponse
Returns
Type Description
ManagedNotebookServiceClient.ListRuntimesPage
Overrides

createPageAsync(PageContext<ListRuntimesRequest,ListRuntimesResponse,Runtime> context, ApiFuture<ListRuntimesResponse> futureResponse)

public ApiFuture<ManagedNotebookServiceClient.ListRuntimesPage> createPageAsync(PageContext<ListRuntimesRequest,ListRuntimesResponse,Runtime> context, ApiFuture<ListRuntimesResponse> futureResponse)
Parameters
Name Description
context PageContext<ListRuntimesRequest,ListRuntimesResponse,Runtime>
futureResponse ApiFuture<ListRuntimesResponse>
Returns
Type Description
ApiFuture<ListRuntimesPage>
Overrides