Package | Description |
---|---|
com.google.cloud.talent.v4beta1 |
A client to Cloud Talent Solution API
|
Modifier and Type | Method and Description |
---|---|
static JobLevel |
JobLevel.forNumber(int value) |
JobLevel |
Job.getJobLevel()
The experience level associated with the job, such as "Entry Level".
|
JobLevel |
Job.Builder.getJobLevel()
The experience level associated with the job, such as "Entry Level".
|
JobLevel |
JobOrBuilder.getJobLevel()
The experience level associated with the job, such as "Entry Level".
|
static JobLevel |
JobLevel.valueOf(Descriptors.EnumValueDescriptor desc) |
static JobLevel |
JobLevel.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static JobLevel |
JobLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobLevel[] |
JobLevel.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<JobLevel> |
JobLevel.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Job.Builder |
Job.Builder.setJobLevel(JobLevel value)
The experience level associated with the job, such as "Entry Level".
|
Copyright © 2022 Google LLC. All rights reserved.