Class: Google::Cloud::DataCatalog::V1::DataplexSpec
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::DataplexSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/v1/dataplex_spec.rb
Overview
Common Dataplex fields.
Instance Attribute Summary collapse
-
#asset ⇒ ::String
Fully qualified resource name of an asset in Dataplex, to which the underlying data source (Cloud Storage bucket or BigQuery dataset) of the entity is attached.
-
#compression_format ⇒ ::String
Compression format of the data, e.g., zip, gzip etc.
-
#data_format ⇒ ::Google::Cloud::DataCatalog::V1::PhysicalSchema
Format of the data.
-
#project_id ⇒ ::String
Project ID of the underlying Cloud Storage or BigQuery data.
Instance Attribute Details
#asset ⇒ ::String
Returns Fully qualified resource name of an asset in Dataplex, to which the underlying data source (Cloud Storage bucket or BigQuery dataset) of the entity is attached.
41 42 43 44 |
# File 'proto_docs/google/cloud/datacatalog/v1/dataplex_spec.rb', line 41 class DataplexSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#compression_format ⇒ ::String
Returns Compression format of the data, e.g., zip, gzip etc.
41 42 43 44 |
# File 'proto_docs/google/cloud/datacatalog/v1/dataplex_spec.rb', line 41 class DataplexSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#data_format ⇒ ::Google::Cloud::DataCatalog::V1::PhysicalSchema
Returns Format of the data.
41 42 43 44 |
# File 'proto_docs/google/cloud/datacatalog/v1/dataplex_spec.rb', line 41 class DataplexSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id ⇒ ::String
Returns Project ID of the underlying Cloud Storage or BigQuery data. Note that this may not be the same project as the correspondingly Dataplex lake / zone / asset.
41 42 43 44 |
# File 'proto_docs/google/cloud/datacatalog/v1/dataplex_spec.rb', line 41 class DataplexSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |