Class: Google::Cloud::Dlp::V2::BigQueryTableCollection
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dlp::V2::BigQueryTableCollection
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/privacy/dlp/v2/dlp.rb
 
Overview
Specifies a collection of BigQuery tables. Used for Discovery.
Instance Attribute Summary collapse
- 
  
    
      #include_regexes  ⇒ ::Google::Cloud::Dlp::V2::BigQueryRegexes 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A collection of regular expressions to match a BigQuery table against.
 
Instance Attribute Details
#include_regexes ⇒ ::Google::Cloud::Dlp::V2::BigQueryRegexes
Returns A collection of regular expressions to match a BigQuery table against.
      4507 4508 4509 4510  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4507 class BigQueryTableCollection include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |