class ProjectsLocationsEvaluations extends Resource (View source)

The "evaluations" collection of methods.

Typical usage is:

 $workloadmanagerService = new Google\Service\WorkloadManager(...);
 $evaluations = $workloadmanagerService->projects_locations_evaluations;

Methods

create(string $parent, Evaluation $postBody, array $optParams = [])

Creates a new Evaluation in a given project and location.

delete(string $name, array $optParams = [])

Deletes a single Evaluation. (evaluations.delete)

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

Gets details of a single Evaluation. (evaluations.get)

listProjectsLocationsEvaluations(string $parent, array $optParams = [])

Lists Evaluations in a given project and location.

Details

Operation create(string $parent, Evaluation $postBody, array $optParams = [])

Creates a new Evaluation in a given project and location.

(evaluations.create)

Parameters

string $parent

Required. The resource prefix of the evaluation location using the form: projects/{project_id}/locations/{location_id}

Evaluation $postBody
array $optParams

Optional parameters.

Return Value

Operation

Exceptions

Exception

Operation delete(string $name, array $optParams = [])

Deletes a single Evaluation. (evaluations.delete)

Parameters

string $name

Required. Name of the resource

array $optParams

Optional parameters.

Return Value

Operation

Exceptions

Exception

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

Gets details of a single Evaluation. (evaluations.get)

Parameters

string $name

Required. Name of the resource

array $optParams

Optional parameters.

Return Value

Evaluation

Exceptions

Exception

ListEvaluationsResponse listProjectsLocationsEvaluations(string $parent, array $optParams = [])

Lists Evaluations in a given project and location.

(evaluations.listProjectsLocationsEvaluations)

Parameters

string $parent

Required. Parent value for ListEvaluationsRequest

array $optParams

Optional parameters.

Return Value

ListEvaluationsResponse

Exceptions

Exception