Google Cloud Dataplex V1 Client - Class Path (0.16.1)

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月08日 UTC.