Class SecurityPostureClient.ListPostureDeploymentsPage (0.60.0)

public static class SecurityPostureClient.ListPostureDeploymentsPage extends AbstractPage<ListPostureDeploymentsRequest,ListPostureDeploymentsResponse,PostureDeployment,SecurityPostureClient.ListPostureDeploymentsPage>

Inheritance

java.lang.Object > AbstractPage > SecurityPostureClient.ListPostureDeploymentsPage

Methods

createPage(@Nullable PageContext<ListPostureDeploymentsRequest,ListPostureDeploymentsResponse,PostureDeployment> context, @Nullable ListPostureDeploymentsResponse response)

protected SecurityPostureClient.ListPostureDeploymentsPage createPage(@Nullable PageContext<ListPostureDeploymentsRequest,ListPostureDeploymentsResponse,PostureDeployment> context, @Nullable ListPostureDeploymentsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListPostureDeploymentsRequest,ListPostureDeploymentsResponse,PostureDeployment>
response @org.jspecify.annotations.Nullable com.google.cloud.securityposture.v1.ListPostureDeploymentsResponse
Returns
Type Description
SecurityPostureClient.ListPostureDeploymentsPage
Overrides

createPageAsync(@Nullable PageContext<ListPostureDeploymentsRequest,ListPostureDeploymentsResponse,PostureDeployment> context, ApiFuture<ListPostureDeploymentsResponse> futureResponse)

public ApiFuture<SecurityPostureClient.ListPostureDeploymentsPage> createPageAsync(@Nullable PageContext<ListPostureDeploymentsRequest,ListPostureDeploymentsResponse,PostureDeployment> context, ApiFuture<ListPostureDeploymentsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListPostureDeploymentsRequest,ListPostureDeploymentsResponse,PostureDeployment>
futureResponse ApiFuture<ListPostureDeploymentsResponse>
Returns
Type Description
ApiFuture<ListPostureDeploymentsPage>
Overrides