ProjectsLocationsDeliveryPipelinesReleasesRolloutsJobRuns
class ProjectsLocationsDeliveryPipelinesReleasesRolloutsJobRuns extends Resource (View source)
The "jobRuns" collection of methods.
Typical usage is:
$clouddeployService = new Google\Service\CloudDeploy(...);
$jobRuns = $clouddeployService->projects_locations_deliveryPipelines_releases_rollouts_jobRuns;
Methods
listProjectsLocationsDeliveryPipelinesReleasesRolloutsJobRuns(string $parent, array $optParams = [])
Lists JobRuns in a given project and location.
terminate(string $name, TerminateJobRunRequest $postBody, array $optParams = [])
Terminates a Job Run in a given project and location. (jobRuns.terminate)
Details
JobRun
get(string $name, array $optParams = [])
Gets details of a single JobRun. (jobRuns.get)
ListJobRunsResponse
listProjectsLocationsDeliveryPipelinesReleasesRolloutsJobRuns(string $parent, array $optParams = [])
Lists JobRuns in a given project and location.
(jobRuns.listProjectsLocationsDeliveryPipelinesReleasesRolloutsJobRuns)
TerminateJobRunResponse
terminate(string $name, TerminateJobRunRequest $postBody, array $optParams = [])
Terminates a Job Run in a given project and location. (jobRuns.terminate)