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 v1alpha API class ListTasksResponse.
ListTasks Response.
Implements
IMessageListTasksResponse, IEquatableListTasksResponse, IDeepCloneableListTasksResponse, IBufferMessage, IMessage, IPageResponseTask, IEnumerableTask, IEnumerableNamespace
Google.Cloud.Batch.V1AlphaAssembly
Google.Cloud.Batch.V1Alpha.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 |
RepeatedFieldTask |
Unreachable
public RepeatedField<string> Unreachable { get; }
Locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Methods
GetEnumerator()
public IEnumerator<Task> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorTask |