Google Cloud Dataplex V1 Client - Class Path (0.13.0)

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 \ DataAttributeBinding

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
string

setName

Required. The name identifier of the path.

Nested columns should be of the form: 'address.city'.

Parameter
NameDescription
var string
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string[]
Returns
TypeDescription
$this