Uses of Class
com.google.cloud.security.privateca.v1.CertificateName
-
Packages that use CertificateName Package Description com.google.cloud.security.privateca.v1 A client to Certificate Authority API -
-
Uses of CertificateName in com.google.cloud.security.privateca.v1
Methods in com.google.cloud.security.privateca.v1 that return CertificateName Modifier and Type Method Description CertificateName
CertificateName.Builder. build()
static CertificateName
CertificateName. of(String project, String location, String caPool, String certificate)
static CertificateName
CertificateName. parse(String formattedString)
Methods in com.google.cloud.security.privateca.v1 that return types with arguments of type CertificateName Modifier and Type Method Description static List<CertificateName>
CertificateName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.security.privateca.v1 with parameters of type CertificateName Modifier and Type Method Description Certificate
CertificateAuthorityServiceClient. getCertificate(CertificateName name)
Returns a [Certificate][google.cloud.security.privateca.v1.Certificate].Certificate
CertificateAuthorityServiceClient. revokeCertificate(CertificateName name)
Revoke a [Certificate][google.cloud.security.privateca.v1.Certificate].Method parameters in com.google.cloud.security.privateca.v1 with type arguments of type CertificateName Modifier and Type Method Description static List<String>
CertificateName. toStringList(List<CertificateName> values)
-