Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::RelationDescriptor.
Describes a relation and its columns.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#bigquery_labels
def bigquery_labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
- (::Google::Protobuf::Map{::String => ::String}) — A set of BigQuery labels that should be applied to the relation.
#bigquery_labels=
def bigquery_labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
- value (::Google::Protobuf::Map{::String => ::String}) — A set of BigQuery labels that should be applied to the relation.
Returns
- (::Google::Protobuf::Map{::String => ::String}) — A set of BigQuery labels that should be applied to the relation.
#columns
def columns() -> ::Array<::Google::Cloud::Dataform::V1beta1::RelationDescriptor::ColumnDescriptor>
Returns
- (::Array<::Google::Cloud::Dataform::V1beta1::RelationDescriptor::ColumnDescriptor>) — A list of descriptions of columns within the relation.
#columns=
def columns=(value) -> ::Array<::Google::Cloud::Dataform::V1beta1::RelationDescriptor::ColumnDescriptor>
Parameter
- value (::Array<::Google::Cloud::Dataform::V1beta1::RelationDescriptor::ColumnDescriptor>) — A list of descriptions of columns within the relation.
Returns
- (::Array<::Google::Cloud::Dataform::V1beta1::RelationDescriptor::ColumnDescriptor>) — A list of descriptions of columns within the relation.
#description
def description() -> ::String
Returns
- (::String) — A text description of the relation.
#description=
def description=(value) -> ::String
Parameter
- value (::String) — A text description of the relation.
Returns
- (::String) — A text description of the relation.