Class: Google::Cloud::DataCatalog::V1::FilesetSpec

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

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.

Returns:



669
670
671
672
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 669

class FilesetSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end