Class: Google::Cloud::Dlp::V2::CloudSqlDiscoveryTarget
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dlp::V2::CloudSqlDiscoveryTarget
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/privacy/dlp/v2/dlp.rb
 
Overview
Target used to match against for discovery with Cloud SQL tables.
Instance Attribute Summary collapse
- 
  
    
      #conditions  ⇒ ::Google::Cloud::Dlp::V2::DiscoveryCloudSqlConditions 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
In addition to matching the filter, these conditions must be true before a profile is generated.
 - 
  
    
      #disabled  ⇒ ::Google::Cloud::Dlp::V2::Disabled 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Disable profiling for database resources that match this filter.
 - 
  
    
      #filter  ⇒ ::Google::Cloud::Dlp::V2::DiscoveryCloudSqlFilter 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 - 
  
    
      #generation_cadence  ⇒ ::Google::Cloud::Dlp::V2::DiscoveryCloudSqlGenerationCadence 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
How often and when to update profiles.
 
Instance Attribute Details
#conditions ⇒ ::Google::Cloud::Dlp::V2::DiscoveryCloudSqlConditions
Returns In addition to matching the filter, these conditions must be true before a profile is generated.
      4632 4633 4634 4635  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4632 class CloudSqlDiscoveryTarget include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#disabled ⇒ ::Google::Cloud::Dlp::V2::Disabled
Returns Disable profiling for database resources that match this filter.
      4632 4633 4634 4635  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4632 class CloudSqlDiscoveryTarget include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#filter ⇒ ::Google::Cloud::Dlp::V2::DiscoveryCloudSqlFilter
Returns Required. The tables the discovery cadence applies to. The first target with a matching filter will be the one to apply to a table.
      4632 4633 4634 4635  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4632 class CloudSqlDiscoveryTarget include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#generation_cadence ⇒ ::Google::Cloud::Dlp::V2::DiscoveryCloudSqlGenerationCadence
Returns How often and when to update profiles. New tables that match both the filter and conditions are scanned as quickly as possible depending on system capacity.
      4632 4633 4634 4635  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4632 class CloudSqlDiscoveryTarget include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |