Enum Outcome (2.2.9)

public enum Outcome extends Enum<Outcome> implements ProtocolMessageEnum

The overall outcome /decision / result indicator.

Protobuf enum google.cloud.talent.v4beta1.Outcome

Implements

ProtocolMessageEnum

Static Fields

NameDescription
NEGATIVE

A negative outcome / failing indicator (for example, candidate was recommended to NOT move forward in the hiring process, failed a test).

NEGATIVE = 3;

NEGATIVE_VALUE

A negative outcome / failing indicator (for example, candidate was recommended to NOT move forward in the hiring process, failed a test).

NEGATIVE = 3;

NEUTRAL

A neutral outcome / no clear indicator (for example, no strong reccommendation either to move forward / not move forward, neutral score).

NEUTRAL = 2;

NEUTRAL_VALUE

A neutral outcome / no clear indicator (for example, no strong reccommendation either to move forward / not move forward, neutral score).

NEUTRAL = 2;

OUTCOME_NOT_AVAILABLE

The assessment outcome is not available or otherwise unknown (for example, candidate did not complete assessment).

OUTCOME_NOT_AVAILABLE = 4;

OUTCOME_NOT_AVAILABLE_VALUE

The assessment outcome is not available or otherwise unknown (for example, candidate did not complete assessment).

OUTCOME_NOT_AVAILABLE = 4;

OUTCOME_UNSPECIFIED

Default value.

OUTCOME_UNSPECIFIED = 0;

OUTCOME_UNSPECIFIED_VALUE

Default value.

OUTCOME_UNSPECIFIED = 0;

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 = 1;

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

POSITIVE = 1;

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