Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::DataAttributeBinding.
DataAttributeBinding represents binding of attributes to resources. Eg: Bind 'CustomerInfo' entity with 'PII' attribute.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#attributes
def attributes() -> ::Array<::String>
Returns
- (::Array<::String>) — Optional. List of attributes to be associated with the resource, provided in the form: projects/{project}/locations/{location}/dataTaxonomies/{dataTaxonomy}/attributes/{data_attribute_id}
#attributes=
def attributes=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Optional. List of attributes to be associated with the resource, provided in the form: projects/{project}/locations/{location}/dataTaxonomies/{dataTaxonomy}/attributes/{data_attribute_id}
Returns
- (::Array<::String>) — Optional. List of attributes to be associated with the resource, provided in the form: projects/{project}/locations/{location}/dataTaxonomies/{dataTaxonomy}/attributes/{data_attribute_id}
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The time when the DataAttributeBinding was created.
#description
def description() -> ::String
Returns
- (::String) — Optional. Description of the DataAttributeBinding.
#description=
def description=(value) -> ::String
Parameter
- value (::String) — Optional. Description of the DataAttributeBinding.
Returns
- (::String) — Optional. Description of the DataAttributeBinding.
#display_name
def display_name() -> ::String
Returns
- (::String) — Optional. User friendly display name.
#display_name=
def display_name=(value) -> ::String
Parameter
- value (::String) — Optional. User friendly display name.
Returns
- (::String) — Optional. User friendly display name.
#etag
def etag() -> ::String
Returns
- (::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.
#etag=
def etag=(value) -> ::String
Parameter
- value (::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.
Returns
- (::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.
#labels
def labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Optional. User-defined labels for the DataAttributeBinding.
#labels=
def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
- value (::Google::Protobuf::Map{::String => ::String}) — Optional. User-defined labels for the DataAttributeBinding.
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Optional. User-defined labels for the DataAttributeBinding.
#name
def name() -> ::String
Returns
- (::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}
#paths
def paths() -> ::Array<::Google::Cloud::Dataplex::V1::DataAttributeBinding::Path>
Returns
- (::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.
#paths=
def paths=(value) -> ::Array<::Google::Cloud::Dataplex::V1::DataAttributeBinding::Path>
Parameter
- value (::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.
Returns
- (::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.
#resource
def resource() -> ::String
Returns
- (::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.
#resource=
def resource=(value) -> ::String
Parameter
- value (::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.
Returns
- (::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.
#uid
def uid() -> ::String
Returns
- (::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.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The time when the DataAttributeBinding was last updated.