Enum InfoTypeCategory.TypeCategory (3.7.2)

public enum InfoTypeCategory.TypeCategory extends Enum<InfoTypeCategory.TypeCategory> implements ProtocolMessageEnum

Enum of the current types in the category. We might add more types in the future.

Protobuf enum google.privacy.dlp.v2.InfoTypeCategory.TypeCategory

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CONTEXTUAL_INFORMATION

Information that is not sensitive on its own, but provides details about the circumstances surrounding an entity or an event.

CONTEXTUAL_INFORMATION = 7;

CONTEXTUAL_INFORMATION_VALUE

Information that is not sensitive on its own, but provides details about the circumstances surrounding an entity or an event.

CONTEXTUAL_INFORMATION = 7;

CREDENTIAL

Confidential or secret information, for example, a password.

CREDENTIAL = 4;

CREDENTIAL_VALUE

Confidential or secret information, for example, a password.

CREDENTIAL = 4;

DEMOGRAPHIC

Attributes that can partially identify someone, especially in combination with other attributes, like age, height, and gender.

DEMOGRAPHIC = 3;

DEMOGRAPHIC_VALUE

Attributes that can partially identify someone, especially in combination with other attributes, like age, height, and gender.

DEMOGRAPHIC = 3;

DOCUMENT

A document, for example, a resume or source code.

DOCUMENT = 6;

DOCUMENT_VALUE

A document, for example, a resume or source code.

DOCUMENT = 6;

GOVERNMENT_ID

An identification document issued by a government.

GOVERNMENT_ID = 5;

GOVERNMENT_ID_VALUE

An identification document issued by a government.

GOVERNMENT_ID = 5;

PII

Personally identifiable information, for example, a name or phone number

PII = 1;

PII_VALUE

Personally identifiable information, for example, a name or phone number

PII = 1;

SPII

Personally identifiable information that is especially sensitive, for example, a passport number.

SPII = 2;

SPII_VALUE

Personally identifiable information that is especially sensitive, for example, a passport number.

SPII = 2;

TYPE_UNSPECIFIED

Unused type

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

Unused type

TYPE_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()