Class: Google::Cloud::StorageInsights::V1::DatasetConfig::SourceFolders
- Inherits:
-
Object
- Object
- Google::Cloud::StorageInsights::V1::DatasetConfig::SourceFolders
- 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
-
#folder_numbers ⇒ ::Array<::Integer>
Optional.
Instance Attribute Details
#folder_numbers ⇒ ::Array<::Integer>
Returns 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 |