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
REDACTION_COLOR_FIELD_NUMBER
public static final int REDACTION_COLOR_FIELD_NUMBER
Field Value
REDACT_ALL_TEXT_FIELD_NUMBER
public static final int REDACT_ALL_TEXT_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static RedactImageRequest.ImageRedactionConfig getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static RedactImageRequest.ImageRedactionConfig.Builder newBuilder()
Returns
newBuilder(RedactImageRequest.ImageRedactionConfig prototype)
public static RedactImageRequest.ImageRedactionConfig.Builder newBuilder(RedactImageRequest.ImageRedactionConfig prototype)
Parameter
Returns
public static RedactImageRequest.ImageRedactionConfig parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static RedactImageRequest.ImageRedactionConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static RedactImageRequest.ImageRedactionConfig parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static RedactImageRequest.ImageRedactionConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static RedactImageRequest.ImageRedactionConfig parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static RedactImageRequest.ImageRedactionConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static RedactImageRequest.ImageRedactionConfig parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static RedactImageRequest.ImageRedactionConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static RedactImageRequest.ImageRedactionConfig parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static RedactImageRequest.ImageRedactionConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static RedactImageRequest.ImageRedactionConfig parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static RedactImageRequest.ImageRedactionConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<RedactImageRequest.ImageRedactionConfig> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public RedactImageRequest.ImageRedactionConfig getDefaultInstanceForType()
Returns
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
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;
Returns
getParserForType()
public Parser<RedactImageRequest.ImageRedactionConfig> getParserForType()
Returns
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;
Returns
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getTargetCase()
public RedactImageRequest.ImageRedactionConfig.TargetCase getTargetCase()
Returns
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
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
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public RedactImageRequest.ImageRedactionConfig.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected RedactImageRequest.ImageRedactionConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public RedactImageRequest.ImageRedactionConfig.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions