Class ManagedNotebookServiceClient.ListRuntimesPage (1.1.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
NameDescription
contextPageContext<ListRuntimesRequest,ListRuntimesResponse,Runtime>
responseListRuntimesResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListRuntimesRequest,ListRuntimesResponse,Runtime>
futureResponseApiFuture<ListRuntimesResponse>
Returns
TypeDescription
ApiFuture<ListRuntimesPage>
Overrides