Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.JobsResource.ExecutionsResource.ListRequest

Lists Executions from a Job. Results are sorted by creation time, descending.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudRunV2ListExecutionsResponse>
CloudRunBaseServiceRequest<GoogleCloudRunV2ListExecutionsResponse>
ProjectsResource.LocationsResource.JobsResource.ExecutionsResource.ListRequest
Implements
IClientServiceRequest<GoogleCloudRunV2ListExecutionsResponse>
IClientServiceRequest
Inherited Members
CloudRunBaseServiceRequest<GoogleCloudRunV2ListExecutionsResponse>.Xgafv
CloudRunBaseServiceRequest<GoogleCloudRunV2ListExecutionsResponse>.AccessToken
CloudRunBaseServiceRequest<GoogleCloudRunV2ListExecutionsResponse>.Alt
CloudRunBaseServiceRequest<GoogleCloudRunV2ListExecutionsResponse>.Callback
CloudRunBaseServiceRequest<GoogleCloudRunV2ListExecutionsResponse>.Fields
CloudRunBaseServiceRequest<GoogleCloudRunV2ListExecutionsResponse>.Key
CloudRunBaseServiceRequest<GoogleCloudRunV2ListExecutionsResponse>.OauthToken
CloudRunBaseServiceRequest<GoogleCloudRunV2ListExecutionsResponse>.PrettyPrint
CloudRunBaseServiceRequest<GoogleCloudRunV2ListExecutionsResponse>.QuotaUser
CloudRunBaseServiceRequest<GoogleCloudRunV2ListExecutionsResponse>.UploadType
CloudRunBaseServiceRequest<GoogleCloudRunV2ListExecutionsResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudRunV2ListExecutionsResponse>.Execute()
ClientServiceRequest<GoogleCloudRunV2ListExecutionsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudRunV2ListExecutionsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudRunV2ListExecutionsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudRunV2ListExecutionsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudRunV2ListExecutionsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudRunV2ListExecutionsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudRunV2ListExecutionsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudRunV2ListExecutionsResponse>.GetBody()
ClientServiceRequest<GoogleCloudRunV2ListExecutionsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudRunV2ListExecutionsResponse>.ETagAction
ClientServiceRequest<GoogleCloudRunV2ListExecutionsResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudRunV2ListExecutionsResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudRunV2ListExecutionsResponse>.ApiVersion
ClientServiceRequest<GoogleCloudRunV2ListExecutionsResponse>.RequestParameters
ClientServiceRequest<GoogleCloudRunV2ListExecutionsResponse>.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.CloudRun.v2
Assembly: Google.Apis.CloudRun.v2.dll
Syntax
public class ProjectsResource.LocationsResource.JobsResource.ExecutionsResource.ListRequest : CloudRunBaseServiceRequest<GoogleCloudRunV2ListExecutionsResponse>, IClientServiceRequest<GoogleCloudRunV2ListExecutionsResponse>, 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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

Maximum number of Executions to return in this call.

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

PageToken

A page token received from a previous call to ListExecutions. All other parameters must match.

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

Parent

Required. The Execution from which the Executions should be listed. To list all Executions across Jobs, use "-" instead of Job name. Format: projects/{project}/locations/{location}/jobs/{job}, where {project} can be project id or number.

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<GoogleCloudRunV2ListExecutionsResponse>.RestPath

ShowDeleted

If true, returns deleted (but unexpired) resources along with active ones.

Declaration
[RequestParameter("showDeleted", RequestParameterType.Query)]
public virtual bool? ShowDeleted { get; set; }
Property Value
Type Description
bool?

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudRunBaseServiceRequest<GoogleCloudRunV2ListExecutionsResponse>.InitParameters()

Implements

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