Class DeploymentResourcePoolServiceClient.ListDeploymentResourcePoolsPage (3.42.0)

public static class DeploymentResourcePoolServiceClient.ListDeploymentResourcePoolsPage extends AbstractPage<ListDeploymentResourcePoolsRequest,ListDeploymentResourcePoolsResponse,DeploymentResourcePool,DeploymentResourcePoolServiceClient.ListDeploymentResourcePoolsPage>

Inheritance

java.lang.Object > AbstractPage > DeploymentResourcePoolServiceClient.ListDeploymentResourcePoolsPage

Methods

createPage(PageContext<ListDeploymentResourcePoolsRequest,ListDeploymentResourcePoolsResponse,DeploymentResourcePool> context, ListDeploymentResourcePoolsResponse response)

protected DeploymentResourcePoolServiceClient.ListDeploymentResourcePoolsPage createPage(PageContext<ListDeploymentResourcePoolsRequest,ListDeploymentResourcePoolsResponse,DeploymentResourcePool> context, ListDeploymentResourcePoolsResponse response)
Parameters
NameDescription
contextPageContext<ListDeploymentResourcePoolsRequest,ListDeploymentResourcePoolsResponse,DeploymentResourcePool>
responseListDeploymentResourcePoolsResponse
Returns
TypeDescription
DeploymentResourcePoolServiceClient.ListDeploymentResourcePoolsPage
Overrides

createPageAsync(PageContext<ListDeploymentResourcePoolsRequest,ListDeploymentResourcePoolsResponse,DeploymentResourcePool> context, ApiFuture<ListDeploymentResourcePoolsResponse> futureResponse)

public ApiFuture<DeploymentResourcePoolServiceClient.ListDeploymentResourcePoolsPage> createPageAsync(PageContext<ListDeploymentResourcePoolsRequest,ListDeploymentResourcePoolsResponse,DeploymentResourcePool> context, ApiFuture<ListDeploymentResourcePoolsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListDeploymentResourcePoolsRequest,ListDeploymentResourcePoolsResponse,DeploymentResourcePool>
futureResponseApiFuture<ListDeploymentResourcePoolsResponse>
Returns
TypeDescription
ApiFuture<ListDeploymentResourcePoolsPage>
Overrides