Class CertificateAuthorityServiceClient.ListCaPoolsPage (2.97.0)

public static class CertificateAuthorityServiceClient.ListCaPoolsPage extends AbstractPage<ListCaPoolsRequest,ListCaPoolsResponse,CaPool,CertificateAuthorityServiceClient.ListCaPoolsPage>

Inheritance

java.lang.Object > AbstractPage > CertificateAuthorityServiceClient.ListCaPoolsPage

Methods

createPage(@Nullable PageContext<ListCaPoolsRequest,ListCaPoolsResponse,CaPool> context, @Nullable ListCaPoolsResponse response)

protected CertificateAuthorityServiceClient.ListCaPoolsPage createPage(@Nullable PageContext<ListCaPoolsRequest,ListCaPoolsResponse,CaPool> context, @Nullable ListCaPoolsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCaPoolsRequest,ListCaPoolsResponse,CaPool>
response @org.jspecify.annotations.Nullable com.google.cloud.security.privateca.v1.ListCaPoolsResponse
Returns
Type Description
CertificateAuthorityServiceClient.ListCaPoolsPage
Overrides

createPageAsync(@Nullable PageContext<ListCaPoolsRequest,ListCaPoolsResponse,CaPool> context, ApiFuture<ListCaPoolsResponse> futureResponse)

public ApiFuture<CertificateAuthorityServiceClient.ListCaPoolsPage> createPageAsync(@Nullable PageContext<ListCaPoolsRequest,ListCaPoolsResponse,CaPool> context, ApiFuture<ListCaPoolsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCaPoolsRequest,ListCaPoolsResponse,CaPool>
futureResponse ApiFuture<ListCaPoolsResponse>
Returns
Type Description
ApiFuture<ListCaPoolsPage>
Overrides