public enum TableDataProfile.State extends Enum<TableDataProfile.State> implements ProtocolMessageEnum
Possible states of a profile. New items may be added.
Protobuf enum google.privacy.dlp.v2.TableDataProfile.State
Implements
ProtocolMessageEnumStatic Fields
Name | Description |
DONE | The profile is no longer generating. If profile_status.status.code is 0, the profile succeeded, otherwise, it failed. |
DONE_VALUE | The profile is no longer generating. If profile_status.status.code is 0, the profile succeeded, otherwise, it failed. |
RUNNING | The profile is currently running. Once a profile has finished it will transition to DONE. |
RUNNING_VALUE | The profile is currently running. Once a profile has finished it will transition to DONE. |
STATE_UNSPECIFIED | Unused. |
STATE_UNSPECIFIED_VALUE | Unused. |
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() |