public interface RedactContentRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
RedactContentRequest.ImageRedactionConfig |
getImageRedactionConfigs(int index)
The configuration for specifying what content to redact from images.
|
int |
getImageRedactionConfigsCount()
The configuration for specifying what content to redact from images.
|
java.util.List<RedactContentRequest.ImageRedactionConfig> |
getImageRedactionConfigsList()
The configuration for specifying what content to redact from images.
|
RedactContentRequest.ImageRedactionConfigOrBuilder |
getImageRedactionConfigsOrBuilder(int index)
The configuration for specifying what content to redact from images.
|
java.util.List<? extends RedactContentRequest.ImageRedactionConfigOrBuilder> |
getImageRedactionConfigsOrBuilderList()
The configuration for specifying what content to redact from images.
|
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.
|
RedactContentRequest.ReplaceConfig |
getReplaceConfigs(int index)
The strings to replace findings text findings with.
|
int |
getReplaceConfigsCount()
The strings to replace findings text findings with.
|
java.util.List<RedactContentRequest.ReplaceConfig> |
getReplaceConfigsList()
The strings to replace findings text findings with.
|
RedactContentRequest.ReplaceConfigOrBuilder |
getReplaceConfigsOrBuilder(int index)
The strings to replace findings text findings with.
|
java.util.List<? extends RedactContentRequest.ReplaceConfigOrBuilder> |
getReplaceConfigsOrBuilderList()
The strings to replace findings text findings with.
|
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. 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. Up to 100 are allowed per request.
repeated .google.privacy.dlp.v2beta1.ContentItem items = 2;
int getItemsCount()
The list of items to inspect. 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. 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. Up to 100 are allowed per request.
repeated .google.privacy.dlp.v2beta1.ContentItem items = 2;
java.util.List<RedactContentRequest.ReplaceConfig> getReplaceConfigsList()
The strings to replace findings text findings with. Must specify at least one of these or one ImageRedactionConfig if redacting images.
repeated .google.privacy.dlp.v2beta1.RedactContentRequest.ReplaceConfig replace_configs = 3;
RedactContentRequest.ReplaceConfig getReplaceConfigs(int index)
The strings to replace findings text findings with. Must specify at least one of these or one ImageRedactionConfig if redacting images.
repeated .google.privacy.dlp.v2beta1.RedactContentRequest.ReplaceConfig replace_configs = 3;
int getReplaceConfigsCount()
The strings to replace findings text findings with. Must specify at least one of these or one ImageRedactionConfig if redacting images.
repeated .google.privacy.dlp.v2beta1.RedactContentRequest.ReplaceConfig replace_configs = 3;
java.util.List<? extends RedactContentRequest.ReplaceConfigOrBuilder> getReplaceConfigsOrBuilderList()
The strings to replace findings text findings with. Must specify at least one of these or one ImageRedactionConfig if redacting images.
repeated .google.privacy.dlp.v2beta1.RedactContentRequest.ReplaceConfig replace_configs = 3;
RedactContentRequest.ReplaceConfigOrBuilder getReplaceConfigsOrBuilder(int index)
The strings to replace findings text findings with. Must specify at least one of these or one ImageRedactionConfig if redacting images.
repeated .google.privacy.dlp.v2beta1.RedactContentRequest.ReplaceConfig replace_configs = 3;
java.util.List<RedactContentRequest.ImageRedactionConfig> getImageRedactionConfigsList()
The configuration for specifying what content to redact from images.
repeated .google.privacy.dlp.v2beta1.RedactContentRequest.ImageRedactionConfig image_redaction_configs = 4;
RedactContentRequest.ImageRedactionConfig getImageRedactionConfigs(int index)
The configuration for specifying what content to redact from images.
repeated .google.privacy.dlp.v2beta1.RedactContentRequest.ImageRedactionConfig image_redaction_configs = 4;
int getImageRedactionConfigsCount()
The configuration for specifying what content to redact from images.
repeated .google.privacy.dlp.v2beta1.RedactContentRequest.ImageRedactionConfig image_redaction_configs = 4;
java.util.List<? extends RedactContentRequest.ImageRedactionConfigOrBuilder> getImageRedactionConfigsOrBuilderList()
The configuration for specifying what content to redact from images.
repeated .google.privacy.dlp.v2beta1.RedactContentRequest.ImageRedactionConfig image_redaction_configs = 4;
RedactContentRequest.ImageRedactionConfigOrBuilder getImageRedactionConfigsOrBuilder(int index)
The configuration for specifying what content to redact from images.
repeated .google.privacy.dlp.v2beta1.RedactContentRequest.ImageRedactionConfig image_redaction_configs = 4;