Class: Google::Cloud::Dlp::V2::InspectDataSourceDetails::RequestedOptions
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dlp::V2::InspectDataSourceDetails::RequestedOptions
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/privacy/dlp/v2/dlp.rb
 
Overview
Snapshot of the inspection configuration.
Instance Attribute Summary collapse
- 
  
    
      #job_config  ⇒ ::Google::Cloud::Dlp::V2::InspectJobConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Inspect config.
 - 
  
    
      #snapshot_inspect_template  ⇒ ::Google::Cloud::Dlp::V2::InspectTemplate 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If run with an InspectTemplate, a snapshot of its state at the time of this run.
 
Instance Attribute Details
#job_config ⇒ ::Google::Cloud::Dlp::V2::InspectJobConfig
Returns Inspect config.
      1050 1051 1052 1053  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1050 class RequestedOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#snapshot_inspect_template ⇒ ::Google::Cloud::Dlp::V2::InspectTemplate
Returns If run with an InspectTemplate, a snapshot of its state at the time of this run.
      1050 1051 1052 1053  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1050 class RequestedOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |