Class: Google::Cloud::DataCatalog::V1::DataplexFilesetSpec
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::DataplexFilesetSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/v1/dataplex_spec.rb
Overview
Entry specyfication for a Dataplex fileset.
Instance Attribute Summary collapse
-
#dataplex_spec ⇒ ::Google::Cloud::DataCatalog::V1::DataplexSpec
Common Dataplex fields.
Instance Attribute Details
#dataplex_spec ⇒ ::Google::Cloud::DataCatalog::V1::DataplexSpec
Returns Common Dataplex fields.
50 51 52 53 |
# File 'proto_docs/google/cloud/datacatalog/v1/dataplex_spec.rb', line 50 class DataplexFilesetSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |