Batch v1 API - Class ListTasksResponse (2.7.0)

public sealed class ListTasksResponse : IMessage<ListTasksResponse>, IEquatable<ListTasksResponse>, IDeepCloneable<ListTasksResponse>, IBufferMessage, IMessage, IPageResponse<Task>, IEnumerable<Task>, IEnumerable

Reference documentation and code samples for the Batch v1 API class ListTasksResponse.

ListTasks Response.

Inheritance

object > ListTasksResponse

Namespace

Google.Cloud.Batch.V1

Assembly

Google.Cloud.Batch.V1.dll

Constructors

ListTasksResponse()

public ListTasksResponse()

ListTasksResponse(ListTasksResponse)

public ListTasksResponse(ListTasksResponse other)
Parameter
Name Description
other ListTasksResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

Next page token.

Property Value
Type Description
string

Tasks

public RepeatedField<Task> Tasks { get; }

Tasks.

Property Value
Type Description
RepeatedField Task

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
Type Description
RepeatedField string

Methods

GetEnumerator()

public IEnumerator<Task> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumerator Task

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.