Class ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.PerfMetricsSummaryResource.CreateRequest
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
Inheritance
ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.PerfMetricsSummaryResource.CreateRequest
Inherited Members
Namespace: Google.Apis.ToolResults.v1beta3
Assembly: Google.Apis.ToolResults.v1beta3.dll
Syntax
public class ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.PerfMetricsSummaryResource.CreateRequest : ToolResultsBaseServiceRequest<PerfMetricsSummary>, IClientServiceRequest<PerfMetricsSummary>, IClientServiceRequest
Constructors
CreateRequest(IClientService, PerfMetricsSummary, string, string, string, string)
Constructs a new Create request.
Declaration
public CreateRequest(IClientService service, PerfMetricsSummary body, string projectId, string historyId, string executionId, string stepId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
PerfMetricsSummary | body | |
string | projectId | |
string | historyId | |
string | executionId | |
string | stepId |
Properties
ExecutionId
A tool results execution ID.
Declaration
[RequestParameter("executionId", RequestParameterType.Path)]
public virtual string ExecutionId { get; }
Property Value
Type | Description |
---|---|
string |
HistoryId
A tool results history ID.
Declaration
[RequestParameter("historyId", RequestParameterType.Path)]
public virtual string HistoryId { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ToolResults.v1beta3.Data.PerfMetricsSummary>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ToolResults.v1beta3.Data.PerfMetricsSummary>.MethodName
ProjectId
The cloud project
Declaration
[RequestParameter("projectId", RequestParameterType.Path)]
public virtual string ProjectId { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ToolResults.v1beta3.Data.PerfMetricsSummary>.RestPath
StepId
A tool results step ID.
Declaration
[RequestParameter("stepId", RequestParameterType.Path)]
public virtual string StepId { get; }
Property Value
Type | Description |
---|---|
string |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ToolResults.v1beta3.Data.PerfMetricsSummary>.GetBody()
InitParameters()
Initializes Create parameter list.
Declaration
protected override void InitParameters()