Batch v1 API - Class ListTasksRequest (2.14.0)

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.

Inheritance

object > ListTasksRequest

Namespace

Google.Cloud.Batch.V1

Assembly

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
int

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.