Google Cloud Talent Solution V4 Client - Class CompanySize (2.0.0-RC1)

Reference documentation and code samples for the Google Cloud Talent Solution V4 Client class CompanySize.

An enum that represents the size of the company.

Protobuf type google.cloud.talent.v4.CompanySize

Namespace

Google \ Cloud \ Talent \ V4

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

COMPANY_SIZE_UNSPECIFIED

Value: 0

Default value if the size isn't specified.

Generated from protobuf enum COMPANY_SIZE_UNSPECIFIED = 0;

MINI

Value: 1

The company has less than 50 employees.

Generated from protobuf enum MINI = 1;

SMALL

Value: 2

The company has between 50 and 99 employees.

Generated from protobuf enum SMALL = 2;

SMEDIUM

Value: 3

The company has between 100 and 499 employees.

Generated from protobuf enum SMEDIUM = 3;

MEDIUM

Value: 4

The company has between 500 and 999 employees.

Generated from protobuf enum MEDIUM = 4;

BIG

Value: 5

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

Generated from protobuf enum BIG = 5;

BIGGER

Value: 6

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

Generated from protobuf enum BIGGER = 6;

GIANT

Value: 7

The company has 10,000 or more employees.

Generated from protobuf enum GIANT = 7;