Dataplex V1 API - Class Google::Cloud::Dataplex::V1::DataAttributeBinding::Path (v0.20.0)

Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::DataAttributeBinding::Path.

Represents a subresource of the given resource, and associated bindings with it. Currently supported subresources are column and partition schema fields within a table.

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 path of 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 path of 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 path of the resource, provided in the form: projects/{project}/locations/{location}/dataTaxonomies/{dataTaxonomy}/attributes/{data_attribute_id}

#name

def name() -> ::String
Returns
  • (::String) — Required. The name identifier of the path. Nested columns should be of the form: 'address.city'.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The name identifier of the path. Nested columns should be of the form: 'address.city'.
Returns
  • (::String) — Required. The name identifier of the path. Nested columns should be of the form: 'address.city'.