Class: Google::Apis::DlpV2::GooglePrivacyDlpV2SaveFindings
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::DlpV2::GooglePrivacyDlpV2SaveFindings
 
 
- 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
If set, the detailed findings will be persisted to the specified OutputStorageConfig. Only a single instance of this action can be specified. Compatible with: Inspect, Risk
Instance Attribute Summary collapse
- 
  
    
      #output_config  ⇒ Google::Apis::DlpV2::GooglePrivacyDlpV2OutputStorageConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Cloud repository for storing output.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GooglePrivacyDlpV2SaveFindings 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of GooglePrivacyDlpV2SaveFindings.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2SaveFindings
Returns a new instance of GooglePrivacyDlpV2SaveFindings.
      8475 8476 8477  | 
    
      # File 'lib/google/apis/dlp_v2/classes.rb', line 8475 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#output_config ⇒ Google::Apis::DlpV2::GooglePrivacyDlpV2OutputStorageConfig
Cloud repository for storing output.
Corresponds to the JSON property outputConfig
      8473 8474 8475  | 
    
      # File 'lib/google/apis/dlp_v2/classes.rb', line 8473 def output_config @output_config end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      8480 8481 8482  | 
    
      # File 'lib/google/apis/dlp_v2/classes.rb', line 8480 def update!(**args) @output_config = args[:output_config] if args.key?(:output_config) end  |