Reference documentation and code samples for the Google Cloud Dataplex V1 Client class DataAttributeBinding.
DataAttributeBinding represents binding of attributes to resources. Eg: Bind 'CustomerInfo' entity with 'PII' attribute.
Generated from protobuf message google.cloud.dataplex.v1.DataAttributeBinding
Namespace
Google \ Cloud \ Dataplex \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Output only. The relative resource name of the Data Attribute Binding, of the form: projects/{project_number}/locations/{location}/dataAttributeBindings/{data_attribute_binding_id}
↳ uid
string
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.
↳ create_time
↳ update_time
↳ description
string
Optional. Description of the DataAttributeBinding.
↳ display_name
string
Optional. User friendly display name.
↳ labels
array| Google\Protobuf\Internal\MapField
Optional. User-defined labels for the DataAttributeBinding.
↳ etag
string
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.
↳ resource
string
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.
↳ attributes
array
Optional. List of attributes to be associated with the resource, provided in the form: projects/{project}/locations/{location}/dataTaxonomies/{dataTaxonomy}/attributes/{data_attribute_id}
↳ paths
array< Google\Cloud\Dataplex\V1\DataAttributeBinding\Path
>
Optional. The list of paths for items within the associated resource (eg. columns and partitions within a table) along with attribute bindings.
getName
Output only. The relative resource name of the Data Attribute Binding, of the form: projects/{project_number}/locations/{location}/dataAttributeBindings/{data_attribute_binding_id}
string
setName
Output only. The relative resource name of the Data Attribute Binding, of the form: projects/{project_number}/locations/{location}/dataAttributeBindings/{data_attribute_binding_id}
var
string
$this
getUid
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.
string
setUid
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.
var
string
$this
getCreateTime
Output only. The time when the DataAttributeBinding was created.
hasCreateTime
clearCreateTime
setCreateTime
Output only. The time when the DataAttributeBinding was created.
$this
getUpdateTime
Output only. The time when the DataAttributeBinding was last updated.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. The time when the DataAttributeBinding was last updated.
$this
getDescription
Optional. Description of the DataAttributeBinding.
string
setDescription
Optional. Description of the DataAttributeBinding.
var
string
$this
getDisplayName
Optional. User friendly display name.
string
setDisplayName
Optional. User friendly display name.
var
string
$this
getLabels
Optional. User-defined labels for the DataAttributeBinding.
setLabels
Optional. User-defined labels for the DataAttributeBinding.
$this
getEtag
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.
string
setEtag
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.
var
string
$this
getResource
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.
string
hasResource
setResource
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.
var
string
$this
getAttributes
Optional. List of attributes to be associated with the resource, provided in the form: projects/{project}/locations/{location}/dataTaxonomies/{dataTaxonomy}/attributes/{data_attribute_id}
setAttributes
Optional. List of attributes to be associated with the resource, provided in the form: projects/{project}/locations/{location}/dataTaxonomies/{dataTaxonomy}/attributes/{data_attribute_id}
var
string[]
$this
getPaths
Optional. The list of paths for items within the associated resource (eg.
columns and partitions within a table) along with attribute bindings.
setPaths
Optional. The list of paths for items within the associated resource (eg.
columns and partitions within a table) along with attribute bindings.
$this
getResourceReference
string