Package | Description |
---|---|
com.google.cloud.talent.v4 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
static PostingRegion |
PostingRegion.forNumber(int value) |
PostingRegion |
Job.getPostingRegion()
The job [PostingRegion][google.cloud.talent.v4.PostingRegion] (for example, state, country) throughout
which the job is available.
|
PostingRegion |
Job.Builder.getPostingRegion()
The job [PostingRegion][google.cloud.talent.v4.PostingRegion] (for example, state, country) throughout
which the job is available.
|
PostingRegion |
JobOrBuilder.getPostingRegion()
The job [PostingRegion][google.cloud.talent.v4.PostingRegion] (for example, state, country) throughout
which the job is available.
|
static PostingRegion |
PostingRegion.valueOf(Descriptors.EnumValueDescriptor desc) |
static PostingRegion |
PostingRegion.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PostingRegion |
PostingRegion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PostingRegion[] |
PostingRegion.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<PostingRegion> |
PostingRegion.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Job.Builder |
Job.Builder.setPostingRegion(PostingRegion value)
The job [PostingRegion][google.cloud.talent.v4.PostingRegion] (for example, state, country) throughout
which the job is available.
|
Copyright © 2022 Google LLC. All rights reserved.