Enum Domain.Category (3.78.0)

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

ProtocolMessageEnum

Static 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 Finding objects.

AI = 1;

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 Finding objects.

AI = 1;

CATEGORY_UNSPECIFIED

Category unspecified.

CATEGORY_UNSPECIFIED = 0;

CATEGORY_UNSPECIFIED_VALUE

Category unspecified.

CATEGORY_UNSPECIFIED = 0;

CODE

Indicates that the data profile is related to code.

CODE = 2;

CODE_VALUE

Indicates that the data profile is related to code.

CODE = 2;

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