Cloud Dataplex v1 API - Class ListDataScansResponse (2.15.0)

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.

Inheritance

object > ListDataScansResponse

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

ListDataScansResponse()

public ListDataScansResponse()

ListDataScansResponse(ListDataScansResponse)

public ListDataScansResponse(ListDataScansResponse other)
Parameter
NameDescription
otherListDataScansResponse

Properties

DataScans

public RepeatedField<DataScan> DataScans { get; }

DataScans (BASIC view only) under the given parent location.

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

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<DataScan> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorDataScan