Class DeploymentResourcePoolServiceClient.ListDeploymentResourcePoolsPage (3.96.0)

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

Inheritance

java.lang.Object > AbstractPage > DeploymentResourcePoolServiceClient.ListDeploymentResourcePoolsPage

Methods

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

protected DeploymentResourcePoolServiceClient.ListDeploymentResourcePoolsPage createPage(@Nullable PageContext<ListDeploymentResourcePoolsRequest,ListDeploymentResourcePoolsResponse,DeploymentResourcePool> context, @Nullable ListDeploymentResourcePoolsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDeploymentResourcePoolsRequest,ListDeploymentResourcePoolsResponse,DeploymentResourcePool>
response @org.jspecify.annotations.Nullable com.google.cloud.aiplatform.v1beta1.ListDeploymentResourcePoolsResponse
Returns
Type Description
DeploymentResourcePoolServiceClient.ListDeploymentResourcePoolsPage
Overrides

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

public ApiFuture<DeploymentResourcePoolServiceClient.ListDeploymentResourcePoolsPage> createPageAsync(@Nullable PageContext<ListDeploymentResourcePoolsRequest,ListDeploymentResourcePoolsResponse,DeploymentResourcePool> context, ApiFuture<ListDeploymentResourcePoolsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDeploymentResourcePoolsRequest,ListDeploymentResourcePoolsResponse,DeploymentResourcePool>
futureResponse ApiFuture<ListDeploymentResourcePoolsResponse>
Returns
Type Description
ApiFuture<ListDeploymentResourcePoolsPage>
Overrides