Data Catalog V1 API - Class Google::Cloud::DataCatalog::V1::ColumnSchema (v0.23.0)

Reference documentation and code samples for the Data Catalog V1 API class Google::Cloud::DataCatalog::V1::ColumnSchema.

A column within a schema. Columns can be nested inside other columns.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#column

def column() -> ::String
Returns
  • (::String) — Required. Name of the column.

    Must be a UTF-8 string without dots (.). The maximum size is 64 bytes.

#column=

def column=(value) -> ::String
Parameter
  • value (::String) — Required. Name of the column.

    Must be a UTF-8 string without dots (.). The maximum size is 64 bytes.

Returns
  • (::String) — Required. Name of the column.

    Must be a UTF-8 string without dots (.). The maximum size is 64 bytes.

#default_value

def default_value() -> ::String
Returns
  • (::String) — Optional. Default value for the column.

#default_value=

def default_value=(value) -> ::String
Parameter
  • value (::String) — Optional. Default value for the column.
Returns
  • (::String) — Optional. Default value for the column.

#description

def description() -> ::String
Returns
  • (::String) — Optional. Description of the column. Default value is an empty string.

    The description must be a UTF-8 string with the maximum size of 2000 bytes.

#description=

def description=(value) -> ::String
Parameter
  • value (::String) — Optional. Description of the column. Default value is an empty string.

    The description must be a UTF-8 string with the maximum size of 2000 bytes.

Returns
  • (::String) — Optional. Description of the column. Default value is an empty string.

    The description must be a UTF-8 string with the maximum size of 2000 bytes.

#gc_rule

def gc_rule() -> ::String
Returns
  • (::String) — Optional. Garbage collection policy for the column or column family. Applies to systems like Cloud Bigtable.

#gc_rule=

def gc_rule=(value) -> ::String
Parameter
  • value (::String) — Optional. Garbage collection policy for the column or column family. Applies to systems like Cloud Bigtable.
Returns
  • (::String) — Optional. Garbage collection policy for the column or column family. Applies to systems like Cloud Bigtable.

#highest_indexing_type

def highest_indexing_type() -> ::Google::Cloud::DataCatalog::V1::ColumnSchema::IndexingType
Returns

#highest_indexing_type=

def highest_indexing_type=(value) -> ::Google::Cloud::DataCatalog::V1::ColumnSchema::IndexingType
Parameter
Returns

#looker_column_spec

def looker_column_spec() -> ::Google::Cloud::DataCatalog::V1::ColumnSchema::LookerColumnSpec
Returns

#looker_column_spec=

def looker_column_spec=(value) -> ::Google::Cloud::DataCatalog::V1::ColumnSchema::LookerColumnSpec
Parameter
Returns

#mode

def mode() -> ::String
Returns
  • (::String) — Optional. A column's mode indicates whether values in this column are required, nullable, or repeated.

    Only NULLABLE, REQUIRED, and REPEATED values are supported. Default mode is NULLABLE.

#mode=

def mode=(value) -> ::String
Parameter
  • value (::String) — Optional. A column's mode indicates whether values in this column are required, nullable, or repeated.

    Only NULLABLE, REQUIRED, and REPEATED values are supported. Default mode is NULLABLE.

Returns
  • (::String) — Optional. A column's mode indicates whether values in this column are required, nullable, or repeated.

    Only NULLABLE, REQUIRED, and REPEATED values are supported. Default mode is NULLABLE.

#ordinal_position

def ordinal_position() -> ::Integer
Returns
  • (::Integer) — Optional. Ordinal position

#ordinal_position=

def ordinal_position=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. Ordinal position
Returns
  • (::Integer) — Optional. Ordinal position

#range_element_type

def range_element_type() -> ::Google::Cloud::DataCatalog::V1::ColumnSchema::FieldElementType
Returns

#range_element_type=

def range_element_type=(value) -> ::Google::Cloud::DataCatalog::V1::ColumnSchema::FieldElementType
Parameter
Returns

#subcolumns

def subcolumns() -> ::Array<::Google::Cloud::DataCatalog::V1::ColumnSchema>
Returns

#subcolumns=

def subcolumns=(value) -> ::Array<::Google::Cloud::DataCatalog::V1::ColumnSchema>
Parameter
Returns

#type

def type() -> ::String
Returns
  • (::String) — Required. Type of the column.

    Must be a UTF-8 string with the maximum size of 128 bytes.

#type=

def type=(value) -> ::String
Parameter
  • value (::String) — Required. Type of the column.

    Must be a UTF-8 string with the maximum size of 128 bytes.

Returns
  • (::String) — Required. Type of the column.

    Must be a UTF-8 string with the maximum size of 128 bytes.