public enum DlpJobType extends Enum<DlpJobType> implements ProtocolMessageEnum
An enum to represent the various types of DLP jobs.
Protobuf enum google.privacy.dlp.v2.DlpJobType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
DLP_JOB_TYPE_UNSPECIFIED |
Defaults to INSPECT_JOB. |
DLP_JOB_TYPE_UNSPECIFIED_VALUE |
Defaults to INSPECT_JOB. |
INSPECT_JOB |
The job inspected Google Cloud for sensitive data. |
INSPECT_JOB_VALUE |
The job inspected Google Cloud for sensitive data. |
RISK_ANALYSIS_JOB |
The job executed a Risk Analysis computation. |
RISK_ANALYSIS_JOB_VALUE |
The job executed a Risk Analysis computation. |
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() |