Package com.google.privacy.dlp.v2
Interface ImageTransformations.ImageTransformationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ImageTransformations.ImageTransformation
,ImageTransformations.ImageTransformation.Builder
- Enclosing class:
- ImageTransformations
public static interface ImageTransformations.ImageTransformationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasSelectedInfoTypes
boolean hasSelectedInfoTypes()
Apply transformation to the selected info_types.
.google.privacy.dlp.v2.ImageTransformations.ImageTransformation.SelectedInfoTypes selected_info_types = 4;
- Returns:
- Whether the selectedInfoTypes field is set.
-
getSelectedInfoTypes
ImageTransformations.ImageTransformation.SelectedInfoTypes getSelectedInfoTypes()
Apply transformation to the selected info_types.
.google.privacy.dlp.v2.ImageTransformations.ImageTransformation.SelectedInfoTypes selected_info_types = 4;
- Returns:
- The selectedInfoTypes.
-
getSelectedInfoTypesOrBuilder
ImageTransformations.ImageTransformation.SelectedInfoTypesOrBuilder getSelectedInfoTypesOrBuilder()
Apply transformation to the selected info_types.
.google.privacy.dlp.v2.ImageTransformations.ImageTransformation.SelectedInfoTypes selected_info_types = 4;
-
hasAllInfoTypes
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;
- Returns:
- Whether the allInfoTypes field is set.
-
getAllInfoTypes
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;
- Returns:
- The allInfoTypes.
-
getAllInfoTypesOrBuilder
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;
-
hasAllText
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;
- Returns:
- Whether the allText field is set.
-
getAllText
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;
- Returns:
- The allText.
-
getAllTextOrBuilder
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;
-
hasRedactionColor
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;
- Returns:
- Whether the redactionColor field is set.
-
getRedactionColor
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;
- Returns:
- The redactionColor.
-
getRedactionColorOrBuilder
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;
-
getTargetCase
ImageTransformations.ImageTransformation.TargetCase getTargetCase()
-
-