Package | Description |
---|---|
com.google.cloud.talent.v4beta1 |
A client to Cloud Talent Solution API
|
Modifier and Type | Method and Description |
---|---|
static CompanySize |
CompanySize.forNumber(int value) |
CompanySize |
Company.getSize()
The employer's company size.
|
CompanySize |
Company.Builder.getSize()
The employer's company size.
|
CompanySize |
CompanyOrBuilder.getSize()
The employer's company size.
|
static CompanySize |
CompanySize.valueOf(Descriptors.EnumValueDescriptor desc) |
static CompanySize |
CompanySize.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CompanySize |
CompanySize.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompanySize[] |
CompanySize.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Internal.EnumLiteMap<CompanySize> |
CompanySize.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Company.Builder |
Company.Builder.setSize(CompanySize value)
The employer's company size.
|
Copyright © 2022 Google LLC. All rights reserved.