Class ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.PublishXunitXmlFilesRequest
Publish xml files to an existing Step. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to write project - INVALID_ARGUMENT - if the request is malformed - FAILED_PRECONDITION - if the requested state transition is illegal, e.g. try to upload a duplicate xml file or a file too large. - NOT_FOUND - if the containing Execution does not exist
Inheritance
ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.PublishXunitXmlFilesRequest
Inherited Members
Namespace: Google.Apis.ToolResults.v1beta3
Assembly: Google.Apis.ToolResults.v1beta3.dll
Syntax
public class ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.PublishXunitXmlFilesRequest : ToolResultsBaseServiceRequest<Step>, IClientServiceRequest<Step>, IClientServiceRequest
Constructors
PublishXunitXmlFilesRequest(IClientService, PublishXunitXmlFilesRequest, string, string, string, string)
Constructs a new PublishXunitXmlFiles request.
Declaration
public PublishXunitXmlFilesRequest(IClientService service, PublishXunitXmlFilesRequest body, string projectId, string historyId, string executionId, string stepId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
PublishXunitXmlFilesRequest | body | |
string | projectId | |
string | historyId | |
string | executionId | |
string | stepId |
Properties
ExecutionId
A Execution id. Required.
Declaration
[RequestParameter("executionId", RequestParameterType.Path)]
public virtual string ExecutionId { get; }
Property Value
Type | Description |
---|---|
string |
HistoryId
A History id. Required.
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.Step>.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.Step>.MethodName
ProjectId
A Project id. Required.
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.Step>.RestPath
StepId
A Step id. Note: This step must include a TestExecutionStep. Required.
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.Step>.GetBody()
InitParameters()
Initializes PublishXunitXmlFiles parameter list.
Declaration
protected override void InitParameters()