Class: Google::Cloud::Dlp::V2::BigQueryRegex
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dlp::V2::BigQueryRegex
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/privacy/dlp/v2/dlp.rb
 
Overview
A pattern to match against one or more tables, datasets, or projects that contain BigQuery tables. At least one pattern must be specified. Regular expressions use RE2 syntax; a guide can be found under the google/re2 repository on GitHub.
Instance Attribute Summary collapse
- 
  
    
      #dataset_id_regex  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If unset, this property matches all datasets.
 - 
  
    
      #project_id_regex  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
For organizations, if unset, will match all projects.
 - 
  
    
      #table_id_regex  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If unset, this property matches all tables.
 
Instance Attribute Details
#dataset_id_regex ⇒ ::String
Returns If unset, this property matches all datasets.
      4283 4284 4285 4286  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4283 class BigQueryRegex include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#project_id_regex ⇒ ::String
Returns For organizations, if unset, will match all projects. Has no effect for data profile configurations created within a project.
      4283 4284 4285 4286  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4283 class BigQueryRegex include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#table_id_regex ⇒ ::String
Returns If unset, this property matches all tables.
      4283 4284 4285 4286  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4283 class BigQueryRegex include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |