Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.EvaluationsResource.ExecutionsResource.ListRequest

Lists Executions in a given project and location.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListExecutionsResponse>
WorkloadManagerBaseServiceRequest<ListExecutionsResponse>
ProjectsResource.LocationsResource.EvaluationsResource.ExecutionsResource.ListRequest
Implements
IClientServiceRequest<ListExecutionsResponse>
IClientServiceRequest
Inherited Members
WorkloadManagerBaseServiceRequest<ListExecutionsResponse>.Xgafv
WorkloadManagerBaseServiceRequest<ListExecutionsResponse>.AccessToken
WorkloadManagerBaseServiceRequest<ListExecutionsResponse>.Alt
WorkloadManagerBaseServiceRequest<ListExecutionsResponse>.Callback
WorkloadManagerBaseServiceRequest<ListExecutionsResponse>.Fields
WorkloadManagerBaseServiceRequest<ListExecutionsResponse>.Key
WorkloadManagerBaseServiceRequest<ListExecutionsResponse>.OauthToken
WorkloadManagerBaseServiceRequest<ListExecutionsResponse>.PrettyPrint
WorkloadManagerBaseServiceRequest<ListExecutionsResponse>.QuotaUser
WorkloadManagerBaseServiceRequest<ListExecutionsResponse>.UploadType
WorkloadManagerBaseServiceRequest<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.WorkloadManager.v1
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class ProjectsResource.LocationsResource.EvaluationsResource.ExecutionsResource.ListRequest : WorkloadManagerBaseServiceRequest<ListExecutionsResponse>, IClientServiceRequest<ListExecutionsResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

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

Properties

Filter

Filtering results

Declaration
[RequestParameter("filter", RequestParameterType.Query)]
public virtual string Filter { get; set; }
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

OrderBy

Field to sort by. See https://google.aip.dev/132#ordering for more details.

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

PageSize

Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

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

PageToken

A token identifying a page of results the server should return.

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

Parent

Required. The resource prefix of the Execution using the form: 'projects/{project}/locations/{location}/evaluations/{evaluation}'

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { 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
WorkloadManagerBaseServiceRequest<ListExecutionsResponse>.InitParameters()

Implements

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