public sealed class SdpInspectResult : IMessage<SdpInspectResult>, IEquatable<SdpInspectResult>, IDeepCloneable<SdpInspectResult>, IBufferMessage, IMessageReference documentation and code samples for the Model Armor v1 API class SdpInspectResult.
Sensitive Data Protection Inspection Result.
Implements
IMessageSdpInspectResult, IEquatableSdpInspectResult, IDeepCloneableSdpInspectResult, IBufferMessage, IMessageNamespace
Google.Cloud.ModelArmor.V1Assembly
Google.Cloud.ModelArmor.V1.dll
Constructors
SdpInspectResult()
public SdpInspectResult()SdpInspectResult(SdpInspectResult)
public SdpInspectResult(SdpInspectResult other)| Parameter | |
|---|---|
| Name | Description |
other |
SdpInspectResult |
Properties
ExecutionState
public FilterExecutionState ExecutionState { get; set; }Output only. Reports whether Sensitive Data Protection inspection was successfully executed or not.
| Property Value | |
|---|---|
| Type | Description |
FilterExecutionState |
|
Findings
public RepeatedField<SdpFinding> Findings { get; }List of Sensitive Data Protection findings.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldSdpFinding |
|
FindingsTruncated
public bool FindingsTruncated { get; set; }If true, then there is possibility that more findings were identified and the findings returned are a 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.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
MatchState
public FilterMatchState MatchState { get; set; }Output only. Match state for SDP Inspection. Value is MATCH_FOUND if at least one Sensitive Data Protection finding is identified.
| Property Value | |
|---|---|
| Type | Description |
FilterMatchState |
|
MessageItems
public RepeatedField<MessageItem> MessageItems { get; }Optional messages corresponding to the result. A message can provide warnings or error details. For example, if execution state is skipped then this field provides related reason/explanation.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldMessageItem |
|