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:



36
37
38
39
# File 'proto_docs/google/cloud/datacatalog/v1/table_spec.rb', line 36

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.

Returns:



36
37
38
39
# File 'proto_docs/google/cloud/datacatalog/v1/table_spec.rb', line 36

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.

Returns:



36
37
38
39
# File 'proto_docs/google/cloud/datacatalog/v1/table_spec.rb', line 36

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