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