ProjectsLocationsTrustConfigs
class ProjectsLocationsTrustConfigs extends Resource (View source)
The "trustConfigs" collection of methods.
Typical usage is:
$certificatemanagerService = new Google\Service\CertificateManager(...);
$trustConfigs = $certificatemanagerService->projects_locations_trustConfigs;
Methods
create(string $parent, TrustConfig $postBody, array $optParams = [])
Creates a new TrustConfig in a given project and location.
delete(string $name, array $optParams = [])
Deletes a single TrustConfig. (trustConfigs.delete)
get(string $name, array $optParams = [])
Gets details of a single TrustConfig. (trustConfigs.get)
listProjectsLocationsTrustConfigs(string $parent, array $optParams = [])
Lists TrustConfigs in a given project and location.
patch(string $name, TrustConfig $postBody, array $optParams = [])
Updates a TrustConfig. (trustConfigs.patch)
Details
Operation
create(string $parent, TrustConfig $postBody, array $optParams = [])
Creates a new TrustConfig in a given project and location.
(trustConfigs.create)
Operation
delete(string $name, array $optParams = [])
Deletes a single TrustConfig. (trustConfigs.delete)
TrustConfig
get(string $name, array $optParams = [])
Gets details of a single TrustConfig. (trustConfigs.get)
ListTrustConfigsResponse
listProjectsLocationsTrustConfigs(string $parent, array $optParams = [])
Lists TrustConfigs in a given project and location.
(trustConfigs.listProjectsLocationsTrustConfigs)
Operation
patch(string $name, TrustConfig $postBody, array $optParams = [])
Updates a TrustConfig. (trustConfigs.patch)