Cloud Dataplex v1 API - Class ListDataAttributeBindingsResponse (2.15.0)

public sealed class ListDataAttributeBindingsResponse : IMessage<ListDataAttributeBindingsResponse>, IEquatable<ListDataAttributeBindingsResponse>, IDeepCloneable<ListDataAttributeBindingsResponse>, IBufferMessage, IMessage, IPageResponse<DataAttributeBinding>, IEnumerable<DataAttributeBinding>, IEnumerable

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

List DataAttributeBindings response.

Inheritance

object > ListDataAttributeBindingsResponse

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

ListDataAttributeBindingsResponse()

public ListDataAttributeBindingsResponse()

ListDataAttributeBindingsResponse(ListDataAttributeBindingsResponse)

public ListDataAttributeBindingsResponse(ListDataAttributeBindingsResponse other)
Parameter
NameDescription
otherListDataAttributeBindingsResponse

Properties

DataAttributeBindings

public RepeatedField<DataAttributeBinding> DataAttributeBindings { get; }

DataAttributeBindings under the given parent Location.

Property Value
TypeDescription
RepeatedFieldDataAttributeBinding

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

UnreachableLocations

public RepeatedField<string> UnreachableLocations { get; }

Locations that could not be reached.

Property Value
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<DataAttributeBinding> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorDataAttributeBinding