Class: Google::Cloud::DataCatalog::V1::BigQueryTableSpec

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datacatalog/v1/table_spec.rb

Overview

Describes a BigQuery table.

Instance Attribute Summary collapse

Instance Attribute Details

#table_source_type::Google::Cloud::DataCatalog::V1::TableSourceType (readonly)

Returns Output only. The table source type.

Returns:



40
41
42
43
# File 'proto_docs/google/cloud/datacatalog/v1/table_spec.rb', line 40

class BigQueryTableSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#table_spec::Google::Cloud::DataCatalog::V1::TableSpec

Returns 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.



40
41
42
43
# File 'proto_docs/google/cloud/datacatalog/v1/table_spec.rb', line 40

class BigQueryTableSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#view_spec::Google::Cloud::DataCatalog::V1::ViewSpec

Returns 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.



40
41
42
43
# File 'proto_docs/google/cloud/datacatalog/v1/table_spec.rb', line 40

class BigQueryTableSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end