public sealed class DataAttributeBinding.Types.Path : IMessage<DataAttributeBinding.Types.Path>, IEquatable<DataAttributeBinding.Types.Path>, IDeepCloneable<DataAttributeBinding.Types.Path>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DataAttributeBinding.Types.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.
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}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[[["The content provides documentation for the `DataAttributeBinding.Types.Path` class within the Google Cloud Dataplex v1 API, with the latest version being 3.6.0."],["This `Path` class represents a subresource of a given resource, enabling associations with bindings, primarily supporting column and partition schema fields in a table."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["Key properties of the `Path` class include `Attributes`, which is a list of associated data attributes, and `Name`, which is the identifier for the path and supports nested column notation."],["It also has two constructors, a default `Path()` constructor and a `Path(Path)` constructor that allows cloning another Path object, with the namespace being `Google.Cloud.Dataplex.V1`."]]],[]]