Class: Google::Cloud::DataCatalog::V1::FilesetSpec
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::FilesetSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/v1/datacatalog.rb
Overview
Specification that applies to a fileset. Valid only for entries with the 'FILESET' type.
Instance Attribute Summary collapse
-
#dataplex_fileset ⇒ ::Google::Cloud::DataCatalog::V1::DataplexFilesetSpec
Fields specific to a Dataplex fileset and present only in the Dataplex fileset entries.
Instance Attribute Details
#dataplex_fileset ⇒ ::Google::Cloud::DataCatalog::V1::DataplexFilesetSpec
Returns Fields specific to a Dataplex fileset and present only in the Dataplex fileset entries.
672 673 674 675 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 672 class FilesetSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |