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