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