[Obsolete]
public sealed class DataAttributeBinding : IMessage<DataAttributeBinding>, IEquatable<DataAttributeBinding>, IDeepCloneable<DataAttributeBinding>, IBufferMessage, IMessageReference 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.
Implements
IMessageDataAttributeBinding, IEquatableDataAttributeBinding, IDeepCloneableDataAttributeBinding, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
DataAttributeBinding()
public DataAttributeBinding()DataAttributeBinding(DataAttributeBinding)
public DataAttributeBinding(DataAttributeBinding other)| Parameter | |
|---|---|
| Name | Description |
other |
DataAttributeBinding |
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 | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
AttributesAsDataAttributeNames
[Obsolete]
public ResourceNameList<DataAttributeName> AttributesAsDataAttributeNames { get; }DataAttributeName-typed view over the Attributes resource name property.
| Property Value | |
|---|---|
| Type | Description |
ResourceNameListDataAttributeName |
|
CreateTime
public Timestamp CreateTime { get; set; }Output only. The time when the DataAttributeBinding was created.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
DataAttributeBindingName
[Obsolete]
public DataAttributeBindingName DataAttributeBindingName { get; set; }DataAttributeBindingName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
DataAttributeBindingName |
|
Description
public string Description { get; set; }Optional. Description of the DataAttributeBinding.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DisplayName
public string DisplayName { get; set; }Optional. User friendly display name.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|
HasResource
public bool HasResource { get; }Gets whether the "resource" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Labels
public MapField<string, string> Labels { get; }Optional. User-defined labels for the DataAttributeBinding.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|
ResourceReferenceCase
public DataAttributeBinding.ResourceReferenceOneofCase ResourceReferenceCase { get; }| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Output only. The time when the DataAttributeBinding was last updated.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|