Class: Google::Privacy::Dlp::V2::InspectResult
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2::InspectResult
- Defined in:
- lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb
Overview
All the findings for a single scanned item.
Instance Attribute Summary collapse
-
#findings ⇒ Array<Google::Privacy::Dlp::V2::Finding>
List of findings for an item.
-
#findings_truncated ⇒ true, false
If true, then this item might have more findings than were returned, and the findings returned are an arbitrary subset of all findings.
Instance Attribute Details
#findings ⇒ Array<Google::Privacy::Dlp::V2::Finding>
Returns List of findings for an item.
153 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 153 class InspectResult; end |
#findings_truncated ⇒ true, false
Returns If true, then this item might have more findings than were returned, and the findings returned are an arbitrary subset of all findings. The findings list might be truncated because the input items were too large, or because the server reached the maximum amount of resources allowed for a single API call. For best results, divide the input into smaller batches.
153 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 153 class InspectResult; end |