class ProjectsHistoriesExecutionsStepsPerfMetricsSummary extends Resource (View source)

The "perfMetricsSummary" collection of methods.

Typical usage is:

 $toolresultsService = new Google\Service\ToolResults(...);
 $perfMetricsSummary = $toolresultsService->projects_histories_executions_steps_perfMetricsSummary;

Methods

create(string $projectId, string $historyId, string $executionId, string $stepId, PerfMetricsSummary $postBody, array $optParams = [])

Creates a PerfMetricsSummary resource. Returns the existing one if it has already been created. May return any of the following error code(s): - NOT_FOUND - The containing Step does not exist (perfMetricsSummary.create)

Details

PerfMetricsSummary create(string $projectId, string $historyId, string $executionId, string $stepId, PerfMetricsSummary $postBody, array $optParams = [])

Creates a PerfMetricsSummary resource. Returns the existing one if it has already been created. May return any of the following error code(s): - NOT_FOUND - The containing Step does not exist (perfMetricsSummary.create)

Parameters

string $projectId

The cloud project

string $historyId

A tool results history ID.

string $executionId

A tool results execution ID.

string $stepId

A tool results step ID.

PerfMetricsSummary $postBody
array $optParams

Optional parameters.

Return Value

PerfMetricsSummary

Exceptions

Exception