ProjectsHistoriesExecutionsStepsPerfSampleSeriesResource class
Methods
-
create(PerfSampleSeries request, String projectId, String historyId, String executionId, String stepId, {String? $fields})
→ Future<PerfSampleSeries>
-
Creates a PerfSampleSeries.
-
get(String projectId, String historyId, String executionId, String stepId, String sampleSeriesId, {String? $fields})
→ Future<PerfSampleSeries>
-
Gets a PerfSampleSeries.
-
list(String projectId, String historyId, String executionId, String stepId, {List<String>? filter, String? $fields})
→ Future<ListPerfSampleSeriesResponse>
-
Lists PerfSampleSeries for a given Step.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited