public enum Outcome extends Enum<Outcome> implements com.google.protobuf.ProtocolMessageEnum
The overall outcome /decision / result indicator.Protobuf enum
google.cloud.talent.v4beta1.Outcome| Enum Constant and Description |
|---|
NEGATIVE
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).
|
OUTCOME_NOT_AVAILABLE
The assessment outcome is not available or otherwise unknown (for example,
candidate did not complete assessment).
|
OUTCOME_UNSPECIFIED
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).
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
NEGATIVE_VALUE
A negative outcome / failing indicator (for example, candidate was
recommended to NOT move forward in the hiring process, failed a test).
|
static int |
NEUTRAL_VALUE
A neutral outcome / no clear indicator (for example, no strong
reccommendation either to move forward / not move forward, neutral score).
|
static int |
OUTCOME_NOT_AVAILABLE_VALUE
The assessment outcome is not available or otherwise unknown (for example,
candidate did not complete assessment).
|
static int |
OUTCOME_UNSPECIFIED_VALUE
Default value.
|
static int |
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).
|
| Modifier and Type | Method and Description |
|---|---|
static Outcome |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Outcome> |
internalGetValueMap() |
static Outcome |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Outcome |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Outcome |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Outcome[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Outcome OUTCOME_UNSPECIFIED
Default value.
OUTCOME_UNSPECIFIED = 0;public static final Outcome 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;public static final Outcome NEUTRAL
A neutral outcome / no clear indicator (for example, no strong reccommendation either to move forward / not move forward, neutral score).
NEUTRAL = 2;public static final Outcome NEGATIVE
A negative outcome / failing indicator (for example, candidate was recommended to NOT move forward in the hiring process, failed a test).
NEGATIVE = 3;public static final Outcome OUTCOME_NOT_AVAILABLE
The assessment outcome is not available or otherwise unknown (for example, candidate did not complete assessment).
OUTCOME_NOT_AVAILABLE = 4;public static final Outcome UNRECOGNIZED
public static final int OUTCOME_UNSPECIFIED_VALUE
Default value.
OUTCOME_UNSPECIFIED = 0;public static final int 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;public static final int NEUTRAL_VALUE
A neutral outcome / no clear indicator (for example, no strong reccommendation either to move forward / not move forward, neutral score).
NEUTRAL = 2;public static final int 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;public static final int OUTCOME_NOT_AVAILABLE_VALUE
The assessment outcome is not available or otherwise unknown (for example, candidate did not complete assessment).
OUTCOME_NOT_AVAILABLE = 4;public static Outcome[] values()
for (Outcome c : Outcome.values()) System.out.println(c);
public static Outcome valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static Outcome valueOf(int value)
forNumber(int) instead.public static Outcome forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<Outcome> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Outcome valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2019 Google LLC. All rights reserved.