Home
last modified time | relevance | path

Searched refs:PerfMetricsSummary (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/Resource/
H A DProjectsHistoriesExecutionsStepsPerfMetricsSummary.php20 use Google\Service\ToolResults\PerfMetricsSummary; alias
41 * @param PerfMetricsSummary $postBody
43 * @return PerfMetricsSummary
45 …public function create($projectId, $historyId, $executionId, $stepId, PerfMetricsSummary $postBody…
49 return $this->call('create', [$params], PerfMetricsSummary::class);
H A DProjectsHistoriesExecutionsSteps.php22 use Google\Service\ToolResults\PerfMetricsSummary; alias
114 * @return PerfMetricsSummary
120 return $this->call('getPerfMetricsSummary', [$params], PerfMetricsSummary::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/
H A DPerfMetricsSummary.php20 class PerfMetricsSummary extends \Google\Collection class
165 class_alias(PerfMetricsSummary::class, 'Google_Service_ToolResults_PerfMetricsSummary');