Cloud Dataplex v1 API - Class DataAttributeBinding.Types.Path (2.15.0)

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.

Inheritance

object > DataAttributeBinding.Types.Path

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

Path()

public Path()

Path(Path)

public Path(DataAttributeBinding.Types.Path other)
Parameter
NameDescription
otherDataAttributeBindingTypesPath

Properties

Attributes

public RepeatedField<string> Attributes { get; }

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}

Property Value
TypeDescription
RepeatedFieldstring

Name

public string Name { get; set; }

Required. The name identifier of the path. Nested columns should be of the form: 'address.city'.

Property Value
TypeDescription
string