Google Cloud Dataform V1beta1 Client - Class RelationDescriptor (0.1.6)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
string

setDescription

A text description of the relation.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getColumns

A list of descriptions of columns within the relation.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setColumns

A list of descriptions of columns within the relation.

Parameter
NameDescription
var array<Google\Cloud\Dataform\V1beta1\RelationDescriptor\ColumnDescriptor>
Returns
TypeDescription
$this

getBigqueryLabels

A set of BigQuery labels that should be applied to the relation.

Returns
TypeDescription
Google\Protobuf\Internal\MapField

setBigqueryLabels

A set of BigQuery labels that should be applied to the relation.

Parameter
NameDescription
var array|Google\Protobuf\Internal\MapField
Returns
TypeDescription
$this