Enum CompanySize (2.2.9)

public enum CompanySize extends Enum<CompanySize> implements ProtocolMessageEnum

An enum that represents the size of the company.

Protobuf enum google.cloud.talent.v4.CompanySize

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BIG

The company has between 1,000 and 4,999 employees.

BIG = 5;

BIGGER

The company has between 5,000 and 9,999 employees.

BIGGER = 6;

BIGGER_VALUE

The company has between 5,000 and 9,999 employees.

BIGGER = 6;

BIG_VALUE

The company has between 1,000 and 4,999 employees.

BIG = 5;

COMPANY_SIZE_UNSPECIFIED

Default value if the size isn't specified.

COMPANY_SIZE_UNSPECIFIED = 0;

COMPANY_SIZE_UNSPECIFIED_VALUE

Default value if the size isn't specified.

COMPANY_SIZE_UNSPECIFIED = 0;

GIANT

The company has 10,000 or more employees.

GIANT = 7;

GIANT_VALUE

The company has 10,000 or more employees.

GIANT = 7;

MEDIUM

The company has between 500 and 999 employees.

MEDIUM = 4;

MEDIUM_VALUE

The company has between 500 and 999 employees.

MEDIUM = 4;

MINI

The company has less than 50 employees.

MINI = 1;

MINI_VALUE

The company has less than 50 employees.

MINI = 1;

SMALL

The company has between 50 and 99 employees.

SMALL = 2;

SMALL_VALUE

The company has between 50 and 99 employees.

SMALL = 2;

SMEDIUM

The company has between 100 and 499 employees.

SMEDIUM = 3;

SMEDIUM_VALUE

The company has between 100 and 499 employees.

SMEDIUM = 3;

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