Class CertificateAuthorityServiceClient.ListCertificateAuthoritiesFixedSizeCollection (2.97.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > CertificateAuthorityServiceClient.ListCertificateAuthoritiesFixedSizeCollection

Methods

createCollection(@Nullable List<CertificateAuthorityServiceClient.ListCertificateAuthoritiesPage> pages, int collectionSize)

protected CertificateAuthorityServiceClient.ListCertificateAuthoritiesFixedSizeCollection createCollection(@Nullable List<CertificateAuthorityServiceClient.ListCertificateAuthoritiesPage> pages, int collectionSize)
Parameters
Name Description
pages @org.jspecify.annotations.Nullable java.util.List<ListCertificateAuthoritiesPage>
collectionSize int
Returns
Type Description
CertificateAuthorityServiceClient.ListCertificateAuthoritiesFixedSizeCollection
Overrides