Skip to main content

perf_sample_series

Overview

Nameperf_sample_series
TypeResource
Idfirebase.toolresults.perf_sample_series

Fields

NameDatatypeDescription
historyIdstringA tool results history ID. @OutputOnly
projectIdstringThe cloud project @OutputOnly
sampleSeriesIdstringA sample series id @OutputOnly
stepIdstringA tool results step ID. @OutputOnly
basicPerfSampleSeriesobjectEncapsulates the metadata for basic sample series represented by a line chart
executionIdstringA tool results execution ID. @OutputOnly

Methods

NameAccessible byRequired ParamsDescription
projects_histories_executions_steps_perfSampleSeries_getSELECTexecutionId, historyId, projectId, sampleSeriesId, stepIdGets a PerfSampleSeries. May return any of the following error code(s): - NOT_FOUND - The specified PerfSampleSeries does not exist
projects_histories_executions_steps_perfSampleSeries_listSELECTexecutionId, historyId, projectId, stepIdLists 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_createINSERTexecutionId, historyId, projectId, stepIdCreates 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