Class: Google::Cloud::Dlp::V2::InspectResult

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

All the findings for a single scanned item.

Instance Attribute Summary collapse

Instance Attribute Details

#findings::Array<::Google::Cloud::Dlp::V2::Finding>

Returns List of findings for an item.

Returns:



370
371
372
373
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 370

class InspectResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#findings_truncated::Boolean

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:

  • (::Boolean)

    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.



370
371
372
373
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 370

class InspectResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end