Class: Google::Apis::DlpV2::GooglePrivacyDlpV2FileStoreCollection
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::DlpV2::GooglePrivacyDlpV2FileStoreCollection
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - lib/google/apis/dlp_v2/classes.rb,
lib/google/apis/dlp_v2/representations.rb,
lib/google/apis/dlp_v2/representations.rb 
Overview
Match file stores (e.g. buckets) using regex filters.
Instance Attribute Summary collapse
- 
  
    
      #include_regexes  ⇒ Google::Apis::DlpV2::GooglePrivacyDlpV2FileStoreRegexes 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A collection of regular expressions to determine what file store to match against.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GooglePrivacyDlpV2FileStoreCollection 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of GooglePrivacyDlpV2FileStoreCollection.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2FileStoreCollection
Returns a new instance of GooglePrivacyDlpV2FileStoreCollection.
      4485 4486 4487  | 
    
      # File 'lib/google/apis/dlp_v2/classes.rb', line 4485 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#include_regexes ⇒ Google::Apis::DlpV2::GooglePrivacyDlpV2FileStoreRegexes
A collection of regular expressions to determine what file store to match
against.
Corresponds to the JSON property includeRegexes
      4483 4484 4485  | 
    
      # File 'lib/google/apis/dlp_v2/classes.rb', line 4483 def include_regexes @include_regexes end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      4490 4491 4492  | 
    
      # File 'lib/google/apis/dlp_v2/classes.rb', line 4490 def update!(**args) @include_regexes = args[:include_regexes] if args.key?(:include_regexes) end  |