public static interface ImageTransformations.ImageTransformationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAllInfoTypes()
public abstract 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 | |
|---|---|
| Type | Description |
ImageTransformations.ImageTransformation.AllInfoTypes |
The allInfoTypes. |
getAllInfoTypesOrBuilder()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
ImageTransformations.ImageTransformation.AllInfoTypesOrBuilder |
|
getAllText()
public abstract 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 | |
|---|---|
| Type | Description |
ImageTransformations.ImageTransformation.AllText |
The allText. |
getAllTextOrBuilder()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
ImageTransformations.ImageTransformation.AllTextOrBuilder |
|
getRedactionColor()
public abstract 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 | |
|---|---|
| Type | Description |
Color |
The redactionColor. |
getRedactionColorOrBuilder()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
ColorOrBuilder |
|
getSelectedInfoTypes()
public abstract ImageTransformations.ImageTransformation.SelectedInfoTypes getSelectedInfoTypes()Apply transformation to the selected info_types.
.google.privacy.dlp.v2.ImageTransformations.ImageTransformation.SelectedInfoTypes selected_info_types = 4;
| Returns | |
|---|---|
| Type | Description |
ImageTransformations.ImageTransformation.SelectedInfoTypes |
The selectedInfoTypes. |
getSelectedInfoTypesOrBuilder()
public abstract ImageTransformations.ImageTransformation.SelectedInfoTypesOrBuilder getSelectedInfoTypesOrBuilder()Apply transformation to the selected info_types.
.google.privacy.dlp.v2.ImageTransformations.ImageTransformation.SelectedInfoTypes selected_info_types = 4;
| Returns | |
|---|---|
| Type | Description |
ImageTransformations.ImageTransformation.SelectedInfoTypesOrBuilder |
|
getTargetCase()
public abstract ImageTransformations.ImageTransformation.TargetCase getTargetCase()| Returns | |
|---|---|
| Type | Description |
ImageTransformations.ImageTransformation.TargetCase |
|
hasAllInfoTypes()
public abstract 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 | |
|---|---|
| Type | Description |
boolean |
Whether the allInfoTypes field is set. |
hasAllText()
public abstract 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 | |
|---|---|
| Type | Description |
boolean |
Whether the allText field is set. |
hasRedactionColor()
public abstract 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 | |
|---|---|
| Type | Description |
boolean |
Whether the redactionColor field is set. |
hasSelectedInfoTypes()
public abstract boolean hasSelectedInfoTypes()Apply transformation to the selected info_types.
.google.privacy.dlp.v2.ImageTransformations.ImageTransformation.SelectedInfoTypes selected_info_types = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the selectedInfoTypes field is set. |