Uses of Class
com.google.cloud.certificatemanager.v1.CertificateMapName
-
Packages that use CertificateMapName Package Description com.google.cloud.certificatemanager.v1 A client to Certificate Manager API -
-
Uses of CertificateMapName in com.google.cloud.certificatemanager.v1
Methods in com.google.cloud.certificatemanager.v1 that return CertificateMapName Modifier and Type Method Description CertificateMapNameCertificateMapName.Builder. build()static CertificateMapNameCertificateMapName. of(String project, String location, String certificateMap)static CertificateMapNameCertificateMapName. parse(String formattedString)Methods in com.google.cloud.certificatemanager.v1 that return types with arguments of type CertificateMapName Modifier and Type Method Description static List<CertificateMapName>CertificateMapName. parseList(List<String> formattedStrings)Methods in com.google.cloud.certificatemanager.v1 with parameters of type CertificateMapName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<CertificateMapEntry,OperationMetadata>CertificateManagerClient. createCertificateMapEntryAsync(CertificateMapName parent, CertificateMapEntry certificateMapEntry, String certificateMapEntryId)Creates a new CertificateMapEntry in a given project and location.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>CertificateManagerClient. deleteCertificateMapAsync(CertificateMapName name)Deletes a single CertificateMap.CertificateMapCertificateManagerClient. getCertificateMap(CertificateMapName name)Gets details of a single CertificateMap.CertificateManagerClient.ListCertificateMapEntriesPagedResponseCertificateManagerClient. listCertificateMapEntries(CertificateMapName parent)Lists CertificateMapEntries in a given project and location.Method parameters in com.google.cloud.certificatemanager.v1 with type arguments of type CertificateMapName Modifier and Type Method Description static List<String>CertificateMapName. toStringList(List<CertificateMapName> values)
-