Batch v1 API - Class ListTasksResponse (2.14.0)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class ListTasksResponse : IMessage<ListTasksResponse>, IEquatable<ListTasksResponse>, IDeepCloneable<ListTasksResponse>, IBufferMessage, IMessage, IPageResponse<Task>, IEnumerable<Task>, IEnumerableReference documentation and code samples for the Batch v1 API class ListTasksResponse.
ListTasks Response.
Implements
IMessage ListTasksResponse, IEquatable ListTasksResponse, IDeepCloneable ListTasksResponse, IBufferMessage, IMessage, IPageResponse Task, IEnumerable Task, IEnumerableNamespace
Google.Cloud.Batch.V1Assembly
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 |
|