Class: Google::Cloud::Dlp::V2::InspectResult
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::InspectResult
- 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
-
#findings ⇒ ::Array<::Google::Cloud::Dlp::V2::Finding>
List of findings for an item.
-
#findings_truncated ⇒ ::Boolean
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::Cloud::Dlp::V2::Finding>
Returns List of findings for an item.
379 380 381 382 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 379 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.
379 380 381 382 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 379 class InspectResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |