Uses of Class
com.google.cloud.security.privateca.v1.CertificateAuthorityServiceClient.ListCertificateRevocationListsPage
-
Packages that use CertificateAuthorityServiceClient.ListCertificateRevocationListsPage Package Description com.google.cloud.security.privateca.v1 A client to Certificate Authority API -
-
Uses of CertificateAuthorityServiceClient.ListCertificateRevocationListsPage in com.google.cloud.security.privateca.v1
Methods in com.google.cloud.security.privateca.v1 that return CertificateAuthorityServiceClient.ListCertificateRevocationListsPage Modifier and Type Method Description protected CertificateAuthorityServiceClient.ListCertificateRevocationListsPage
CertificateAuthorityServiceClient.ListCertificateRevocationListsPage. createPage(com.google.api.gax.rpc.PageContext<ListCertificateRevocationListsRequest,ListCertificateRevocationListsResponse,CertificateRevocationList> context, ListCertificateRevocationListsResponse response)
Methods in com.google.cloud.security.privateca.v1 that return types with arguments of type CertificateAuthorityServiceClient.ListCertificateRevocationListsPage Modifier and Type Method Description com.google.api.core.ApiFuture<CertificateAuthorityServiceClient.ListCertificateRevocationListsPage>
CertificateAuthorityServiceClient.ListCertificateRevocationListsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListCertificateRevocationListsRequest,ListCertificateRevocationListsResponse,CertificateRevocationList> context, com.google.api.core.ApiFuture<ListCertificateRevocationListsResponse> futureResponse)
Method parameters in com.google.cloud.security.privateca.v1 with type arguments of type CertificateAuthorityServiceClient.ListCertificateRevocationListsPage Modifier and Type Method Description protected CertificateAuthorityServiceClient.ListCertificateRevocationListsFixedSizeCollection
CertificateAuthorityServiceClient.ListCertificateRevocationListsFixedSizeCollection. createCollection(List<CertificateAuthorityServiceClient.ListCertificateRevocationListsPage> pages, int collectionSize)
-