Show / Hide Table of Contents

Class ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.PerfMetricsSummaryResource

The "perfMetricsSummary" collection of methods.

Inheritance
object
ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.PerfMetricsSummaryResource
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.PerfMetricsSummaryResource

Constructors

PerfMetricsSummaryResource(IClientService)

Constructs a new resource.

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

Methods

Create(PerfMetricsSummary, string, string, string, string)

Creates a PerfMetricsSummary resource. Returns the existing one if it has already been created. May return any of the following error code(s): - NOT_FOUND - The containing Step does not exist

Declaration
public virtual ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.PerfMetricsSummaryResource.CreateRequest Create(PerfMetricsSummary body, string projectId, string historyId, string executionId, string stepId)
Parameters
Type Name Description
PerfMetricsSummary 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.PerfMetricsSummaryResource.CreateRequest
In this article
Back to top Generated by DocFX