public enum Domain.Category extends Enum<Domain.Category> implements ProtocolMessageEnum
This enum defines the various domain categories a data profile can fall under.
Protobuf enum google.privacy.dlp.v2.Domain.Category
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
AI |
Indicates that the data profile is related to artificial intelligence.
When set, all findings stored to Security Command Center will set the
corresponding AI domain field of |
AI_VALUE |
Indicates that the data profile is related to artificial intelligence.
When set, all findings stored to Security Command Center will set the
corresponding AI domain field of |
CATEGORY_UNSPECIFIED |
Category unspecified. |
CATEGORY_UNSPECIFIED_VALUE |
Category unspecified. |
CODE |
Indicates that the data profile is related to code. |
CODE_VALUE |
Indicates that the data profile is related to code. |
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() |