public enum Outcome extends Enum<Outcome> implements ProtocolMessageEnumThe overall outcome /decision / result indicator.
Protobuf enum google.cloud.talent.v4beta1.Outcome
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| NEGATIVE | A negative outcome / failing indicator (for example, candidate was recommended to NOT move forward in the hiring process, failed a test). |
| NEGATIVE_VALUE | A negative outcome / failing indicator (for example, candidate was recommended to NOT move forward in the hiring process, failed a test). |
| NEUTRAL | A neutral outcome / no clear indicator (for example, no strong reccommendation either to move forward / not move forward, neutral score). |
| NEUTRAL_VALUE | A neutral outcome / no clear indicator (for example, no strong reccommendation either to move forward / not move forward, neutral score). |
| OUTCOME_NOT_AVAILABLE | The assessment outcome is not available or otherwise unknown (for example, candidate did not complete assessment). |
| OUTCOME_NOT_AVAILABLE_VALUE | The assessment outcome is not available or otherwise unknown (for example, candidate did not complete assessment). |
| OUTCOME_UNSPECIFIED | Default value. |
| OUTCOME_UNSPECIFIED_VALUE | Default value. |
| POSITIVE | A positive outcome / passing indicator (for example, candidate was recommended for hiring or to be moved forward in the hiring process, candidate passed a test). |
| POSITIVE_VALUE | A positive outcome / passing indicator (for example, candidate was recommended for hiring or to be moved forward in the hiring process, candidate passed a test). |
| 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() |