Google Cloud Data Loss Prevention v2 API - Class InspectResult (4.8.0)

public sealed class InspectResult : IMessage<InspectResult>, IEquatable<InspectResult>, IDeepCloneable<InspectResult>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class InspectResult.

All the findings for a single scanned item.

Inheritance

object > InspectResult

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

InspectResult()

public InspectResult()

InspectResult(InspectResult)

public InspectResult(InspectResult other)
Parameter
NameDescription
otherInspectResult

Properties

Findings

public RepeatedField<Finding> Findings { get; }

List of findings for an item.

Property Value
TypeDescription
RepeatedFieldFinding

FindingsTruncated

public bool FindingsTruncated { get; set; }

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.

Property Value
TypeDescription
bool