ProjectsLocationsDeliveryPipelinesAutomationRuns
class ProjectsLocationsDeliveryPipelinesAutomationRuns extends Resource (View source)
The "automationRuns" collection of methods.
Typical usage is:
$clouddeployService = new Google\Service\CloudDeploy(...);
$automationRuns = $clouddeployService->projects_locations_deliveryPipelines_automationRuns;
Methods
Cancels an AutomationRun. The state
of the AutomationRun
after cancelling
is CANCELLED
. CancelAutomationRun
can be called on AutomationRun in the
state IN_PROGRESS
and PENDING
; AutomationRun in a different state returns
an FAILED_PRECONDITION
error. (automationRuns.cancel)
Gets details of a single AutomationRun. (automationRuns.get)
Lists AutomationRuns in a given project and location.
Details
CancelAutomationRunResponse
cancel(string $name, CancelAutomationRunRequest $postBody, array $optParams = [])
Cancels an AutomationRun. The state
of the AutomationRun
after cancelling
is CANCELLED
. CancelAutomationRun
can be called on AutomationRun in the
state IN_PROGRESS
and PENDING
; AutomationRun in a different state returns
an FAILED_PRECONDITION
error. (automationRuns.cancel)
AutomationRun
get(string $name, array $optParams = [])
Gets details of a single AutomationRun. (automationRuns.get)
ListAutomationRunsResponse
listProjectsLocationsDeliveryPipelinesAutomationRuns(string $parent, array $optParams = [])
Lists AutomationRuns in a given project and location.
(automationRuns.listProjectsLocationsDeliveryPipelinesAutomationRuns)