Cloud Dataplex v1 API - Class DataAttributeBinding (2.15.0)

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

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

DataAttributeBinding represents binding of attributes to resources. Eg: Bind 'CustomerInfo' entity with 'PII' attribute.

Inheritance

object > DataAttributeBinding

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

DataAttributeBinding()

public DataAttributeBinding()

DataAttributeBinding(DataAttributeBinding)

public DataAttributeBinding(DataAttributeBinding other)
Parameter
NameDescription
otherDataAttributeBinding

Properties

Attributes

public RepeatedField<string> Attributes { get; }

Optional. List of attributes to be associated with the resource, provided in the form: projects/{project}/locations/{location}/dataTaxonomies/{dataTaxonomy}/attributes/{data_attribute_id}

Property Value
TypeDescription
RepeatedFieldstring

AttributesAsDataAttributeNames

public ResourceNameList<DataAttributeName> AttributesAsDataAttributeNames { get; }

DataAttributeName-typed view over the Attributes resource name property.

Property Value
TypeDescription
ResourceNameListDataAttributeName

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time when the DataAttributeBinding was created.

Property Value
TypeDescription
Timestamp

DataAttributeBindingName

public DataAttributeBindingName DataAttributeBindingName { get; set; }

DataAttributeBindingName-typed view over the Name resource name property.

Property Value
TypeDescription
DataAttributeBindingName

Description

public string Description { get; set; }

Optional. Description of the DataAttributeBinding.

Property Value
TypeDescription
string

DisplayName

public string DisplayName { get; set; }

Optional. User friendly display name.

Property Value
TypeDescription
string

Etag

public string Etag { get; set; }

This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. Etags must be used when calling the DeleteDataAttributeBinding and the UpdateDataAttributeBinding method.

Property Value
TypeDescription
string

HasResource

public bool HasResource { get; }

Gets whether the "resource" field is set

Property Value
TypeDescription
bool

Labels

public MapField<string, string> Labels { get; }

Optional. User-defined labels for the DataAttributeBinding.

Property Value
TypeDescription
MapFieldstringstring

Name

public string Name { get; set; }

Output only. The relative resource name of the Data Attribute Binding, of the form: projects/{project_number}/locations/{location}/dataAttributeBindings/{data_attribute_binding_id}

Property Value
TypeDescription
string

Paths

public RepeatedField<DataAttributeBinding.Types.Path> Paths { get; }

Optional. The list of paths for items within the associated resource (eg. columns and partitions within a table) along with attribute bindings.

Property Value
TypeDescription
RepeatedFieldDataAttributeBindingTypesPath

Resource

public string Resource { get; set; }

Optional. Immutable. The resource name of the resource that is associated to attributes. Presently, only entity resource is supported in the form: projects/{project}/locations/{location}/lakes/{lake}/zones/{zone}/entities/{entity_id} Must belong in the same project and region as the attribute binding, and there can only exist one active binding for a resource.

Property Value
TypeDescription
string

ResourceReferenceCase

public DataAttributeBinding.ResourceReferenceOneofCase ResourceReferenceCase { get; }
Property Value
TypeDescription
DataAttributeBindingResourceReferenceOneofCase

Uid

public string Uid { get; set; }

Output only. System generated globally unique ID for the DataAttributeBinding. This ID will be different if the DataAttributeBinding is deleted and re-created with the same name.

Property Value
TypeDescription
string

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. The time when the DataAttributeBinding was last updated.

Property Value
TypeDescription
Timestamp