Class EdgeContainerClient.ListNodePoolsPage (0.14.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)
Parameters
NameDescription
contextPageContext<ListNodePoolsRequest,ListNodePoolsResponse,NodePool>
responseListNodePoolsResponse
Returns
TypeDescription
EdgeContainerClient.ListNodePoolsPage
Overrides

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

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