Cloud Dataplex v1 API - Class ListMetadataJobsResponse (3.4.0)

public sealed class ListMetadataJobsResponse : IMessage<ListMetadataJobsResponse>, IEquatable<ListMetadataJobsResponse>, IDeepCloneable<ListMetadataJobsResponse>, IBufferMessage, IMessage, IPageResponse<MetadataJob>, IEnumerable<MetadataJob>, IEnumerable

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

List metadata jobs response.

Inheritance

object > ListMetadataJobsResponse

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

ListMetadataJobsResponse()

public ListMetadataJobsResponse()

ListMetadataJobsResponse(ListMetadataJobsResponse)

public ListMetadataJobsResponse(ListMetadataJobsResponse other)
Parameter
Name Description
other ListMetadataJobsResponse

Properties

MetadataJobs

public RepeatedField<MetadataJob> MetadataJobs { get; }

Metadata jobs under the specified parent location.

Property Value
Type Description
RepeatedFieldMetadataJob

NextPageToken

public string NextPageToken { get; set; }

A token to retrieve the next page of results. If there are no more results in the list, the value is empty.

Property Value
Type Description
string

UnreachableLocations

public RepeatedField<string> UnreachableLocations { get; }

Locations that the service couldn't reach.

Property Value
Type Description
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<MetadataJob> GetEnumerator()

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

Returns
Type Description
IEnumeratorMetadataJob