Reference documentation and code samples for the Google Cloud Dataform V1beta1 Client class RelationDescriptor.
Describes a relation and its columns.
Generated from protobuf message google.cloud.dataform.v1beta1.RelationDescriptor
Namespace
Google \ Cloud \ Dataform \ V1beta1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ description |
string
A text description of the relation. |
↳ columns |
array<Google\Cloud\Dataform\V1beta1\RelationDescriptor\ColumnDescriptor>
A list of descriptions of columns within the relation. |
↳ bigquery_labels |
array|Google\Protobuf\Internal\MapField
A set of BigQuery labels that should be applied to the relation. |
getDescription
A text description of the relation.
Returns | |
---|---|
Type | Description |
string |
setDescription
A text description of the relation.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getColumns
A list of descriptions of columns within the relation.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setColumns
A list of descriptions of columns within the relation.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Dataform\V1beta1\RelationDescriptor\ColumnDescriptor>
|
Returns | |
---|---|
Type | Description |
$this |
getBigqueryLabels
A set of BigQuery labels that should be applied to the relation.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\MapField |
setBigqueryLabels
A set of BigQuery labels that should be applied to the relation.
Parameter | |
---|---|
Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
Returns | |
---|---|
Type | Description |
$this |