Enum InfoTypeCategory.IndustryCategory (3.45.0)

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

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

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
FINANCE

The infoType is typically used in the finance industry.

FINANCE = 1;

FINANCE_VALUE

The infoType is typically used in the finance industry.

FINANCE = 1;

HEALTH

The infoType is typically used in the health industry.

HEALTH = 2;

HEALTH_VALUE

The infoType is typically used in the health industry.

HEALTH = 2;

INDUSTRY_UNSPECIFIED

Unused industry

INDUSTRY_UNSPECIFIED = 0;

INDUSTRY_UNSPECIFIED_VALUE

Unused industry

INDUSTRY_UNSPECIFIED = 0;

TELECOMMUNICATIONS

The infoType is typically used in the telecommunications industry.

TELECOMMUNICATIONS = 3;

TELECOMMUNICATIONS_VALUE

The infoType is typically used in the telecommunications industry.

TELECOMMUNICATIONS = 3;

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