Class: Google::Cloud::DataCatalog::V1::DataplexTableSpec

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#dataplex_spec::Google::Cloud::DataCatalog::V1::DataplexSpec

Returns Common Dataplex fields.

Returns:



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.

Returns:



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.

Returns:

  • (::Boolean)

    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