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 CertificateNameCertificateName.Builder. build()static CertificateNameCertificateName. of(String project, String location, String certificateAuthority, String certificate)static CertificateNameCertificateName. 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 CertificateCertificateAuthorityServiceClient. getCertificate(CertificateName name)Returns a [Certificate][google.cloud.security.privateca.v1beta1.Certificate].CertificateCertificateAuthorityServiceClient. 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)
-