Package com.google.cloud.talent.v4beta1
Enum CompanySize
- java.lang.Object
-
- java.lang.Enum<CompanySize>
-
- com.google.cloud.talent.v4beta1.CompanySize
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<CompanySize>
public enum CompanySize extends Enum<CompanySize> implements com.google.protobuf.ProtocolMessageEnum
An enum that represents the size of the company.
Protobuf enumgoogle.cloud.talent.v4beta1.CompanySize
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BIGThe company has between 1,000 and 4,999 employees.BIGGERThe company has between 5,000 and 9,999 employees.COMPANY_SIZE_UNSPECIFIEDDefault value if the size isn't specified.GIANTThe company has 10,000 or more employees.MEDIUMThe company has between 500 and 999 employees.MINIThe company has less than 50 employees.SMALLThe company has between 50 and 99 employees.SMEDIUMThe company has between 100 and 499 employees.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intBIG_VALUEThe company has between 1,000 and 4,999 employees.static intBIGGER_VALUEThe company has between 5,000 and 9,999 employees.static intCOMPANY_SIZE_UNSPECIFIED_VALUEDefault value if the size isn't specified.static intGIANT_VALUEThe company has 10,000 or more employees.static intMEDIUM_VALUEThe company has between 500 and 999 employees.static intMINI_VALUEThe company has less than 50 employees.static intSMALL_VALUEThe company has between 50 and 99 employees.static intSMEDIUM_VALUEThe company has between 100 and 499 employees.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static CompanySizeforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<CompanySize>internalGetValueMap()static CompanySizevalueOf(int value)Deprecated.static CompanySizevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static CompanySizevalueOf(String name)Returns the enum constant of this type with the specified name.static CompanySize[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
COMPANY_SIZE_UNSPECIFIED
public static final CompanySize COMPANY_SIZE_UNSPECIFIED
Default value if the size isn't specified.
COMPANY_SIZE_UNSPECIFIED = 0;
-
MINI
public static final CompanySize MINI
The company has less than 50 employees.
MINI = 1;
-
SMALL
public static final CompanySize SMALL
The company has between 50 and 99 employees.
SMALL = 2;
-
SMEDIUM
public static final CompanySize SMEDIUM
The company has between 100 and 499 employees.
SMEDIUM = 3;
-
MEDIUM
public static final CompanySize MEDIUM
The company has between 500 and 999 employees.
MEDIUM = 4;
-
BIG
public static final CompanySize BIG
The company has between 1,000 and 4,999 employees.
BIG = 5;
-
BIGGER
public static final CompanySize BIGGER
The company has between 5,000 and 9,999 employees.
BIGGER = 6;
-
GIANT
public static final CompanySize GIANT
The company has 10,000 or more employees.
GIANT = 7;
-
UNRECOGNIZED
public static final CompanySize UNRECOGNIZED
-
-
Field Detail
-
COMPANY_SIZE_UNSPECIFIED_VALUE
public static final int COMPANY_SIZE_UNSPECIFIED_VALUE
Default value if the size isn't specified.
COMPANY_SIZE_UNSPECIFIED = 0;- See Also:
- Constant Field Values
-
MINI_VALUE
public static final int MINI_VALUE
The company has less than 50 employees.
MINI = 1;- See Also:
- Constant Field Values
-
SMALL_VALUE
public static final int SMALL_VALUE
The company has between 50 and 99 employees.
SMALL = 2;- See Also:
- Constant Field Values
-
SMEDIUM_VALUE
public static final int SMEDIUM_VALUE
The company has between 100 and 499 employees.
SMEDIUM = 3;- See Also:
- Constant Field Values
-
MEDIUM_VALUE
public static final int MEDIUM_VALUE
The company has between 500 and 999 employees.
MEDIUM = 4;- See Also:
- Constant Field Values
-
BIG_VALUE
public static final int BIG_VALUE
The company has between 1,000 and 4,999 employees.
BIG = 5;- See Also:
- Constant Field Values
-
BIGGER_VALUE
public static final int BIGGER_VALUE
The company has between 5,000 and 9,999 employees.
BIGGER = 6;- See Also:
- Constant Field Values
-
GIANT_VALUE
public static final int GIANT_VALUE
The company has 10,000 or more employees.
GIANT = 7;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static CompanySize[] 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 (CompanySize c : CompanySize.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CompanySize 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:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static CompanySize 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 CompanySize 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<CompanySize> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static CompanySize 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
-
-