Class: Google::Privacy::Dlp::V2::InspectResult

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#findingsArray<Google::Privacy::Dlp::V2::Finding>

Returns List of findings for an item.

Returns:



210
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 210

class InspectResult; end

#findings_truncatedtrue, 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.

Returns:

  • (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. 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.



210
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 210

class InspectResult; end