Package | Description |
---|---|
com.google.cloud.talent.v4 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
static JobBenefit |
JobBenefit.forNumber(int value) |
JobBenefit |
Job.getJobBenefits(int index)
The benefits included with the job.
|
JobBenefit |
Job.Builder.getJobBenefits(int index)
The benefits included with the job.
|
JobBenefit |
JobOrBuilder.getJobBenefits(int index)
The benefits included with the job.
|
static JobBenefit |
JobBenefit.valueOf(Descriptors.EnumValueDescriptor desc) |
static JobBenefit |
JobBenefit.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static JobBenefit |
JobBenefit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobBenefit[] |
JobBenefit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<JobBenefit> |
Job.getJobBenefitsList()
The benefits included with the job.
|
List<JobBenefit> |
Job.Builder.getJobBenefitsList()
The benefits included with the job.
|
List<JobBenefit> |
JobOrBuilder.getJobBenefitsList()
The benefits included with the job.
|
static Internal.EnumLiteMap<JobBenefit> |
JobBenefit.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Job.Builder |
Job.Builder.addJobBenefits(JobBenefit value)
The benefits included with the job.
|
Job.Builder |
Job.Builder.setJobBenefits(int index,
JobBenefit value)
The benefits included with the job.
|
Modifier and Type | Method and Description |
---|---|
Job.Builder |
Job.Builder.addAllJobBenefits(Iterable<? extends JobBenefit> values)
The benefits included with the job.
|
Copyright © 2022 Google LLC. All rights reserved.