Cloud Run Admin v2 API - Class ListExecutionsRequest (2.7.0)

public sealed class ListExecutionsRequest : IMessage<ListExecutionsRequest>, IEquatable<ListExecutionsRequest>, IDeepCloneable<ListExecutionsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Cloud Run Admin v2 API class ListExecutionsRequest.

Request message for retrieving a list of Executions.

Inheritance

object > ListExecutionsRequest

Namespace

Google.Cloud.Run.V2

Assembly

Google.Cloud.Run.V2.dll

Constructors

ListExecutionsRequest()

public ListExecutionsRequest()

ListExecutionsRequest(ListExecutionsRequest)

public ListExecutionsRequest(ListExecutionsRequest other)
Parameter
NameDescription
otherListExecutionsRequest

Properties

PageSize

public int PageSize { get; set; }

Maximum number of Executions to return in this call.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

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

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

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.

Property Value
TypeDescription
string

ParentAsJobName

public JobName ParentAsJobName { get; set; }

JobName-typed view over the Parent resource name property.

Property Value
TypeDescription
JobName

ShowDeleted

public bool ShowDeleted { get; set; }

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

Property Value
TypeDescription
bool