Google Cloud Dataform V1beta1 Client - Class ColumnDescriptor (0.4.0)

Reference documentation and code samples for the Google Cloud Dataform V1beta1 Client class ColumnDescriptor.

Describes a column.

Generated from protobuf message google.cloud.dataform.v1beta1.RelationDescriptor.ColumnDescriptor

Namespace

Google \ Cloud \ Dataform \ V1beta1 \ RelationDescriptor

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ path array

The identifier for the column. Each entry in path represents one level of nesting.

↳ description string

A textual description of the column.

↳ bigquery_policy_tags array

A list of BigQuery policy tags that will be applied to the column.

getPath

The identifier for the column. Each entry in path represents one level of nesting.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setPath

The identifier for the column. Each entry in path represents one level of nesting.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getDescription

A textual description of the column.

Returns
TypeDescription
string

setDescription

A textual description of the column.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getBigqueryPolicyTags

A list of BigQuery policy tags that will be applied to the column.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setBigqueryPolicyTags

A list of BigQuery policy tags that will be applied to the column.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this