Class: Google::Cloud::StorageInsights::V1::DatasetConfig::SourceFolders

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/storageinsights/v1/storageinsights.rb

Overview

Specifies a set of folders to include in the dataset

Instance Attribute Summary collapse

Instance Attribute Details

#folder_numbers::Array<::Integer>

Returns Optional. The list of folder numbers to include in the dataset.

Returns:

  • (::Array<::Integer>)

    Optional. The list of folder numbers to include in the dataset.



577
578
579
580
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 577

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