Interface SdpInspectResultOrBuilder (0.1.0)

public interface SdpInspectResultOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExecutionState()

public abstract FilterExecutionState getExecutionState()

Output only. Reports whether Sensitive Data Protection inspection was successfully executed or not.

.google.cloud.modelarmor.v1.FilterExecutionState execution_state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
FilterExecutionState

The executionState.

getExecutionStateValue()

public abstract int getExecutionStateValue()

Output only. Reports whether Sensitive Data Protection inspection was successfully executed or not.

.google.cloud.modelarmor.v1.FilterExecutionState execution_state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for executionState.

getFindings(int index)

public abstract SdpFinding getFindings(int index)

List of Sensitive Data Protection findings.

repeated .google.cloud.modelarmor.v1.SdpFinding findings = 4;

Parameter
Name Description
index int
Returns
Type Description
SdpFinding

getFindingsCount()

public abstract int getFindingsCount()

List of Sensitive Data Protection findings.

repeated .google.cloud.modelarmor.v1.SdpFinding findings = 4;

Returns
Type Description
int

getFindingsList()

public abstract List<SdpFinding> getFindingsList()

List of Sensitive Data Protection findings.

repeated .google.cloud.modelarmor.v1.SdpFinding findings = 4;

Returns
Type Description
List<SdpFinding>

getFindingsOrBuilder(int index)

public abstract SdpFindingOrBuilder getFindingsOrBuilder(int index)

List of Sensitive Data Protection findings.

repeated .google.cloud.modelarmor.v1.SdpFinding findings = 4;

Parameter
Name Description
index int
Returns
Type Description
SdpFindingOrBuilder

getFindingsOrBuilderList()

public abstract List<? extends SdpFindingOrBuilder> getFindingsOrBuilderList()

List of Sensitive Data Protection findings.

repeated .google.cloud.modelarmor.v1.SdpFinding findings = 4;

Returns
Type Description
List<? extends com.google.cloud.modelarmor.v1.SdpFindingOrBuilder>

getFindingsTruncated()

public abstract boolean getFindingsTruncated()

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.

bool findings_truncated = 5;

Returns
Type Description
boolean

The findingsTruncated.

getMatchState()

public abstract FilterMatchState getMatchState()

Output only. Match state for SDP Inspection. Value is MATCH_FOUND if at least one Sensitive Data Protection finding is identified.

.google.cloud.modelarmor.v1.FilterMatchState match_state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
FilterMatchState

The matchState.

getMatchStateValue()

public abstract int getMatchStateValue()

Output only. Match state for SDP Inspection. Value is MATCH_FOUND if at least one Sensitive Data Protection finding is identified.

.google.cloud.modelarmor.v1.FilterMatchState match_state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for matchState.

getMessageItems(int index)

public abstract MessageItem getMessageItems(int index)

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.

repeated .google.cloud.modelarmor.v1.MessageItem message_items = 2;

Parameter
Name Description
index int
Returns
Type Description
MessageItem

getMessageItemsCount()

public abstract int getMessageItemsCount()

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.

repeated .google.cloud.modelarmor.v1.MessageItem message_items = 2;

Returns
Type Description
int

getMessageItemsList()

public abstract List<MessageItem> getMessageItemsList()

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.

repeated .google.cloud.modelarmor.v1.MessageItem message_items = 2;

Returns
Type Description
List<MessageItem>

getMessageItemsOrBuilder(int index)

public abstract MessageItemOrBuilder getMessageItemsOrBuilder(int index)

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.

repeated .google.cloud.modelarmor.v1.MessageItem message_items = 2;

Parameter
Name Description
index int
Returns
Type Description
MessageItemOrBuilder

getMessageItemsOrBuilderList()

public abstract List<? extends MessageItemOrBuilder> getMessageItemsOrBuilderList()

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.

repeated .google.cloud.modelarmor.v1.MessageItem message_items = 2;

Returns
Type Description
List<? extends com.google.cloud.modelarmor.v1.MessageItemOrBuilder>