Class EdgeContainerClient.ListNodePoolsPage (0.13.0)

public static class EdgeContainerClient.ListNodePoolsPage extends AbstractPage<ListNodePoolsRequest,ListNodePoolsResponse,NodePool,EdgeContainerClient.ListNodePoolsPage>

Inheritance

java.lang.Object > AbstractPage > EdgeContainerClient.ListNodePoolsPage

Methods

createPage(PageContext<ListNodePoolsRequest,ListNodePoolsResponse,NodePool> context, ListNodePoolsResponse response)

protected EdgeContainerClient.ListNodePoolsPage createPage(PageContext<ListNodePoolsRequest,ListNodePoolsResponse,NodePool> context, ListNodePoolsResponse response)
Overrides

createPageAsync(PageContext<ListNodePoolsRequest,ListNodePoolsResponse,NodePool> context, ApiFuture<ListNodePoolsResponse> futureResponse)

public ApiFuture<EdgeContainerClient.ListNodePoolsPage> createPageAsync(PageContext<ListNodePoolsRequest,ListNodePoolsResponse,NodePool> context, ApiFuture<ListNodePoolsResponse> futureResponse)
Returns
TypeDescription
ApiFuture<ListNodePoolsPage>
Overrides