public enum CompanySize extends Enum<CompanySize> implements com.google.protobuf.ProtocolMessageEnum
An enum that represents the size of the company.Protobuf enum
google.cloud.talent.v4beta1.CompanySize| Enum Constant and Description |
|---|
BIG
The company has between 1,000 and 4,999 employees.
|
BIGGER
The company has between 5,000 and 9,999 employees.
|
COMPANY_SIZE_UNSPECIFIED
Default value if the size isn't specified.
|
GIANT
The company has 10,000 or more employees.
|
MEDIUM
The company has between 500 and 999 employees.
|
MINI
The company has less than 50 employees.
|
SMALL
The company has between 50 and 99 employees.
|
SMEDIUM
The company has between 100 and 499 employees.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
BIG_VALUE
The company has between 1,000 and 4,999 employees.
|
static int |
BIGGER_VALUE
The company has between 5,000 and 9,999 employees.
|
static int |
COMPANY_SIZE_UNSPECIFIED_VALUE
Default value if the size isn't specified.
|
static int |
GIANT_VALUE
The company has 10,000 or more employees.
|
static int |
MEDIUM_VALUE
The company has between 500 and 999 employees.
|
static int |
MINI_VALUE
The company has less than 50 employees.
|
static int |
SMALL_VALUE
The company has between 50 and 99 employees.
|
static int |
SMEDIUM_VALUE
The company has between 100 and 499 employees.
|
| Modifier and Type | Method and Description |
|---|---|
static CompanySize |
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<CompanySize> |
internalGetValueMap() |
static CompanySize |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CompanySize |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CompanySize |
valueOf(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.
|
public static final CompanySize COMPANY_SIZE_UNSPECIFIED
Default value if the size isn't specified.
COMPANY_SIZE_UNSPECIFIED = 0;public static final CompanySize MINI
The company has less than 50 employees.
MINI = 1;public static final CompanySize SMALL
The company has between 50 and 99 employees.
SMALL = 2;public static final CompanySize SMEDIUM
The company has between 100 and 499 employees.
SMEDIUM = 3;public static final CompanySize MEDIUM
The company has between 500 and 999 employees.
MEDIUM = 4;public static final CompanySize BIG
The company has between 1,000 and 4,999 employees.
BIG = 5;public static final CompanySize BIGGER
The company has between 5,000 and 9,999 employees.
BIGGER = 6;public static final CompanySize GIANT
The company has 10,000 or more employees.
GIANT = 7;public static final CompanySize UNRECOGNIZED
public static final int COMPANY_SIZE_UNSPECIFIED_VALUE
Default value if the size isn't specified.
COMPANY_SIZE_UNSPECIFIED = 0;public static final int MINI_VALUE
The company has less than 50 employees.
MINI = 1;public static final int SMALL_VALUE
The company has between 50 and 99 employees.
SMALL = 2;public static final int SMEDIUM_VALUE
The company has between 100 and 499 employees.
SMEDIUM = 3;public static final int MEDIUM_VALUE
The company has between 500 and 999 employees.
MEDIUM = 4;public static final int BIG_VALUE
The company has between 1,000 and 4,999 employees.
BIG = 5;public static final int BIGGER_VALUE
The company has between 5,000 and 9,999 employees.
BIGGER = 6;public static final int GIANT_VALUE
The company has 10,000 or more employees.
GIANT = 7;public static CompanySize[] values()
for (CompanySize c : CompanySize.values()) System.out.println(c);
public static CompanySize 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 CompanySize valueOf(int value)
forNumber(int) instead.public static CompanySize forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<CompanySize> 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 CompanySize valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2019 Google LLC. All rights reserved.