Class CertificateAuthorityServiceClient.ListCertificateRevocationListsFixedSizeCollection (2.97.0)

public static class CertificateAuthorityServiceClient.ListCertificateRevocationListsFixedSizeCollection extends AbstractFixedSizeCollection<ListCertificateRevocationListsRequest,ListCertificateRevocationListsResponse,CertificateRevocationList,CertificateAuthorityServiceClient.ListCertificateRevocationListsPage,CertificateAuthorityServiceClient.ListCertificateRevocationListsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > CertificateAuthorityServiceClient.ListCertificateRevocationListsFixedSizeCollection

Methods

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

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