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