Send feedback
Class RedactImageRequest.ImageRedactionConfig (3.17.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.17.0 keyboard_arrow_down
public static final class RedactImageRequest . ImageRedactionConfig extends GeneratedMessageV3 implements RedactImageRequest . ImageRedactionConfigOrBuilder
Configuration for determining how redaction of images should occur.
Protobuf type google.privacy.dlp.v2.RedactImageRequest.ImageRedactionConfig
Static Fields
INFO_TYPE_FIELD_NUMBER
public static final int INFO_TYPE_FIELD_NUMBER
Field Value Type Description int
REDACTION_COLOR_FIELD_NUMBER
public static final int REDACTION_COLOR_FIELD_NUMBER
Field Value Type Description int
REDACT_ALL_TEXT_FIELD_NUMBER
public static final int REDACT_ALL_TEXT_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static RedactImageRequest . ImageRedactionConfig getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static RedactImageRequest . ImageRedactionConfig . Builder newBuilder ()
newBuilder(RedactImageRequest.ImageRedactionConfig prototype)
public static RedactImageRequest . ImageRedactionConfig . Builder newBuilder ( RedactImageRequest . ImageRedactionConfig prototype )
public static RedactImageRequest . ImageRedactionConfig parseDelimitedFrom ( InputStream input )
public static RedactImageRequest . ImageRedactionConfig parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static RedactImageRequest . ImageRedactionConfig parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static RedactImageRequest . ImageRedactionConfig parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static RedactImageRequest . ImageRedactionConfig parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static RedactImageRequest . ImageRedactionConfig parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static RedactImageRequest . ImageRedactionConfig parseFrom ( CodedInputStream input )
public static RedactImageRequest . ImageRedactionConfig parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static RedactImageRequest . ImageRedactionConfig parseFrom ( InputStream input )
public static RedactImageRequest . ImageRedactionConfig parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static RedactImageRequest . ImageRedactionConfig parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static RedactImageRequest . ImageRedactionConfig parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<RedactImageRequest . ImageRedactionConfig > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getDefaultInstanceForType()
public RedactImageRequest . ImageRedactionConfig getDefaultInstanceForType ()
getInfoType()
public InfoType getInfoType ()
Only one per info_type should be provided per request. If not
specified, and redact_all_text is false, the DLP API will redact all
text that it matches against all info_types that are found, but not
specified in another ImageRedactionConfig.
.google.privacy.dlp.v2.InfoType info_type = 1;
Returns Type Description InfoType
The infoType.
getInfoTypeOrBuilder()
public InfoTypeOrBuilder getInfoTypeOrBuilder ()
Only one per info_type should be provided per request. If not
specified, and redact_all_text is false, the DLP API will redact all
text that it matches against all info_types that are found, but not
specified in another ImageRedactionConfig.
.google.privacy.dlp.v2.InfoType info_type = 1;
getParserForType()
public Parser<RedactImageRequest . ImageRedactionConfig > getParserForType ()
Overrides
getRedactAllText()
public boolean getRedactAllText ()
If true, all text found in the image, regardless whether it matches an
info_type, is redacted. Only one should be provided.
bool redact_all_text = 2;
Returns Type Description boolean
The redactAllText.
getRedactionColor()
public 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 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;
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
getTargetCase()
public RedactImageRequest . ImageRedactionConfig . TargetCase getTargetCase ()
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Overrides
hasInfoType()
public boolean hasInfoType ()
Only one per info_type should be provided per request. If not
specified, and redact_all_text is false, the DLP API will redact all
text that it matches against all info_types that are found, but not
specified in another ImageRedactionConfig.
.google.privacy.dlp.v2.InfoType info_type = 1;
Returns Type Description boolean
Whether the infoType field is set.
hasRedactAllText()
public boolean hasRedactAllText ()
If true, all text found in the image, regardless whether it matches an
info_type, is redacted. Only one should be provided.
bool redact_all_text = 2;
Returns Type Description boolean
Whether the redactAllText field is set.
hasRedactionColor()
public 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.
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public RedactImageRequest . ImageRedactionConfig . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected RedactImageRequest . ImageRedactionConfig . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public RedactImageRequest . ImageRedactionConfig . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]