Show / Hide Table of Contents

Class ProjectsResource.HistoriesResource.ExecutionsResource.ListRequest

Lists Executions for a given History. The executions are sorted by creation_time in descending order. The execution_id key will be used to order the executions 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 - NOT_FOUND - if the containing History does not exist

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListExecutionsResponse>
ToolResultsBaseServiceRequest<ListExecutionsResponse>
ProjectsResource.HistoriesResource.ExecutionsResource.ListRequest
Implements
IClientServiceRequest<ListExecutionsResponse>
IClientServiceRequest
Inherited Members
ToolResultsBaseServiceRequest<ListExecutionsResponse>.Xgafv
ToolResultsBaseServiceRequest<ListExecutionsResponse>.AccessToken
ToolResultsBaseServiceRequest<ListExecutionsResponse>.Alt
ToolResultsBaseServiceRequest<ListExecutionsResponse>.Callback
ToolResultsBaseServiceRequest<ListExecutionsResponse>.Fields
ToolResultsBaseServiceRequest<ListExecutionsResponse>.Key
ToolResultsBaseServiceRequest<ListExecutionsResponse>.OauthToken
ToolResultsBaseServiceRequest<ListExecutionsResponse>.PrettyPrint
ToolResultsBaseServiceRequest<ListExecutionsResponse>.QuotaUser
ToolResultsBaseServiceRequest<ListExecutionsResponse>.UploadType
ToolResultsBaseServiceRequest<ListExecutionsResponse>.UploadProtocol
ClientServiceRequest<ListExecutionsResponse>.Execute()
ClientServiceRequest<ListExecutionsResponse>.ExecuteAsStream()
ClientServiceRequest<ListExecutionsResponse>.ExecuteAsync()
ClientServiceRequest<ListExecutionsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListExecutionsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListExecutionsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListExecutionsResponse>.CreateRequest(bool?)
ClientServiceRequest<ListExecutionsResponse>.GenerateRequestUri()
ClientServiceRequest<ListExecutionsResponse>.GetBody()
ClientServiceRequest<ListExecutionsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListExecutionsResponse>.ETagAction
ClientServiceRequest<ListExecutionsResponse>.ModifyRequest
ClientServiceRequest<ListExecutionsResponse>.ValidateParameters
ClientServiceRequest<ListExecutionsResponse>.ApiVersion
ClientServiceRequest<ListExecutionsResponse>.RequestParameters
ClientServiceRequest<ListExecutionsResponse>.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.ListRequest : ToolResultsBaseServiceRequest<ListExecutionsResponse>, IClientServiceRequest<ListExecutionsResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string projectId, string historyId)
Parameters
Type Name Description
IClientService service
string projectId
string historyId

Properties

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<ListExecutionsResponse>.HttpMethod

MethodName

Gets the method name.

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

PageSize

The maximum number of Executions to fetch. Default value: 25. 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<ListExecutionsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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