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

create(string $parent, CertificateMap $postBody, array $optParams = [])

Creates a new CertificateMap in a given project and location.

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)

get(string $name, array $optParams = [])

Gets details of a single CertificateMap. (certificateMaps.get)

listProjectsLocationsCertificateMaps(string $parent, array $optParams = [])

Lists CertificateMaps in a given project and location.

patch(string $name, CertificateMap $postBody, array $optParams = [])

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)

Parameters

string $parent

Required. The parent resource of the certificate map. Must be in the format projects/locations.

CertificateMap $postBody
array $optParams

Optional parameters.

Return Value

Operation

Exceptions

Exception

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)

Parameters

string $name

Required. A name of the certificate map to delete. Must be in the format projects/locations/certificateMaps.

array $optParams

Optional parameters.

Return Value

Operation

Exceptions

Exception

CertificateMap get(string $name, array $optParams = [])

Gets details of a single CertificateMap. (certificateMaps.get)

Parameters

string $name

Required. A name of the certificate map to describe. Must be in the format projects/locations/certificateMaps.

array $optParams

Optional parameters.

Return Value

CertificateMap

Exceptions

Exception

ListCertificateMapsResponse listProjectsLocationsCertificateMaps(string $parent, array $optParams = [])

Lists CertificateMaps in a given project and location.

(certificateMaps.listProjectsLocationsCertificateMaps)

Parameters

string $parent

Required. The project and location from which the certificate maps should be listed, specified in the format projects/locations.

array $optParams

Optional parameters.

Return Value

ListCertificateMapsResponse

Exceptions

Exception

Operation patch(string $name, CertificateMap $postBody, array $optParams = [])

Updates a CertificateMap. (certificateMaps.patch)

Parameters

string $name

Identifier. A user-defined name of the Certificate Map. Certificate Map names must be unique globally and match pattern projects/locations/certificateMaps.

CertificateMap $postBody
array $optParams

Optional parameters.

Return Value

Operation

Exceptions

Exception