Uses of Class
com.google.cloud.certificatemanager.v1.CertificateMapEntryName
-
Packages that use CertificateMapEntryName Package Description com.google.cloud.certificatemanager.v1 A client to Certificate Manager API -
-
Uses of CertificateMapEntryName in com.google.cloud.certificatemanager.v1
Methods in com.google.cloud.certificatemanager.v1 that return CertificateMapEntryName Modifier and Type Method Description CertificateMapEntryName
CertificateMapEntryName.Builder. build()
static CertificateMapEntryName
CertificateMapEntryName. of(String project, String location, String certificateMap, String certificateMapEntry)
static CertificateMapEntryName
CertificateMapEntryName. parse(String formattedString)
Methods in com.google.cloud.certificatemanager.v1 that return types with arguments of type CertificateMapEntryName Modifier and Type Method Description static List<CertificateMapEntryName>
CertificateMapEntryName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.certificatemanager.v1 with parameters of type CertificateMapEntryName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
CertificateManagerClient. deleteCertificateMapEntryAsync(CertificateMapEntryName name)
Deletes a single CertificateMapEntry.CertificateMapEntry
CertificateManagerClient. getCertificateMapEntry(CertificateMapEntryName name)
Gets details of a single CertificateMapEntry.Method parameters in com.google.cloud.certificatemanager.v1 with type arguments of type CertificateMapEntryName Modifier and Type Method Description static List<String>
CertificateMapEntryName. toStringList(List<CertificateMapEntryName> values)
-