Class CertificateAuthorityServiceClient.ListCertificateAuthoritiesPage (2.97.0)

public static class CertificateAuthorityServiceClient.ListCertificateAuthoritiesPage extends AbstractPage<ListCertificateAuthoritiesRequest,ListCertificateAuthoritiesResponse,CertificateAuthority,CertificateAuthorityServiceClient.ListCertificateAuthoritiesPage>

Inheritance

java.lang.Object > AbstractPage > CertificateAuthorityServiceClient.ListCertificateAuthoritiesPage

Methods

createPage(@Nullable PageContext<ListCertificateAuthoritiesRequest,ListCertificateAuthoritiesResponse,CertificateAuthority> context, @Nullable ListCertificateAuthoritiesResponse response)

protected CertificateAuthorityServiceClient.ListCertificateAuthoritiesPage createPage(@Nullable PageContext<ListCertificateAuthoritiesRequest,ListCertificateAuthoritiesResponse,CertificateAuthority> context, @Nullable ListCertificateAuthoritiesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCertificateAuthoritiesRequest,ListCertificateAuthoritiesResponse,CertificateAuthority>
response @org.jspecify.annotations.Nullable com.google.cloud.security.privateca.v1beta1.ListCertificateAuthoritiesResponse
Returns
Type Description
CertificateAuthorityServiceClient.ListCertificateAuthoritiesPage
Overrides

createPageAsync(@Nullable PageContext<ListCertificateAuthoritiesRequest,ListCertificateAuthoritiesResponse,CertificateAuthority> context, ApiFuture<ListCertificateAuthoritiesResponse> futureResponse)

public ApiFuture<CertificateAuthorityServiceClient.ListCertificateAuthoritiesPage> createPageAsync(@Nullable PageContext<ListCertificateAuthoritiesRequest,ListCertificateAuthoritiesResponse,CertificateAuthority> context, ApiFuture<ListCertificateAuthoritiesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCertificateAuthoritiesRequest,ListCertificateAuthoritiesResponse,CertificateAuthority>
futureResponse ApiFuture<ListCertificateAuthoritiesResponse>
Returns
Type Description
ApiFuture<ListCertificateAuthoritiesPage>
Overrides