Data Catalog V1 API - Class Google::Cloud::DataCatalog::V1::BigQueryTableSpec (v1.4.0)

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

Describes a BigQuery table.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#table_source_type

def table_source_type() -> ::Google::Cloud::DataCatalog::V1::TableSourceType
Returns

#table_spec

def table_spec() -> ::Google::Cloud::DataCatalog::V1::TableSpec
Returns
  • (::Google::Cloud::DataCatalog::V1::TableSpec) — Specification of a BigQuery table. Populated only if the table_source_type is BIGQUERY_TABLE.

    Note: The following fields are mutually exclusive: table_spec, view_spec. If a field in that set is populated, all other fields in the set will automatically be cleared.

#table_spec=

def table_spec=(value) -> ::Google::Cloud::DataCatalog::V1::TableSpec
Parameter
  • value (::Google::Cloud::DataCatalog::V1::TableSpec) — Specification of a BigQuery table. Populated only if the table_source_type is BIGQUERY_TABLE.

    Note: The following fields are mutually exclusive: table_spec, view_spec. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::DataCatalog::V1::TableSpec) — Specification of a BigQuery table. Populated only if the table_source_type is BIGQUERY_TABLE.

    Note: The following fields are mutually exclusive: table_spec, view_spec. If a field in that set is populated, all other fields in the set will automatically be cleared.

#view_spec

def view_spec() -> ::Google::Cloud::DataCatalog::V1::ViewSpec
Returns
  • (::Google::Cloud::DataCatalog::V1::ViewSpec) — Table view specification. Populated only if the table_source_type is BIGQUERY_VIEW.

    Note: The following fields are mutually exclusive: view_spec, table_spec. If a field in that set is populated, all other fields in the set will automatically be cleared.

#view_spec=

def view_spec=(value) -> ::Google::Cloud::DataCatalog::V1::ViewSpec
Parameter
  • value (::Google::Cloud::DataCatalog::V1::ViewSpec) — Table view specification. Populated only if the table_source_type is BIGQUERY_VIEW.

    Note: The following fields are mutually exclusive: view_spec, table_spec. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::DataCatalog::V1::ViewSpec) — Table view specification. Populated only if the table_source_type is BIGQUERY_VIEW.

    Note: The following fields are mutually exclusive: view_spec, table_spec. If a field in that set is populated, all other fields in the set will automatically be cleared.