Cloud Dataplex v1 API - Class ListJobsResponse (2.15.0)

public sealed class ListJobsResponse : IPageResponse<Job>, IEnumerable<Job>, IEnumerable, IMessage<ListJobsResponse>, IEquatable<ListJobsResponse>, IDeepCloneable<ListJobsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API class ListJobsResponse.

List jobs response.

Inheritance

object > ListJobsResponse

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

ListJobsResponse()

public ListJobsResponse()

ListJobsResponse(ListJobsResponse)

public ListJobsResponse(ListJobsResponse other)
Parameter
NameDescription
otherListJobsResponse

Properties

Jobs

public RepeatedField<Job> Jobs { get; }

Jobs under a given task.

Property Value
TypeDescription
RepeatedFieldJob

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
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<Job> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorJob