public interface InspectContentResponseOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
InspectResult |
getResults(int index)
Each content_item from the request has a result in this list, in the
same order as the request.
|
int |
getResultsCount()
Each content_item from the request has a result in this list, in the
same order as the request.
|
java.util.List<InspectResult> |
getResultsList()
Each content_item from the request has a result in this list, in the
same order as the request.
|
InspectResultOrBuilder |
getResultsOrBuilder(int index)
Each content_item from the request has a result in this list, in the
same order as the request.
|
java.util.List<? extends InspectResultOrBuilder> |
getResultsOrBuilderList()
Each content_item from the request has a result in this list, in the
same order as the request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.util.List<InspectResult> getResultsList()
Each content_item from the request has a result in this list, in the same order as the request.
repeated .google.privacy.dlp.v2beta1.InspectResult results = 1;InspectResult getResults(int index)
Each content_item from the request has a result in this list, in the same order as the request.
repeated .google.privacy.dlp.v2beta1.InspectResult results = 1;int getResultsCount()
Each content_item from the request has a result in this list, in the same order as the request.
repeated .google.privacy.dlp.v2beta1.InspectResult results = 1;java.util.List<? extends InspectResultOrBuilder> getResultsOrBuilderList()
Each content_item from the request has a result in this list, in the same order as the request.
repeated .google.privacy.dlp.v2beta1.InspectResult results = 1;InspectResultOrBuilder getResultsOrBuilder(int index)
Each content_item from the request has a result in this list, in the same order as the request.
repeated .google.privacy.dlp.v2beta1.InspectResult results = 1;