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.
Implements
IMessage<InspectResult>, IEquatable<InspectResult>, IDeepCloneable<InspectResult>, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
InspectResult()
public InspectResult()
InspectResult(InspectResult)
public InspectResult(InspectResult other)
Parameter | |
---|---|
Name | Description |
other | InspectResult |
Properties
Findings
public RepeatedField<Finding> Findings { get; }
List of findings for an item.
Property Value | |
---|---|
Type | Description |
RepeatedField<Finding> |
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 | |
---|---|
Type | Description |
Boolean |