Batch v1alpha API - Class ListTasksRequest (1.0.0-alpha26)

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

Reference documentation and code samples for the Batch v1alpha API class ListTasksRequest.

ListTasks Request.

Inheritance

object > ListTasksRequest

Namespace

Google.Cloud.Batch.V1Alpha

Assembly

Google.Cloud.Batch.V1Alpha.dll

Constructors

ListTasksRequest()

public ListTasksRequest()

ListTasksRequest(ListTasksRequest)

public ListTasksRequest(ListTasksRequest other)
Parameter
NameDescription
otherListTasksRequest

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
TypeDescription
string

OrderBy

public string OrderBy { get; set; }

Not implemented.

Property Value
TypeDescription
string

PageSize

public int PageSize { get; set; }

Page size.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

Page token.

Property Value
TypeDescription
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
TypeDescription
string

ParentAsTaskGroupName

public TaskGroupName ParentAsTaskGroupName { get; set; }

TaskGroupName-typed view over the Parent resource name property.

Property Value
TypeDescription
TaskGroupName