projects_histories_executions_steps_perfSampleSeries_get | SELECT | executionId, historyId, projectId, sampleSeriesId, stepId | Gets a PerfSampleSeries. May return any of the following error code(s): - NOT_FOUND - The specified PerfSampleSeries does not exist |
projects_histories_executions_steps_perfSampleSeries_list | SELECT | executionId, historyId, projectId, stepId | Lists PerfSampleSeries for a given Step. The request provides an optional filter which specifies one or more PerfMetricsType to include in the result; if none returns all. The resulting PerfSampleSeries are sorted by ids. May return any of the following canonical error codes: - NOT_FOUND - The containing Step does not exist |
projects_histories_executions_steps_perfSampleSeries_create | INSERT | executionId, historyId, projectId, stepId | Creates a PerfSampleSeries. May return any of the following error code(s): - ALREADY_EXISTS - PerfMetricSummary already exists for the given Step - NOT_FOUND - The containing Step does not exist |