Skip to main content

data_attribute_bindings

Overview

Namedata_attribute_bindings
TypeResource
Idgoogle.dataplex.data_attribute_bindings

Fields

NameDatatypeDescription
namestringOutput only. The relative resource name of the Data Attribute Binding, of the form: projects/{project_number}/locations/{location}/dataAttributeBindings/{data_attribute_binding_id}
descriptionstringOptional. Description of the DataAttributeBinding.
attributesarrayOptional. List of attributes to be associated with the resource, provided in the form: projects/{project}/locations/{location}/dataTaxonomies/{dataTaxonomy}/attributes/{data_attribute_id}
createTimestringOutput only. The time when the DataAttributeBinding was created.
displayNamestringOptional. User friendly display name.
etagstringThis 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.
labelsobjectOptional. User-defined labels for the DataAttributeBinding.
pathsarrayOptional. The list of paths for items within the associated resource (eg. columns and partitions within a table) along with attribute bindings.
resourcestringOptional. 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.
uidstringOutput 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.
updateTimestringOutput only. The time when the DataAttributeBinding was last updated.

Methods

NameAccessible byRequired ParamsDescription
projects_locations_data_attribute_bindings_getSELECTdataAttributeBindingsId, locationsId, projectsIdRetrieves a DataAttributeBinding resource.
projects_locations_data_attribute_bindings_listSELECTlocationsId, projectsIdLists DataAttributeBinding resources in a project and location.
projects_locations_data_attribute_bindings_createINSERTlocationsId, projectsIdCreate a DataAttributeBinding resource.
projects_locations_data_attribute_bindings_deleteDELETEdataAttributeBindingsId, locationsId, projectsIdDeletes a DataAttributeBinding resource. All attributes within the DataAttributeBinding must be deleted before the DataAttributeBinding can be deleted.
_projects_locations_data_attribute_bindings_listEXEClocationsId, projectsIdLists DataAttributeBinding resources in a project and location.
projects_locations_data_attribute_bindings_patchEXECdataAttributeBindingsId, locationsId, projectsIdUpdates a DataAttributeBinding resource.