ProjectsLocationsEvaluationsExecutions
class ProjectsLocationsEvaluationsExecutions extends Resource (View source)
The "executions" collection of methods.
Typical usage is:
$workloadmanagerService = new Google\Service\WorkloadManager(...);
$executions = $workloadmanagerService->projects_locations_evaluations_executions;
Methods
delete(string $name, array $optParams = [])
Deletes a single Execution. (executions.delete)
get(string $name, array $optParams = [])
Gets details of a single Execution. (executions.get)
listProjectsLocationsEvaluationsExecutions(string $parent, array $optParams = [])
Lists Executions in a given project and location.
run(string $name, RunEvaluationRequest $postBody, array $optParams = [])
Creates a new Execution in a given project and location. (executions.run)
Details
Operation
delete(string $name, array $optParams = [])
Deletes a single Execution. (executions.delete)
Execution
get(string $name, array $optParams = [])
Gets details of a single Execution. (executions.get)
ListExecutionsResponse
listProjectsLocationsEvaluationsExecutions(string $parent, array $optParams = [])
Lists Executions in a given project and location.
(executions.listProjectsLocationsEvaluationsExecutions)
Operation
run(string $name, RunEvaluationRequest $postBody, array $optParams = [])
Creates a new Execution in a given project and location. (executions.run)