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.
Implements
IMessageDataAttributeBindingTypesPath, IEquatableDataAttributeBindingTypesPath, IDeepCloneableDataAttributeBindingTypesPath, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
Path()
public Path()
Path(Path)
public Path(DataAttributeBinding.Types.Path other)
Parameter | |
---|---|
Name | Description |
other |
DataAttributeBindingTypesPath |
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 | |
---|---|
Type | Description |
RepeatedFieldstring |
AttributesAsDataAttributeNames
public ResourceNameList<DataAttributeName> AttributesAsDataAttributeNames { get; }
DataAttributeName-typed view over the Attributes resource name property.
Property Value | |
---|---|
Type | Description |
ResourceNameListDataAttributeName |
Name
public string Name { get; set; }
Required. The name identifier of the path. Nested columns should be of the form: 'address.city'.
Property Value | |
---|---|
Type | Description |
string |