Enum ContentOption (3.1.4)

public enum ContentOption extends Enum<ContentOption> implements ProtocolMessageEnum

Options describing which parts of the provided content should be scanned.

Protobuf enum google.privacy.dlp.v2.ContentOption

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CONTENT_IMAGE

Images found in the data.

CONTENT_IMAGE = 2;

CONTENT_IMAGE_VALUE

Images found in the data.

CONTENT_IMAGE = 2;

CONTENT_TEXT

Text content within the data, excluding any metadata.

CONTENT_TEXT = 1;

CONTENT_TEXT_VALUE

Text content within the data, excluding any metadata.

CONTENT_TEXT = 1;

CONTENT_UNSPECIFIED

Includes entire content of a file or a data stream.

CONTENT_UNSPECIFIED = 0;

CONTENT_UNSPECIFIED_VALUE

Includes entire content of a file or a data stream.

CONTENT_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()