Show / Hide Table of Contents

Class ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.TestCasesResource.ListRequest

Lists Test Cases attached to a Step. Experimental test cases API. Still in active development. 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 - NOT_FOUND - if the containing Step does not exist

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListTestCasesResponse>
ToolResultsBaseServiceRequest<ListTestCasesResponse>
ProjectsResource.HistoriesResource.ExecutionsResource.StepsResource.TestCasesResource.ListRequest
Implements
IClientServiceRequest<ListTestCasesResponse>
IClientServiceRequest
Inherited Members
ToolResultsBaseServiceRequest<ListTestCasesResponse>.Xgafv
ToolResultsBaseServiceRequest<ListTestCasesResponse>.AccessToken
ToolResultsBaseServiceRequest<ListTestCasesResponse>.Alt
ToolResultsBaseServiceRequest<ListTestCasesResponse>.Callback
ToolResultsBaseServiceRequest<ListTestCasesResponse>.Fields
ToolResultsBaseServiceRequest<ListTestCasesResponse>.Key
ToolResultsBaseServiceRequest<ListTestCasesResponse>.OauthToken
ToolResultsBaseServiceRequest<ListTestCasesResponse>.PrettyPrint
ToolResultsBaseServiceRequest<ListTestCasesResponse>.QuotaUser
ToolResultsBaseServiceRequest<ListTestCasesResponse>.UploadType
ToolResultsBaseServiceRequest<ListTestCasesResponse>.UploadProtocol
ClientServiceRequest<ListTestCasesResponse>.Execute()
ClientServiceRequest<ListTestCasesResponse>.ExecuteAsStream()
ClientServiceRequest<ListTestCasesResponse>.ExecuteAsync()
ClientServiceRequest<ListTestCasesResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListTestCasesResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListTestCasesResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListTestCasesResponse>.CreateRequest(bool?)
ClientServiceRequest<ListTestCasesResponse>.GenerateRequestUri()
ClientServiceRequest<ListTestCasesResponse>.GetBody()
ClientServiceRequest<ListTestCasesResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListTestCasesResponse>.ETagAction
ClientServiceRequest<ListTestCasesResponse>.ModifyRequest
ClientServiceRequest<ListTestCasesResponse>.ValidateParameters
ClientServiceRequest<ListTestCasesResponse>.ApiVersion
ClientServiceRequest<ListTestCasesResponse>.RequestParameters
ClientServiceRequest<ListTestCasesResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
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.TestCasesResource.ListRequest : ToolResultsBaseServiceRequest<ListTestCasesResponse>, IClientServiceRequest<ListTestCasesResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string, string, string, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string projectId, string historyId, string executionId, string stepId)
Parameters
Type Name Description
IClientService service
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
ClientServiceRequest<ListTestCasesResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListTestCasesResponse>.MethodName

PageSize

The maximum number of TestCases to fetch. Default value: 100. The server will use this default if the field is not set or has a value of 0. Optional.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

A continuation token to resume the query at the next item. Optional.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

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
ClientServiceRequest<ListTestCasesResponse>.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

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
ToolResultsBaseServiceRequest<ListTestCasesResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX