Uses of Class
com.google.cloud.certificatemanager.v1.CertificateName
-
Packages that use CertificateName Package Description com.google.cloud.certificatemanager.v1 A client to Certificate Manager API -
-
Uses of CertificateName in com.google.cloud.certificatemanager.v1
Methods in com.google.cloud.certificatemanager.v1 that return CertificateName Modifier and Type Method Description CertificateName
CertificateName.Builder. build()
static CertificateName
CertificateName. of(String project, String location, String certificate)
static CertificateName
CertificateName. parse(String formattedString)
Methods in com.google.cloud.certificatemanager.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.certificatemanager.v1 with parameters of type CertificateName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
CertificateManagerClient. deleteCertificateAsync(CertificateName name)
Deletes a single Certificate.Certificate
CertificateManagerClient. getCertificate(CertificateName name)
Gets details of a single Certificate.Method parameters in com.google.cloud.certificatemanager.v1 with type arguments of type CertificateName Modifier and Type Method Description static List<String>
CertificateName. toStringList(List<CertificateName> values)
-