Class: Google::Cloud::Dataform::V1beta1::RelationDescriptor::ColumnDescriptor
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1beta1::RelationDescriptor::ColumnDescriptor
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataform/v1beta1/dataform.rb
Overview
Describes a column.
Instance Attribute Summary collapse
-
#bigquery_policy_tags ⇒ ::Array<::String>
A list of BigQuery policy tags that will be applied to the column.
-
#description ⇒ ::String
A textual description of the column.
-
#path ⇒ ::Array<::String>
The identifier for the column.
Instance Attribute Details
#bigquery_policy_tags ⇒ ::Array<::String>
Returns A list of BigQuery policy tags that will be applied to the column.
1311 1312 1313 1314 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1311 class ColumnDescriptor include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
Returns A textual description of the column.
1311 1312 1313 1314 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1311 class ColumnDescriptor include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#path ⇒ ::Array<::String>
Returns The identifier for the column. Each entry in path
represents one level
of nesting.
1311 1312 1313 1314 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1311 class ColumnDescriptor include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |