Class EdgeContainerClient.ListNodePoolsPage (0.92.0)

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

Inheritance

java.lang.Object > AbstractPage > EdgeContainerClient.ListNodePoolsPage

Methods

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

protected EdgeContainerClient.ListNodePoolsPage createPage(@Nullable PageContext<ListNodePoolsRequest,ListNodePoolsResponse,NodePool> context, @Nullable ListNodePoolsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListNodePoolsRequest,ListNodePoolsResponse,NodePool>
response @org.jspecify.annotations.Nullable com.google.cloud.edgecontainer.v1.ListNodePoolsResponse
Returns
Type Description
EdgeContainerClient.ListNodePoolsPage
Overrides

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

public ApiFuture<EdgeContainerClient.ListNodePoolsPage> createPageAsync(@Nullable PageContext<ListNodePoolsRequest,ListNodePoolsResponse,NodePool> context, ApiFuture<ListNodePoolsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListNodePoolsRequest,ListNodePoolsResponse,NodePool>
futureResponse ApiFuture<ListNodePoolsResponse>
Returns
Type Description
ApiFuture<ListNodePoolsPage>
Overrides