Module: Google::Cloud::Talent::V4beta1::CompanySize
- Defined in:
- lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/common.rb
Overview
An enum that represents the size of the company.
Constant Summary collapse
- COMPANY_SIZE_UNSPECIFIED =
Default value if the size isn't specified.
0
- MINI =
The company has less than 50 employees.
1
- SMALL =
The company has between 50 and 99 employees.
2
- SMEDIUM =
The company has between 100 and 499 employees.
3
- MEDIUM =
The company has between 500 and 999 employees.
4
- BIG =
The company has between 1,000 and 4,999 employees.
5
- BIGGER =
The company has between 5,000 and 9,999 employees.
6
- GIANT =
The company has 10,000 or more employees.
7