Class: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectContentResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::DlpV2::GooglePrivacyDlpV2InspectContentResponse
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dlp_v2/classes.rb,
 generated/google/apis/dlp_v2/representations.rb,
 generated/google/apis/dlp_v2/representations.rb
Overview
Results of inspecting an item.
Instance Attribute Summary collapse
- 
  
    
      #result  ⇒ Google::Apis::DlpV2::GooglePrivacyDlpV2InspectResult 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    All the findings for a single scanned item. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GooglePrivacyDlpV2InspectContentResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of GooglePrivacyDlpV2InspectContentResponse. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2InspectContentResponse
Returns a new instance of GooglePrivacyDlpV2InspectContentResponse
| 2300 2301 2302 | # File 'generated/google/apis/dlp_v2/classes.rb', line 2300 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#result ⇒ Google::Apis::DlpV2::GooglePrivacyDlpV2InspectResult
All the findings for a single scanned item.
Corresponds to the JSON property result
| 2298 2299 2300 | # File 'generated/google/apis/dlp_v2/classes.rb', line 2298 def result @result end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 2305 2306 2307 | # File 'generated/google/apis/dlp_v2/classes.rb', line 2305 def update!(**args) @result = args[:result] if args.key?(:result) end |