Interface InspectResultOrBuilder (3.1.4)

public interface InspectResultOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFindings(int index)

public abstract Finding getFindings(int index)

List of findings for an item.

repeated .google.privacy.dlp.v2.Finding findings = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Finding

getFindingsCount()

public abstract int getFindingsCount()

List of findings for an item.

repeated .google.privacy.dlp.v2.Finding findings = 1;

Returns
TypeDescription
int

getFindingsList()

public abstract List<Finding> getFindingsList()

List of findings for an item.

repeated .google.privacy.dlp.v2.Finding findings = 1;

Returns
TypeDescription
List<Finding>

getFindingsOrBuilder(int index)

public abstract FindingOrBuilder getFindingsOrBuilder(int index)

List of findings for an item.

repeated .google.privacy.dlp.v2.Finding findings = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
FindingOrBuilder

getFindingsOrBuilderList()

public abstract List<? extends FindingOrBuilder> getFindingsOrBuilderList()

List of findings for an item.

repeated .google.privacy.dlp.v2.Finding findings = 1;

Returns
TypeDescription
List<? extends com.google.privacy.dlp.v2.FindingOrBuilder>

getFindingsTruncated()

public abstract boolean getFindingsTruncated()

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.

bool findings_truncated = 2;

Returns
TypeDescription
boolean

The findingsTruncated.