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 \ RelationDescriptorMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ path |
array
The identifier for the column. Each entry in |
↳ 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 | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setPath
The identifier for the column. Each entry in path
represents one level
of nesting.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |
getDescription
A textual description of the column.
Returns | |
---|---|
Type | Description |
string |
setDescription
A textual description of the column.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getBigqueryPolicyTags
A list of BigQuery policy tags that will be applied to the column.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setBigqueryPolicyTags
A list of BigQuery policy tags that will be applied to the column.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |