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.
Implements
IMessageListExecutionsRequest, IEquatableListExecutionsRequest, IDeepCloneableListExecutionsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Run.V2Assembly
Google.Cloud.Run.V2.dll
Constructors
ListExecutionsRequest()
public ListExecutionsRequest()
ListExecutionsRequest(ListExecutionsRequest)
public ListExecutionsRequest(ListExecutionsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListExecutionsRequest |
Properties
PageSize
public int PageSize { get; set; }
Maximum number of Executions to return in this call.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
A page token received from a previous call to ListExecutions. All other parameters must match.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
ParentAsJobName
public JobName ParentAsJobName { get; set; }
Property Value | |
---|---|
Type | Description |
JobName |
ShowDeleted
public bool ShowDeleted { get; set; }
If true, returns deleted (but unexpired) resources along with active ones.
Property Value | |
---|---|
Type | Description |
bool |