Class: Google::Cloud::DataCatalog::V1::BigQueryTableSpec
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::BigQueryTableSpec
- 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
-
#table_source_type ⇒ ::Google::Cloud::DataCatalog::V1::TableSourceType
readonly
Output only.
-
#table_spec ⇒ ::Google::Cloud::DataCatalog::V1::TableSpec
Spec of a BigQuery table.
-
#view_spec ⇒ ::Google::Cloud::DataCatalog::V1::ViewSpec
Table view specification.
Instance Attribute Details
#table_source_type ⇒ ::Google::Cloud::DataCatalog::V1::TableSourceType (readonly)
Returns Output only. The table source type.
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 Spec of a BigQuery table. This field should only be populated if
table_source_type
is BIGQUERY_TABLE
.
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. This field should only be populated if
table_source_type
is BIGQUERY_VIEW
.
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 |