public enum InfoTypeSupportedBy extends Enum<InfoTypeSupportedBy> implements ProtocolMessageEnum
Parts of the APIs which use certain infoTypes.
Protobuf enum google.privacy.dlp.v2.InfoTypeSupportedBy
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ENUM_TYPE_UNSPECIFIED |
Unused. |
ENUM_TYPE_UNSPECIFIED_VALUE |
Unused. |
INSPECT |
Supported by the inspect operations. |
INSPECT_VALUE |
Supported by the inspect operations. |
RISK_ANALYSIS |
Supported by the risk analysis operations. |
RISK_ANALYSIS_VALUE |
Supported by the risk analysis operations. |
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() |