Reference documentation and code samples for the Google Cloud Dataplex V1 Client class 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.
Generated from protobuf message google.cloud.dataplex.v1.DataAttributeBinding.Path
Namespace
Google \ Cloud \ Dataplex \ V1 \ DataAttributeBindingMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name identifier of the path. Nested columns should be of the form: 'address.city'. |
↳ attributes |
array
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} |
getName
Required. The name identifier of the path.
Nested columns should be of the form: 'address.city'.
Returns | |
---|---|
Type | Description |
string |
setName
Required. The name identifier of the path.
Nested columns should be of the form: 'address.city'.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getAttributes
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 | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setAttributes
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}
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |