Class ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.PerfMetricsSummaryResource
The "perfMetricsSummary" collection of methods.
Inheritance
ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.PerfMetricsSummaryResource
Inherited Members
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 |