Uses of Class
com.google.cloud.security.privateca.v1beta1.CertificateRevocationListName
-
Packages that use CertificateRevocationListName Package Description com.google.cloud.security.privateca.v1beta1 A client to Certificate Authority API -
-
Uses of CertificateRevocationListName in com.google.cloud.security.privateca.v1beta1
Methods in com.google.cloud.security.privateca.v1beta1 that return CertificateRevocationListName Modifier and Type Method Description CertificateRevocationListNameCertificateRevocationListName.Builder. build()static CertificateRevocationListNameCertificateRevocationListName. of(String project, String location, String certificateAuthority, String certificateRevocationList)static CertificateRevocationListNameCertificateRevocationListName. parse(String formattedString)Methods in com.google.cloud.security.privateca.v1beta1 that return types with arguments of type CertificateRevocationListName Modifier and Type Method Description static List<CertificateRevocationListName>CertificateRevocationListName. parseList(List<String> formattedStrings)Methods in com.google.cloud.security.privateca.v1beta1 with parameters of type CertificateRevocationListName Modifier and Type Method Description CertificateRevocationListCertificateAuthorityServiceClient. getCertificateRevocationList(CertificateRevocationListName name)Returns a [CertificateRevocationList][google.cloud.security.privateca.v1beta1.CertificateRevocationList].Method parameters in com.google.cloud.security.privateca.v1beta1 with type arguments of type CertificateRevocationListName Modifier and Type Method Description static List<String>CertificateRevocationListName. toStringList(List<CertificateRevocationListName> values)
-