ProjectsLocationsJobsExecutions
class ProjectsLocationsJobsExecutions extends Resource (View source)
The "executions" collection of methods.
Typical usage is:
$runService = new Google\Service\CloudRun(...);
$executions = $runService->projects_locations_jobs_executions;
Methods
Cancels an Execution. (executions.cancel)
Deletes an Execution. (executions.delete)
Read the status of an image export operation. (executions.exportStatus)
Gets information about an Execution. (executions.get)
Lists Executions from a Job. Results are sorted by creation time, descending.
Details
GoogleLongrunningOperation
cancel(string $name, GoogleCloudRunV2CancelExecutionRequest $postBody, array $optParams = [])
Cancels an Execution. (executions.cancel)
GoogleLongrunningOperation
delete(string $name, array $optParams = [])
Deletes an Execution. (executions.delete)
GoogleCloudRunV2ExportStatusResponse
exportStatus(string $name, string $operationId, array $optParams = [])
Read the status of an image export operation. (executions.exportStatus)
GoogleCloudRunV2Execution
get(string $name, array $optParams = [])
Gets information about an Execution. (executions.get)
GoogleCloudRunV2ListExecutionsResponse
listProjectsLocationsJobsExecutions(string $parent, array $optParams = [])
Lists Executions from a Job. Results are sorted by creation time, descending.
(executions.listProjectsLocationsJobsExecutions)