public interface InspectResultOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Finding |
getFindings(int index)
List of findings for an item.
|
int |
getFindingsCount()
List of findings for an item.
|
java.util.List<Finding> |
getFindingsList()
List of findings for an item.
|
FindingOrBuilder |
getFindingsOrBuilder(int index)
List of findings for an item.
|
java.util.List<? extends FindingOrBuilder> |
getFindingsOrBuilderList()
List of findings for an item.
|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.util.List<Finding> getFindingsList()
List of findings for an item.
repeated .google.privacy.dlp.v2.Finding findings = 1;
Finding getFindings(int index)
List of findings for an item.
repeated .google.privacy.dlp.v2.Finding findings = 1;
int getFindingsCount()
List of findings for an item.
repeated .google.privacy.dlp.v2.Finding findings = 1;
java.util.List<? extends FindingOrBuilder> getFindingsOrBuilderList()
List of findings for an item.
repeated .google.privacy.dlp.v2.Finding findings = 1;
FindingOrBuilder getFindingsOrBuilder(int index)
List of findings for an item.
repeated .google.privacy.dlp.v2.Finding findings = 1;
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;