public static interface ImageTransformations.ImageTransformationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ImageTransformations.ImageTransformation.AllInfoTypes |
getAllInfoTypes()
Apply transformation to all findings not specified in other
ImageTransformation's selected_info_types.
|
ImageTransformations.ImageTransformation.AllInfoTypesOrBuilder |
getAllInfoTypesOrBuilder()
Apply transformation to all findings not specified in other
ImageTransformation's selected_info_types.
|
ImageTransformations.ImageTransformation.AllText |
getAllText()
Apply transformation to all text that doesn't match an infoType.
|
ImageTransformations.ImageTransformation.AllTextOrBuilder |
getAllTextOrBuilder()
Apply transformation to all text that doesn't match an infoType.
|
Color |
getRedactionColor()
The color to use when redacting content from an image.
|
ColorOrBuilder |
getRedactionColorOrBuilder()
The color to use when redacting content from an image.
|
ImageTransformations.ImageTransformation.SelectedInfoTypes |
getSelectedInfoTypes()
Apply transformation to the selected info_types.
|
ImageTransformations.ImageTransformation.SelectedInfoTypesOrBuilder |
getSelectedInfoTypesOrBuilder()
Apply transformation to the selected info_types.
|
ImageTransformations.ImageTransformation.TargetCase |
getTargetCase() |
boolean |
hasAllInfoTypes()
Apply transformation to all findings not specified in other
ImageTransformation's selected_info_types.
|
boolean |
hasAllText()
Apply transformation to all text that doesn't match an infoType.
|
boolean |
hasRedactionColor()
The color to use when redacting content from an image.
|
boolean |
hasSelectedInfoTypes()
Apply transformation to the selected info_types.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSelectedInfoTypes()
Apply transformation to the selected info_types.
.google.privacy.dlp.v2.ImageTransformations.ImageTransformation.SelectedInfoTypes selected_info_types = 4;
ImageTransformations.ImageTransformation.SelectedInfoTypes getSelectedInfoTypes()
Apply transformation to the selected info_types.
.google.privacy.dlp.v2.ImageTransformations.ImageTransformation.SelectedInfoTypes selected_info_types = 4;
ImageTransformations.ImageTransformation.SelectedInfoTypesOrBuilder getSelectedInfoTypesOrBuilder()
Apply transformation to the selected info_types.
.google.privacy.dlp.v2.ImageTransformations.ImageTransformation.SelectedInfoTypes selected_info_types = 4;
boolean hasAllInfoTypes()
Apply transformation to all findings not specified in other ImageTransformation's selected_info_types. Only one instance is allowed within the ImageTransformations message.
.google.privacy.dlp.v2.ImageTransformations.ImageTransformation.AllInfoTypes all_info_types = 5;
ImageTransformations.ImageTransformation.AllInfoTypes getAllInfoTypes()
Apply transformation to all findings not specified in other ImageTransformation's selected_info_types. Only one instance is allowed within the ImageTransformations message.
.google.privacy.dlp.v2.ImageTransformations.ImageTransformation.AllInfoTypes all_info_types = 5;
ImageTransformations.ImageTransformation.AllInfoTypesOrBuilder getAllInfoTypesOrBuilder()
Apply transformation to all findings not specified in other ImageTransformation's selected_info_types. Only one instance is allowed within the ImageTransformations message.
.google.privacy.dlp.v2.ImageTransformations.ImageTransformation.AllInfoTypes all_info_types = 5;
boolean hasAllText()
Apply transformation to all text that doesn't match an infoType. Only one instance is allowed within the ImageTransformations message.
.google.privacy.dlp.v2.ImageTransformations.ImageTransformation.AllText all_text = 6;
ImageTransformations.ImageTransformation.AllText getAllText()
Apply transformation to all text that doesn't match an infoType. Only one instance is allowed within the ImageTransformations message.
.google.privacy.dlp.v2.ImageTransformations.ImageTransformation.AllText all_text = 6;
ImageTransformations.ImageTransformation.AllTextOrBuilder getAllTextOrBuilder()
Apply transformation to all text that doesn't match an infoType. Only one instance is allowed within the ImageTransformations message.
.google.privacy.dlp.v2.ImageTransformations.ImageTransformation.AllText all_text = 6;
boolean hasRedactionColor()
The color to use when redacting content from an image. If not specified, the default is black.
.google.privacy.dlp.v2.Color redaction_color = 3;Color getRedactionColor()
The color to use when redacting content from an image. If not specified, the default is black.
.google.privacy.dlp.v2.Color redaction_color = 3;ColorOrBuilder getRedactionColorOrBuilder()
The color to use when redacting content from an image. If not specified, the default is black.
.google.privacy.dlp.v2.Color redaction_color = 3;ImageTransformations.ImageTransformation.TargetCase getTargetCase()
Copyright © 2022 Google LLC. All rights reserved.