ProjectsLocationsCertificateMaps
class ProjectsLocationsCertificateMaps extends Resource (View source)
The "certificateMaps" collection of methods.
Typical usage is:
$certificatemanagerService = new Google\Service\CertificateManager(...);
$certificateMaps = $certificatemanagerService->projects_locations_certificateMaps;
Methods
Creates a new CertificateMap in a given project and location.
Deletes a single CertificateMap. A Certificate Map can't be deleted if it contains Certificate Map Entries. Remove all the entries from the map before calling this method. (certificateMaps.delete)
Gets details of a single CertificateMap. (certificateMaps.get)
Lists CertificateMaps in a given project and location.
Updates a CertificateMap. (certificateMaps.patch)
Details
Operation
create(string $parent, CertificateMap $postBody, array $optParams = [])
Creates a new CertificateMap in a given project and location.
(certificateMaps.create)
Operation
delete(string $name, array $optParams = [])
Deletes a single CertificateMap. A Certificate Map can't be deleted if it contains Certificate Map Entries. Remove all the entries from the map before calling this method. (certificateMaps.delete)
CertificateMap
get(string $name, array $optParams = [])
Gets details of a single CertificateMap. (certificateMaps.get)
ListCertificateMapsResponse
listProjectsLocationsCertificateMaps(string $parent, array $optParams = [])
Lists CertificateMaps in a given project and location.
(certificateMaps.listProjectsLocationsCertificateMaps)
Operation
patch(string $name, CertificateMap $postBody, array $optParams = [])
Updates a CertificateMap. (certificateMaps.patch)