public interface RedactImageRequestOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ByteString |
getImageData()
The bytes of the image to redact.
|
RedactImageRequest.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<RedactImageRequest.ImageRedactionConfig> |
getImageRedactionConfigsList()
The configuration for specifying what content to redact from images.
|
RedactImageRequest.ImageRedactionConfigOrBuilder |
getImageRedactionConfigsOrBuilder(int index)
The configuration for specifying what content to redact from images.
|
java.util.List<? extends RedactImageRequest.ImageRedactionConfigOrBuilder> |
getImageRedactionConfigsOrBuilderList()
The configuration for specifying what content to redact from images.
|
java.lang.String |
getImageType()
Type of the content, as defined in Content-Type HTTP header.
|
ByteString |
getImageTypeBytes()
Type of the content, as defined in Content-Type HTTP header.
|
InspectConfig |
getInspectConfig()
Configuration for the inspector.
|
InspectConfigOrBuilder |
getInspectConfigOrBuilder()
Configuration for the inspector.
|
java.lang.String |
getParent()
The parent resource name, for example projects/my-project-id.
|
ByteString |
getParentBytes()
The parent resource name, for example projects/my-project-id.
|
boolean |
hasInspectConfig()
Configuration for the inspector.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.lang.String getParent()
The parent resource name, for example projects/my-project-id.
string parent = 1;ByteString getParentBytes()
The parent resource name, for example projects/my-project-id.
string parent = 1;boolean hasInspectConfig()
Configuration for the inspector.
.google.privacy.dlp.v2beta2.InspectConfig inspect_config = 2;InspectConfig getInspectConfig()
Configuration for the inspector.
.google.privacy.dlp.v2beta2.InspectConfig inspect_config = 2;InspectConfigOrBuilder getInspectConfigOrBuilder()
Configuration for the inspector.
.google.privacy.dlp.v2beta2.InspectConfig inspect_config = 2;java.lang.String getImageType()
Type of the content, as defined in Content-Type HTTP header. Supported types are: PNG, JPEG, SVG, & BMP.
string image_type = 3;ByteString getImageTypeBytes()
Type of the content, as defined in Content-Type HTTP header. Supported types are: PNG, JPEG, SVG, & BMP.
string image_type = 3;ByteString getImageData()
The bytes of the image to redact.
bytes image_data = 4;java.util.List<RedactImageRequest.ImageRedactionConfig> getImageRedactionConfigsList()
The configuration for specifying what content to redact from images.
repeated .google.privacy.dlp.v2beta2.RedactImageRequest.ImageRedactionConfig image_redaction_configs = 5;RedactImageRequest.ImageRedactionConfig getImageRedactionConfigs(int index)
The configuration for specifying what content to redact from images.
repeated .google.privacy.dlp.v2beta2.RedactImageRequest.ImageRedactionConfig image_redaction_configs = 5;int getImageRedactionConfigsCount()
The configuration for specifying what content to redact from images.
repeated .google.privacy.dlp.v2beta2.RedactImageRequest.ImageRedactionConfig image_redaction_configs = 5;java.util.List<? extends RedactImageRequest.ImageRedactionConfigOrBuilder> getImageRedactionConfigsOrBuilderList()
The configuration for specifying what content to redact from images.
repeated .google.privacy.dlp.v2beta2.RedactImageRequest.ImageRedactionConfig image_redaction_configs = 5;RedactImageRequest.ImageRedactionConfigOrBuilder getImageRedactionConfigsOrBuilder(int index)
The configuration for specifying what content to redact from images.
repeated .google.privacy.dlp.v2beta2.RedactImageRequest.ImageRedactionConfig image_redaction_configs = 5;