Class DeploymentClient.ListFrameworkDeploymentsPage (0.22.0)

public static class DeploymentClient.ListFrameworkDeploymentsPage extends AbstractPage<ListFrameworkDeploymentsRequest,ListFrameworkDeploymentsResponse,FrameworkDeployment,DeploymentClient.ListFrameworkDeploymentsPage>

Inheritance

java.lang.Object > AbstractPage > DeploymentClient.ListFrameworkDeploymentsPage

Methods

createPage(@Nullable PageContext<ListFrameworkDeploymentsRequest,ListFrameworkDeploymentsResponse,FrameworkDeployment> context, @Nullable ListFrameworkDeploymentsResponse response)

protected DeploymentClient.ListFrameworkDeploymentsPage createPage(@Nullable PageContext<ListFrameworkDeploymentsRequest,ListFrameworkDeploymentsResponse,FrameworkDeployment> context, @Nullable ListFrameworkDeploymentsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListFrameworkDeploymentsRequest,ListFrameworkDeploymentsResponse,FrameworkDeployment>
response @org.jspecify.annotations.Nullable com.google.cloud.cloudsecuritycompliance.v1.ListFrameworkDeploymentsResponse
Returns
Type Description
DeploymentClient.ListFrameworkDeploymentsPage
Overrides

createPageAsync(@Nullable PageContext<ListFrameworkDeploymentsRequest,ListFrameworkDeploymentsResponse,FrameworkDeployment> context, ApiFuture<ListFrameworkDeploymentsResponse> futureResponse)

public ApiFuture<DeploymentClient.ListFrameworkDeploymentsPage> createPageAsync(@Nullable PageContext<ListFrameworkDeploymentsRequest,ListFrameworkDeploymentsResponse,FrameworkDeployment> context, ApiFuture<ListFrameworkDeploymentsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListFrameworkDeploymentsRequest,ListFrameworkDeploymentsResponse,FrameworkDeployment>
futureResponse ApiFuture<ListFrameworkDeploymentsResponse>
Returns
Type Description
ApiFuture<ListFrameworkDeploymentsPage>
Overrides