Class: Google::Cloud::DataCatalog::V1beta1::BigQueryTableSpec
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1beta1::BigQueryTableSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/v1beta1/table_spec.rb
Overview
Describes a BigQuery table.
Instance Attribute Summary collapse
-
#table_source_type ⇒ ::Google::Cloud::DataCatalog::V1beta1::TableSourceType
readonly
Output only.
-
#table_spec ⇒ ::Google::Cloud::DataCatalog::V1beta1::TableSpec
Spec of a BigQuery table.
-
#view_spec ⇒ ::Google::Cloud::DataCatalog::V1beta1::ViewSpec
Table view specification.
Instance Attribute Details
#table_source_type ⇒ ::Google::Cloud::DataCatalog::V1beta1::TableSourceType (readonly)
Returns Output only. The table source type.
40 41 42 43 |
# File 'proto_docs/google/cloud/datacatalog/v1beta1/table_spec.rb', line 40 class BigQueryTableSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#table_spec ⇒ ::Google::Cloud::DataCatalog::V1beta1::TableSpec
Returns Spec of a BigQuery table. This field should only be populated if
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/v1beta1/table_spec.rb', line 40 class BigQueryTableSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#view_spec ⇒ ::Google::Cloud::DataCatalog::V1beta1::ViewSpec
Returns Table view specification. This field should only be populated if
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/v1beta1/table_spec.rb', line 40 class BigQueryTableSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |