Package com.google.cloud.talent.v4beta1
Enum CompensationInfo.CompensationType
- java.lang.Object
-
- java.lang.Enum<CompensationInfo.CompensationType>
-
- com.google.cloud.talent.v4beta1.CompensationInfo.CompensationType
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<CompensationInfo.CompensationType>
- Enclosing class:
- CompensationInfo
public static enum CompensationInfo.CompensationType extends Enum<CompensationInfo.CompensationType> implements com.google.protobuf.ProtocolMessageEnum
The type of compensation. For compensation amounts specified in non-monetary amounts, describe the compensation scheme in the [CompensationEntry.description][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.description]. For example, tipping format is described in [CompensationEntry.description][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.description] (for example, "expect 15-20% tips based on customer bill.") and an estimate of the tips provided in [CompensationEntry.amount][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.amount] or [CompensationEntry.range][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.range] ($10 per hour). For example, equity is described in [CompensationEntry.description][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.description] (for example, "1% - 2% equity vesting over 4 years, 1 year cliff") and value estimated in [CompensationEntry.amount][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.amount] or [CompensationEntry.range][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.range]. If no value estimate is possible, units are [CompensationUnit.COMPENSATION_UNIT_UNSPECIFIED][google.cloud.talent.v4beta1.CompensationInfo.CompensationUnit.COMPENSATION_UNIT_UNSPECIFIED] and then further clarified in [CompensationEntry.description][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.description] field.
Protobuf enumgoogle.cloud.talent.v4beta1.CompensationInfo.CompensationType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BASE
Base compensation: Refers to the fixed amount of money paid to an employee by an employer in return for work performed.BONUS
Bonus.COMMISSIONS
Commission.COMPENSATION_TYPE_UNSPECIFIED
Default value.EQUITY
Equity.OTHER_COMPENSATION_TYPE
Other compensation type.PROFIT_SHARING
Profit sharing.SIGNING_BONUS
Signing bonus.TIPS
Tips.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static int
BASE_VALUE
Base compensation: Refers to the fixed amount of money paid to an employee by an employer in return for work performed.static int
BONUS_VALUE
Bonus.static int
COMMISSIONS_VALUE
Commission.static int
COMPENSATION_TYPE_UNSPECIFIED_VALUE
Default value.static int
EQUITY_VALUE
Equity.static int
OTHER_COMPENSATION_TYPE_VALUE
Other compensation type.static int
PROFIT_SHARING_VALUE
Profit sharing.static int
SIGNING_BONUS_VALUE
Signing bonus.static int
TIPS_VALUE
Tips.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static CompensationInfo.CompensationType
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<CompensationInfo.CompensationType>
internalGetValueMap()
static CompensationInfo.CompensationType
valueOf(int value)
Deprecated.static CompensationInfo.CompensationType
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static CompensationInfo.CompensationType
valueOf(String name)
Returns the enum constant of this type with the specified name.static CompensationInfo.CompensationType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
COMPENSATION_TYPE_UNSPECIFIED
public static final CompensationInfo.CompensationType COMPENSATION_TYPE_UNSPECIFIED
Default value.
COMPENSATION_TYPE_UNSPECIFIED = 0;
-
BASE
public static final CompensationInfo.CompensationType BASE
Base compensation: Refers to the fixed amount of money paid to an employee by an employer in return for work performed. Base compensation does not include benefits, bonuses or any other potential compensation from an employer.
BASE = 1;
-
BONUS
public static final CompensationInfo.CompensationType BONUS
Bonus.
BONUS = 2;
-
SIGNING_BONUS
public static final CompensationInfo.CompensationType SIGNING_BONUS
Signing bonus.
SIGNING_BONUS = 3;
-
EQUITY
public static final CompensationInfo.CompensationType EQUITY
Equity.
EQUITY = 4;
-
PROFIT_SHARING
public static final CompensationInfo.CompensationType PROFIT_SHARING
Profit sharing.
PROFIT_SHARING = 5;
-
COMMISSIONS
public static final CompensationInfo.CompensationType COMMISSIONS
Commission.
COMMISSIONS = 6;
-
TIPS
public static final CompensationInfo.CompensationType TIPS
Tips.
TIPS = 7;
-
OTHER_COMPENSATION_TYPE
public static final CompensationInfo.CompensationType OTHER_COMPENSATION_TYPE
Other compensation type.
OTHER_COMPENSATION_TYPE = 8;
-
UNRECOGNIZED
public static final CompensationInfo.CompensationType UNRECOGNIZED
-
-
Field Detail
-
COMPENSATION_TYPE_UNSPECIFIED_VALUE
public static final int COMPENSATION_TYPE_UNSPECIFIED_VALUE
Default value.
COMPENSATION_TYPE_UNSPECIFIED = 0;
- See Also:
- Constant Field Values
-
BASE_VALUE
public static final int BASE_VALUE
Base compensation: Refers to the fixed amount of money paid to an employee by an employer in return for work performed. Base compensation does not include benefits, bonuses or any other potential compensation from an employer.
BASE = 1;
- See Also:
- Constant Field Values
-
BONUS_VALUE
public static final int BONUS_VALUE
Bonus.
BONUS = 2;
- See Also:
- Constant Field Values
-
SIGNING_BONUS_VALUE
public static final int SIGNING_BONUS_VALUE
Signing bonus.
SIGNING_BONUS = 3;
- See Also:
- Constant Field Values
-
EQUITY_VALUE
public static final int EQUITY_VALUE
Equity.
EQUITY = 4;
- See Also:
- Constant Field Values
-
PROFIT_SHARING_VALUE
public static final int PROFIT_SHARING_VALUE
Profit sharing.
PROFIT_SHARING = 5;
- See Also:
- Constant Field Values
-
COMMISSIONS_VALUE
public static final int COMMISSIONS_VALUE
Commission.
COMMISSIONS = 6;
- See Also:
- Constant Field Values
-
TIPS_VALUE
public static final int TIPS_VALUE
Tips.
TIPS = 7;
- See Also:
- Constant Field Values
-
OTHER_COMPENSATION_TYPE_VALUE
public static final int OTHER_COMPENSATION_TYPE_VALUE
Other compensation type.
OTHER_COMPENSATION_TYPE = 8;
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static CompensationInfo.CompensationType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (CompensationInfo.CompensationType c : CompensationInfo.CompensationType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CompensationInfo.CompensationType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static CompensationInfo.CompensationType valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
forNumber
public static CompensationInfo.CompensationType forNumber(int value)
- Parameters:
value
- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<CompensationInfo.CompensationType> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static CompensationInfo.CompensationType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
-