public sealed class ListTasksRequest : IMessage<ListTasksRequest>, IEquatable<ListTasksRequest>, IDeepCloneable<ListTasksRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Batch v1 API class ListTasksRequest.
ListTasks Request.
Implements
IMessage<ListTasksRequest>, IEquatable<ListTasksRequest>, IDeepCloneable<ListTasksRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Batch.V1Assembly
Google.Cloud.Batch.V1.dll
Constructors
ListTasksRequest()
public ListTasksRequest()
ListTasksRequest(ListTasksRequest)
public ListTasksRequest(ListTasksRequest other)
Parameter | |
---|---|
Name | Description |
other | ListTasksRequest |
Properties
Filter
public string Filter { get; set; }
Task filter, null filter matches all Tasks. Filter string should be of the format State=TaskStatus.State e.g. State=RUNNING
Property Value | |
---|---|
Type | Description |
String |
PageSize
public int PageSize { get; set; }
Page size.
Property Value | |
---|---|
Type | Description |
Int32 |
PageToken
public string PageToken { get; set; }
Page token.
Property Value | |
---|---|
Type | Description |
String |
Parent
public string Parent { get; set; }
Required. Name of a TaskGroup from which Tasks are being requested. Pattern: "projects/{project}/locations/{location}/jobs/{job}/taskGroups/{task_group}"
Property Value | |
---|---|
Type | Description |
String |
ParentAsTaskGroupName
public TaskGroupName ParentAsTaskGroupName { get; set; }
TaskGroupName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
TaskGroupName |