public sealed class ListTasksRequest : IMessage<ListTasksRequest>, IEquatable<ListTasksRequest>, IDeepCloneable<ListTasksRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Cloud Run Admin v2 API class ListTasksRequest.
Request message for retrieving a list of Tasks.
Implements
IMessageListTasksRequest, IEquatableListTasksRequest, IDeepCloneableListTasksRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Run.V2Assembly
Google.Cloud.Run.V2.dll
Constructors
ListTasksRequest()
public ListTasksRequest()ListTasksRequest(ListTasksRequest)
public ListTasksRequest(ListTasksRequest other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        ListTasksRequest | 
      
Properties
PageSize
public int PageSize { get; set; }Maximum number of Tasks 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 ListTasks. All other parameters must match.
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |
Parent
public string Parent { get; set; }Required. The Execution from which the Tasks should be listed. To list all Tasks across Executions of a Job, use "-" instead of Execution name. To list all Tasks across Jobs, use "-" instead of Job name. Format: projects/{project}/locations/{location}/jobs/{job}/executions/{execution}
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |
ParentAsExecutionName
public ExecutionName ParentAsExecutionName { get; set; }ExecutionName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description | 
ExecutionName | 
        |
ShowDeleted
public bool ShowDeleted { get; set; }If true, returns deleted (but unexpired) resources along with active ones.
| Property Value | |
|---|---|
| Type | Description | 
bool | 
        |