Class: Google::Cloud::Dataplex::V1::DataAttributeBinding::Path
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::DataAttributeBinding::Path
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/data_taxonomy.rb
Overview
Represents a subresource of the given resource, and associated bindings with it. Currently supported subresources are column and partition schema fields within a table.
Instance Attribute Summary collapse
-
#attributes ⇒ ::Array<::String>
Optional.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#attributes ⇒ ::Array<::String>
Returns 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}.
213 214 215 216 |
# File 'proto_docs/google/cloud/dataplex/v1/data_taxonomy.rb', line 213 class Path include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The name identifier of the path. Nested columns should be of the form: 'address.city'.
213 214 215 216 |
# File 'proto_docs/google/cloud/dataplex/v1/data_taxonomy.rb', line 213 class Path include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |