public sealed class ListTasksResponse : IPageResponse<Task>, IEnumerable<Task>, IEnumerable, IMessage<ListTasksResponse>, IEquatable<ListTasksResponse>, IDeepCloneable<ListTasksResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class ListTasksResponse.
List tasks response.
Implements
IPageResponseTask, IEnumerableTask, IEnumerable, IMessageListTasksResponse, IEquatableListTasksResponse, IDeepCloneableListTasksResponse, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.DataplexV1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
ListTasksResponse()
public ListTasksResponse()
ListTasksResponse(ListTasksResponse)
public ListTasksResponse(ListTasksResponse other)
Parameter | |
---|---|
Name | Description |
other | ListTasksResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
Token to retrieve the next page of results, or empty if there are no more results in the list.
Property Value | |
---|---|
Type | Description |
string |
Tasks
public RepeatedField<Task> Tasks { get; }
Tasks under the given parent lake.
Property Value | |
---|---|
Type | Description |
RepeatedFieldTask |
UnreachableLocations
public RepeatedField<string> UnreachableLocations { 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 |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |