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)

Parameters

string $name

Required. Name of the resource

array $optParams

Optional parameters.

Return Value

Operation

Exceptions

Exception

Execution get(string $name, array $optParams = [])

Gets details of a single Execution. (executions.get)

Parameters

string $name

Required. Name of the resource

array $optParams

Optional parameters.

Return Value

Execution

Exceptions

Exception

ListExecutionsResponse listProjectsLocationsEvaluationsExecutions(string $parent, array $optParams = [])

Lists Executions in a given project and location.

(executions.listProjectsLocationsEvaluationsExecutions)

Parameters

string $parent

Required. The resource prefix of the Execution using the form: 'projects/{project}/locations/{location}/evaluations/{evaluation}'

array $optParams

Optional parameters.

Return Value

ListExecutionsResponse

Exceptions

Exception

Operation run(string $name, RunEvaluationRequest $postBody, array $optParams = [])

Creates a new Execution in a given project and location. (executions.run)

Parameters

string $name

Required. The resource name of the Execution using the form: 'projects/{project}/locations/{location}/evaluations/{evaluation}/execu tions/{execution}'

RunEvaluationRequest $postBody
array $optParams

Optional parameters.

Return Value

Operation

Exceptions

Exception