Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/Resource/
H A DProjectsHistoriesExecutionsStepsPerfSampleSeries.php21 use Google\Service\ToolResults\PerfSampleSeries; alias
42 * @param PerfSampleSeries $postBody
44 * @return PerfSampleSeries
46 …public function create($projectId, $historyId, $executionId, $stepId, PerfSampleSeries $postBody, …
50 return $this->call('create', [$params], PerfSampleSeries::class);
63 * @return PerfSampleSeries
69 return $this->call('get', [$params], PerfSampleSeries::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/
H A DListPerfSampleSeriesResponse.php23 protected $perfSampleSeriesType = PerfSampleSeries::class;
27 * @param PerfSampleSeries[]
34 * @return PerfSampleSeries[]
H A DPerfSampleSeries.php20 class PerfSampleSeries extends \Google\Model class
132 class_alias(PerfSampleSeries::class, 'Google_Service_ToolResults_PerfSampleSeries');