Class: Google::Apis::DlpV2::GooglePrivacyDlpV2HybridInspectJobTriggerRequest
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::DlpV2::GooglePrivacyDlpV2HybridInspectJobTriggerRequest
 
- 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
Request to search for potentially sensitive info in a custom location.
Instance Attribute Summary collapse
- 
  
    
      #hybrid_item  ⇒ Google::Apis::DlpV2::GooglePrivacyDlpV2HybridContentItem 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An individual hybrid item to inspect. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GooglePrivacyDlpV2HybridInspectJobTriggerRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of GooglePrivacyDlpV2HybridInspectJobTriggerRequest. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2HybridInspectJobTriggerRequest
Returns a new instance of GooglePrivacyDlpV2HybridInspectJobTriggerRequest.
| 5350 5351 5352 | # File 'lib/google/apis/dlp_v2/classes.rb', line 5350 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#hybrid_item ⇒ Google::Apis::DlpV2::GooglePrivacyDlpV2HybridContentItem
An individual hybrid item to inspect. Will be stored temporarily during
processing.
Corresponds to the JSON property hybridItem
| 5348 5349 5350 | # File 'lib/google/apis/dlp_v2/classes.rb', line 5348 def hybrid_item @hybrid_item end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 5355 5356 5357 | # File 'lib/google/apis/dlp_v2/classes.rb', line 5355 def update!(**args) @hybrid_item = args[:hybrid_item] if args.key?(:hybrid_item) end |