Cloud Data Loss Prevention (DLP) V2 API - Class Google::Cloud::Dlp::V2::InspectResult (v0.12.0)

Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::InspectResult.

All the findings for a single scanned item.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#findings

def findings() -> ::Array<::Google::Cloud::Dlp::V2::Finding>
Returns

#findings=

def findings=(value) -> ::Array<::Google::Cloud::Dlp::V2::Finding>
Parameter
Returns

#findings_truncated

def findings_truncated() -> ::Boolean
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.

#findings_truncated=

def findings_truncated=(value) -> ::Boolean
Parameter
  • value (::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.
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.