public sealed class ListDataAttributesResponse : IMessage<ListDataAttributesResponse>, IEquatable<ListDataAttributesResponse>, IDeepCloneable<ListDataAttributesResponse>, IBufferMessage, IMessage, IPageResponse<DataAttribute>, IEnumerable<DataAttribute>, IEnumerable
Reference documentation and code samples for the Cloud Dataplex v1 API class ListDataAttributesResponse.
List DataAttributes response.
Implements
IMessageListDataAttributesResponse, IEquatableListDataAttributesResponse, IDeepCloneableListDataAttributesResponse, IBufferMessage, IMessage, IPageResponseDataAttribute, IEnumerableDataAttribute, IEnumerableNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
ListDataAttributesResponse()
public ListDataAttributesResponse()
ListDataAttributesResponse(ListDataAttributesResponse)
public ListDataAttributesResponse(ListDataAttributesResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListDataAttributesResponse |
Properties
DataAttributes
public RepeatedField<DataAttribute> DataAttributes { get; }
DataAttributes under the given parent DataTaxonomy.
Property Value | |
---|---|
Type | Description |
RepeatedFieldDataAttribute |
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 |
UnreachableLocations
public RepeatedField<string> UnreachableLocations { get; }
Locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Methods
GetEnumerator()
public IEnumerator<DataAttribute> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorDataAttribute |