Class EdgeContainerClient.ListNodePoolsPage (0.39.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
Name Description
context PageContext<ListNodePoolsRequest,ListNodePoolsResponse,NodePool>
response ListNodePoolsResponse
Returns
Type Description
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
Name Description
context PageContext<ListNodePoolsRequest,ListNodePoolsResponse,NodePool>
futureResponse ApiFuture<ListNodePoolsResponse>
Returns
Type Description
ApiFuture<ListNodePoolsPage>
Overrides