Class: Google::Cloud::DataCatalog::V1::DataplexTableSpec
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::DataplexTableSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/v1/dataplex_spec.rb
Overview
Entry specification for a Dataplex table.
Instance Attribute Summary collapse
-
#dataplex_spec ⇒ ::Google::Cloud::DataCatalog::V1::DataplexSpec
Common Dataplex fields.
-
#external_tables ⇒ ::Array<::Google::Cloud::DataCatalog::V1::DataplexExternalTable>
List of external tables registered by Dataplex in other systems based on the same underlying data.
-
#user_managed ⇒ ::Boolean
Indicates if the table schema is managed by the user or not.
Instance Attribute Details
#dataplex_spec ⇒ ::Google::Cloud::DataCatalog::V1::DataplexSpec
Returns Common Dataplex fields.
68 69 70 71 |
# File 'proto_docs/google/cloud/datacatalog/v1/dataplex_spec.rb', line 68 class DataplexTableSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#external_tables ⇒ ::Array<::Google::Cloud::DataCatalog::V1::DataplexExternalTable>
Returns List of external tables registered by Dataplex in other systems based on the same underlying data.
External tables allow to query this data in those systems.
68 69 70 71 |
# File 'proto_docs/google/cloud/datacatalog/v1/dataplex_spec.rb', line 68 class DataplexTableSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#user_managed ⇒ ::Boolean
Returns Indicates if the table schema is managed by the user or not.
68 69 70 71 |
# File 'proto_docs/google/cloud/datacatalog/v1/dataplex_spec.rb', line 68 class DataplexTableSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |