Class ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource
The "steps" collection of methods.
Inherited Members
Namespace: Google.Apis.ToolResults.v1beta3
Assembly: Google.Apis.ToolResults.v1beta3.dll
Syntax
public class ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource
Constructors
StepsResource(IClientService)
Constructs a new resource.
Declaration
public StepsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
PerfMetricsSummary
Gets the PerfMetricsSummary resource.
Declaration
public virtual ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.PerfMetricsSummaryResource PerfMetricsSummary { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.PerfMetricsSummaryResource |
PerfSampleSeries
Gets the PerfSampleSeries resource.
Declaration
public virtual ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.PerfSampleSeriesResource PerfSampleSeries { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.PerfSampleSeriesResource |
TestCases
Gets the TestCases resource.
Declaration
public virtual ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.TestCasesResource TestCases { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.TestCasesResource |
Thumbnails
Gets the Thumbnails resource.
Declaration
public virtual ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.ThumbnailsResource Thumbnails { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.ThumbnailsResource |
Methods
AccessibilityClusters(string)
Lists accessibility clusters for a given Step May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to read project - INVALID_ARGUMENT - if the request is malformed - FAILED_PRECONDITION - if an argument in the request happens to be invalid; e.g. if the locale format is incorrect - NOT_FOUND - if the containing Step does not exist
Declaration
public virtual ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.AccessibilityClustersRequest AccessibilityClusters(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | A full resource name of the step. For example, projects/my-project/histories/bh.1234567890abcdef/executions/ 1234567890123456789/steps/bs.1234567890abcdef Required. |
Returns
Type | Description |
---|---|
ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.AccessibilityClustersRequest |
Create(Step, string, string, string)
Creates a Step. The returned Step will have the id set. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to write to project - INVALID_ARGUMENT - if the request is malformed - FAILED_PRECONDITION - if the step is too large (more than 10Mib) - NOT_FOUND - if the containing Execution does not exist
Declaration
public virtual ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.CreateRequest Create(Step body, string projectId, string historyId, string executionId)
Parameters
Type | Name | Description |
---|---|---|
Step | body | The body of the request. |
string | projectId | Required. A Project id. |
string | historyId | Required. A History id. |
string | executionId | Required. An Execution id. |
Returns
Type | Description |
---|---|
ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.CreateRequest |
Get(string, string, string, string)
Gets a Step. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to read project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the Step does not exist
Declaration
public virtual ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.GetRequest Get(string projectId, string historyId, string executionId, string stepId)
Parameters
Type | Name | Description |
---|---|---|
string | projectId | A Project id. Required. |
string | historyId | A History id. Required. |
string | executionId | A Execution id. Required. |
string | stepId | A Step id. Required. |
Returns
Type | Description |
---|---|
ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.GetRequest |
GetPerfMetricsSummary(string, string, string, string)
Retrieves a PerfMetricsSummary. May return any of the following error code(s): - NOT_FOUND - The specified PerfMetricsSummary does not exist
Declaration
public virtual ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.GetPerfMetricsSummaryRequest GetPerfMetricsSummary(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.GetPerfMetricsSummaryRequest |
List(string, string, string)
Lists Steps for a given Execution. The steps are sorted by creation_time in descending order. The step_id key will be used to order the steps with the same creation_time. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to read project - INVALID_ARGUMENT - if the request is malformed - FAILED_PRECONDITION - if an argument in the request happens to be invalid; e.g. if an attempt is made to list the children of a nonexistent Step - NOT_FOUND - if the containing Execution does not exist
Declaration
public virtual ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.ListRequest List(string projectId, string historyId, string executionId)
Parameters
Type | Name | Description |
---|---|---|
string | projectId | A Project id. Required. |
string | historyId | A History id. Required. |
string | executionId | A Execution id. Required. |
Returns
Type | Description |
---|---|
ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.ListRequest |
Patch(Step, string, string, string, string)
Updates an existing Step with the supplied partial entity. 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), if the updated step is too large (more than 10Mib) - NOT_FOUND - if the containing Execution does not exist
Declaration
public virtual ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.PatchRequest Patch(Step body, string projectId, string historyId, string executionId, string stepId)
Parameters
Type | Name | Description |
---|---|---|
Step | body | The body of the request. |
string | projectId | A Project id. Required. |
string | historyId | A History id. Required. |
string | executionId | A Execution id. Required. |
string | stepId | A Step id. Required. |
Returns
Type | Description |
---|---|
ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.PatchRequest |
PublishXunitXmlFiles(PublishXunitXmlFilesRequest, string, string, string, string)
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
Declaration
public virtual ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.PublishXunitXmlFilesRequest PublishXunitXmlFiles(PublishXunitXmlFilesRequest body, string projectId, string historyId, string executionId, string stepId)
Parameters
Type | Name | Description |
---|---|---|
PublishXunitXmlFilesRequest | body | The body of the request. |
string | projectId | A Project id. Required. |
string | historyId | A History id. Required. |
string | executionId | A Execution id. Required. |
string | stepId | A Step id. Note: This step must include a TestExecutionStep. Required. |
Returns
Type | Description |
---|---|
ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.PublishXunitXmlFilesRequest |