public interface InspectContentRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
InspectConfig |
getInspectConfig()
Configuration for the inspector.
|
InspectConfigOrBuilder |
getInspectConfigOrBuilder()
Configuration for the inspector.
|
ContentItem |
getItems(int index)
The list of items to inspect.
|
int |
getItemsCount()
The list of items to inspect.
|
java.util.List<ContentItem> |
getItemsList()
The list of items to inspect.
|
ContentItemOrBuilder |
getItemsOrBuilder(int index)
The list of items to inspect.
|
java.util.List<? extends ContentItemOrBuilder> |
getItemsOrBuilderList()
The list of items to inspect.
|
boolean |
hasInspectConfig()
Configuration for the inspector.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasInspectConfig()
Configuration for the inspector.
.google.privacy.dlp.v2beta1.InspectConfig inspect_config = 1;
InspectConfig getInspectConfig()
Configuration for the inspector.
.google.privacy.dlp.v2beta1.InspectConfig inspect_config = 1;
InspectConfigOrBuilder getInspectConfigOrBuilder()
Configuration for the inspector.
.google.privacy.dlp.v2beta1.InspectConfig inspect_config = 1;
java.util.List<ContentItem> getItemsList()
The list of items to inspect. Items in a single request are considered "related" unless inspect_config.independent_inputs is true. Up to 100 are allowed per request.
repeated .google.privacy.dlp.v2beta1.ContentItem items = 2;
ContentItem getItems(int index)
The list of items to inspect. Items in a single request are considered "related" unless inspect_config.independent_inputs is true. Up to 100 are allowed per request.
repeated .google.privacy.dlp.v2beta1.ContentItem items = 2;
int getItemsCount()
The list of items to inspect. Items in a single request are considered "related" unless inspect_config.independent_inputs is true. Up to 100 are allowed per request.
repeated .google.privacy.dlp.v2beta1.ContentItem items = 2;
java.util.List<? extends ContentItemOrBuilder> getItemsOrBuilderList()
The list of items to inspect. Items in a single request are considered "related" unless inspect_config.independent_inputs is true. Up to 100 are allowed per request.
repeated .google.privacy.dlp.v2beta1.ContentItem items = 2;
ContentItemOrBuilder getItemsOrBuilder(int index)
The list of items to inspect. Items in a single request are considered "related" unless inspect_config.independent_inputs is true. Up to 100 are allowed per request.
repeated .google.privacy.dlp.v2beta1.ContentItem items = 2;