public sealed class ListDataScansResponse : IMessage<ListDataScansResponse>, IEquatable<ListDataScansResponse>, IDeepCloneable<ListDataScansResponse>, IBufferMessage, IMessage, IPageResponse<DataScan>, IEnumerable<DataScan>, IEnumerable
Reference documentation and code samples for the Cloud Dataplex v1 API class ListDataScansResponse.
List dataScans response.
Implements
IMessageListDataScansResponse, IEquatableListDataScansResponse, IDeepCloneableListDataScansResponse, IBufferMessage, IMessage, IPageResponseDataScan, IEnumerableDataScan, IEnumerableNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
ListDataScansResponse()
public ListDataScansResponse()
ListDataScansResponse(ListDataScansResponse)
public ListDataScansResponse(ListDataScansResponse other)
Parameter | |
---|---|
Name | Description |
other | ListDataScansResponse |
Properties
DataScans
public RepeatedField<DataScan> DataScans { get; }
DataScans (BASIC
view only) under the given parent location.
Property Value | |
---|---|
Type | Description |
RepeatedFieldDataScan |
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 |
Unreachable
public RepeatedField<string> Unreachable { get; }
Locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Methods
GetEnumerator()
public IEnumerator<DataScan> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorDataScan |