Class CertificateAuthorityServiceClient.ListCaPoolsPage (2.35.0)

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

Inheritance

java.lang.Object > AbstractPage > CertificateAuthorityServiceClient.ListCaPoolsPage

Methods

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

protected CertificateAuthorityServiceClient.ListCaPoolsPage createPage(PageContext<ListCaPoolsRequest,ListCaPoolsResponse,CaPool> context, ListCaPoolsResponse response)
Overrides

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

public ApiFuture<CertificateAuthorityServiceClient.ListCaPoolsPage> createPageAsync(PageContext<ListCaPoolsRequest,ListCaPoolsResponse,CaPool> context, ApiFuture<ListCaPoolsResponse> futureResponse)
Returns
TypeDescription
ApiFuture<ListCaPoolsPage>
Overrides