public enum InfoTypeCategory.TypeCategory extends Enum<InfoTypeCategory.TypeCategory> implements ProtocolMessageEnumEnum of the current types in the category. We might add more types in the future.
Protobuf enum google.privacy.dlp.v2.InfoTypeCategory.TypeCategory
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
CONTEXTUAL_INFORMATION |
Information that is not sensitive on its own, but provides details about the circumstances surrounding an entity or an event. |
CONTEXTUAL_INFORMATION_VALUE |
Information that is not sensitive on its own, but provides details about the circumstances surrounding an entity or an event. |
CREDENTIAL |
Confidential or secret information, for example, a password. |
CREDENTIAL_VALUE |
Confidential or secret information, for example, a password. |
CUSTOM |
Category for |
CUSTOM_VALUE |
Category for |
DEMOGRAPHIC |
Attributes that can partially identify someone, especially in combination with other attributes, like age, height, and gender. |
DEMOGRAPHIC_VALUE |
Attributes that can partially identify someone, especially in combination with other attributes, like age, height, and gender. |
DOCUMENT |
A document, for example, a resume or source code. |
DOCUMENT_VALUE |
A document, for example, a resume or source code. |
GOVERNMENT_ID |
An identification document issued by a government. |
GOVERNMENT_ID_VALUE |
An identification document issued by a government. |
PII |
Personally identifiable information, for example, a name or phone number |
PII_VALUE |
Personally identifiable information, for example, a name or phone number |
SPII |
Personally identifiable information that is especially sensitive, for example, a passport number. |
SPII_VALUE |
Personally identifiable information that is especially sensitive, for example, a passport number. |
TYPE_UNSPECIFIED |
Unused type |
TYPE_UNSPECIFIED_VALUE |
Unused type |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|