public sealed class ListDataScanJobsResponse : IMessage<ListDataScanJobsResponse>, IEquatable<ListDataScanJobsResponse>, IDeepCloneable<ListDataScanJobsResponse>, IBufferMessage, IMessage, IPageResponse<DataScanJob>, IEnumerable<DataScanJob>, IEnumerable
Reference documentation and code samples for the Cloud Dataplex v1 API class ListDataScanJobsResponse.
List DataScanJobs response.
Implements
IMessageListDataScanJobsResponse, IEquatableListDataScanJobsResponse, IDeepCloneableListDataScanJobsResponse, IBufferMessage, IMessage, IPageResponseDataScanJob, IEnumerableDataScanJob, IEnumerableNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
ListDataScanJobsResponse()
public ListDataScanJobsResponse()
ListDataScanJobsResponse(ListDataScanJobsResponse)
public ListDataScanJobsResponse(ListDataScanJobsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListDataScanJobsResponse |
Properties
DataScanJobs
public RepeatedField<DataScanJob> DataScanJobs { get; }
DataScanJobs (BASIC
view only) under a given dataScan.
Property Value | |
---|---|
Type | Description |
RepeatedFieldDataScanJob |
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 |
Methods
GetEnumerator()
public IEnumerator<DataScanJob> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorDataScanJob |