public interface InspectContentResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
InspectResult |
getResult()
The findings.
|
InspectResultOrBuilder |
getResultOrBuilder()
The findings.
|
boolean |
hasResult()
The findings.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasResult()
The findings.
.google.privacy.dlp.v2.InspectResult result = 1;
InspectResult getResult()
The findings.
.google.privacy.dlp.v2.InspectResult result = 1;
InspectResultOrBuilder getResultOrBuilder()
The findings.
.google.privacy.dlp.v2.InspectResult result = 1;