Show / Hide Table of Contents

Class ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.PerfSampleSeriesResource

The "perfSampleSeries" collection of methods.

Inheritance
object
ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.PerfSampleSeriesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ToolResults.v1beta3
Assembly: Google.Apis.ToolResults.v1beta3.dll
Syntax
public class ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.PerfSampleSeriesResource

Constructors

PerfSampleSeriesResource(IClientService)

Constructs a new resource.

Declaration
public PerfSampleSeriesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Samples

Gets the Samples resource.

Declaration
public virtual ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.PerfSampleSeriesResource.SamplesResource Samples { get; }
Property Value
Type Description
ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.PerfSampleSeriesResource.SamplesResource

Methods

Create(PerfSampleSeries, string, string, string, string)

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
Declaration
public virtual ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.PerfSampleSeriesResource.CreateRequest Create(PerfSampleSeries body, string projectId, string historyId, string executionId, string stepId)
Parameters
Type Name Description
PerfSampleSeries body

The body of the request.

string projectId

The cloud project

string historyId

A tool results history ID.

string executionId

A tool results execution ID.

string stepId

A tool results step ID.

Returns
Type Description
ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.PerfSampleSeriesResource.CreateRequest

Get(string, string, string, string, string)

Gets a PerfSampleSeries. May return any of the following error code(s): - NOT_FOUND - The specified PerfSampleSeries does not exist

Declaration
public virtual ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.PerfSampleSeriesResource.GetRequest Get(string projectId, string historyId, string executionId, string stepId, string sampleSeriesId)
Parameters
Type Name Description
string projectId

The cloud project

string historyId

A tool results history ID.

string executionId

A tool results execution ID.

string stepId

A tool results step ID.

string sampleSeriesId

A sample series id

Returns
Type Description
ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.PerfSampleSeriesResource.GetRequest

List(string, string, string, string)

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

Declaration
public virtual ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.PerfSampleSeriesResource.ListRequest List(string projectId, string historyId, string executionId, string stepId)
Parameters
Type Name Description
string projectId

The cloud project

string historyId

A tool results history ID.

string executionId

A tool results execution ID.

string stepId

A tool results step ID.

Returns
Type Description
ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.PerfSampleSeriesResource.ListRequest
In this article
Back to top Generated by DocFX