ProjectsLocationsDeliveryPipelinesAutomations
class ProjectsLocationsDeliveryPipelinesAutomations extends Resource (View source)
The "automations" collection of methods.
Typical usage is:
$clouddeployService = new Google\Service\CloudDeploy(...);
$automations = $clouddeployService->projects_locations_deliveryPipelines_automations;
Methods
Creates a new Automation in a given project and location.
Deletes a single Automation resource. (automations.delete)
Gets details of a single Automation. (automations.get)
Lists Automations in a given project and location.
Updates the parameters of a single Automation resource. (automations.patch)
Details
Operation
create(string $parent, Automation $postBody, array $optParams = [])
Creates a new Automation in a given project and location.
(automations.create)
Operation
delete(string $name, array $optParams = [])
Deletes a single Automation resource. (automations.delete)
Automation
get(string $name, array $optParams = [])
Gets details of a single Automation. (automations.get)
ListAutomationsResponse
listProjectsLocationsDeliveryPipelinesAutomations(string $parent, array $optParams = [])
Lists Automations in a given project and location.
(automations.listProjectsLocationsDeliveryPipelinesAutomations)
Operation
patch(string $name, Automation $postBody, array $optParams = [])
Updates the parameters of a single Automation resource. (automations.patch)