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.
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.
string
setDescription
A text description of the relation.
var
string
$this
getColumns
A list of descriptions of columns within the relation.
setColumns
A list of descriptions of columns within the relation.
$this
getBigqueryLabels
A set of BigQuery labels that should be applied to the relation.
setBigqueryLabels
A set of BigQuery labels that should be applied to the relation.
$this