Dataform V1beta1 API - Class Google::Cloud::Dataform::V1beta1::RelationDescriptor::ColumnDescriptor (v0.7.0)

Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::RelationDescriptor::ColumnDescriptor.

Describes a column.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#bigquery_policy_tags

def bigquery_policy_tags() -> ::Array<::String>
Returns
  • (::Array<::String>) — A list of BigQuery policy tags that will be applied to the column.

#bigquery_policy_tags=

def bigquery_policy_tags=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — A list of BigQuery policy tags that will be applied to the column.
Returns
  • (::Array<::String>) — A list of BigQuery policy tags that will be applied to the column.

#description

def description() -> ::String
Returns
  • (::String) — A textual description of the column.

#description=

def description=(value) -> ::String
Parameter
  • value (::String) — A textual description of the column.
Returns
  • (::String) — A textual description of the column.

#path

def path() -> ::Array<::String>
Returns
  • (::Array<::String>) — The identifier for the column. Each entry in path represents one level of nesting.

#path=

def path=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — The identifier for the column. Each entry in path represents one level of nesting.
Returns
  • (::Array<::String>) — The identifier for the column. Each entry in path represents one level of nesting.