Enum InfoTypeSupportedBy (3.6.6)

public enum InfoTypeSupportedBy extends Enum<InfoTypeSupportedBy> implements ProtocolMessageEnum

Parts of the APIs which use certain infoTypes.

Protobuf enum google.privacy.dlp.v2.InfoTypeSupportedBy

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ENUM_TYPE_UNSPECIFIED

Unused.

ENUM_TYPE_UNSPECIFIED = 0;

ENUM_TYPE_UNSPECIFIED_VALUE

Unused.

ENUM_TYPE_UNSPECIFIED = 0;

INSPECT

Supported by the inspect operations.

INSPECT = 1;

INSPECT_VALUE

Supported by the inspect operations.

INSPECT = 1;

RISK_ANALYSIS

Supported by the risk analysis operations.

RISK_ANALYSIS = 2;

RISK_ANALYSIS_VALUE

Supported by the risk analysis operations.

RISK_ANALYSIS = 2;

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