Class: Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryTableCollection
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryTableCollection
 
 
- 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
Specifies a collection of BigQuery tables. Used for Discovery.
Instance Attribute Summary collapse
- 
  
    
      #include_regexes  ⇒ Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryRegexes 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A collection of regular expressions to determine what tables to match against.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GooglePrivacyDlpV2BigQueryTableCollection 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of GooglePrivacyDlpV2BigQueryTableCollection.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2BigQueryTableCollection
Returns a new instance of GooglePrivacyDlpV2BigQueryTableCollection.
      602 603 604  | 
    
      # File 'lib/google/apis/dlp_v2/classes.rb', line 602 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#include_regexes ⇒ Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryRegexes
A collection of regular expressions to determine what tables to match against.
Corresponds to the JSON property includeRegexes
      600 601 602  | 
    
      # File 'lib/google/apis/dlp_v2/classes.rb', line 600 def include_regexes @include_regexes end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      607 608 609  | 
    
      # File 'lib/google/apis/dlp_v2/classes.rb', line 607 def update!(**args) @include_regexes = args[:include_regexes] if args.key?(:include_regexes) end  |