Package | Description |
---|---|
com.google.cloud.talent.v4beta1 |
A client to Cloud Talent Solution API
|
Modifier and Type | Method and Description |
---|---|
Location |
Location.Builder.build() |
Location |
Location.Builder.buildPartial() |
static Location |
Location.getDefaultInstance() |
Location |
Location.getDefaultInstanceForType() |
Location |
Location.Builder.getDefaultInstanceForType() |
Location |
Company.DerivedInfoOrBuilder.getHeadquartersLocation()
A structured headquarters location of the company, resolved from
[Company.headquarters_address][google.cloud.talent.v4beta1.Company.headquarters_address] if provided.
|
Location |
Company.DerivedInfo.getHeadquartersLocation()
A structured headquarters location of the company, resolved from
[Company.headquarters_address][google.cloud.talent.v4beta1.Company.headquarters_address] if provided.
|
Location |
Company.DerivedInfo.Builder.getHeadquartersLocation()
A structured headquarters location of the company, resolved from
[Company.headquarters_address][google.cloud.talent.v4beta1.Company.headquarters_address] if provided.
|
Location |
SearchJobsResponse.CommuteInfoOrBuilder.getJobLocation()
Location used as the destination in the commute calculation.
|
Location |
SearchJobsResponse.CommuteInfo.getJobLocation()
Location used as the destination in the commute calculation.
|
Location |
SearchJobsResponse.CommuteInfo.Builder.getJobLocation()
Location used as the destination in the commute calculation.
|
Location |
SearchJobsResponseOrBuilder.getLocationFilters(int index)
The location filters that the service applied to the specified query.
|
Location |
SearchJobsResponse.getLocationFilters(int index)
The location filters that the service applied to the specified query.
|
Location |
SearchJobsResponse.Builder.getLocationFilters(int index)
The location filters that the service applied to the specified query.
|
Location |
Job.DerivedInfoOrBuilder.getLocations(int index)
Structured locations of the job, resolved from [Job.addresses][google.cloud.talent.v4beta1.Job.addresses].
|
Location |
Job.DerivedInfo.getLocations(int index)
Structured locations of the job, resolved from [Job.addresses][google.cloud.talent.v4beta1.Job.addresses].
|
Location |
Job.DerivedInfo.Builder.getLocations(int index)
Structured locations of the job, resolved from [Job.addresses][google.cloud.talent.v4beta1.Job.addresses].
|
static Location |
Location.parseDelimitedFrom(InputStream input) |
static Location |
Location.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Location |
Location.parseFrom(byte[] data) |
static Location |
Location.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Location |
Location.parseFrom(ByteBuffer data) |
static Location |
Location.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static Location |
Location.parseFrom(ByteString data) |
static Location |
Location.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Location |
Location.parseFrom(CodedInputStream input) |
static Location |
Location.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Location |
Location.parseFrom(InputStream input) |
static Location |
Location.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<Location> |
SearchJobsResponseOrBuilder.getLocationFiltersList()
The location filters that the service applied to the specified query.
|
List<Location> |
SearchJobsResponse.getLocationFiltersList()
The location filters that the service applied to the specified query.
|
List<Location> |
SearchJobsResponse.Builder.getLocationFiltersList()
The location filters that the service applied to the specified query.
|
List<Location> |
Job.DerivedInfoOrBuilder.getLocationsList()
Structured locations of the job, resolved from [Job.addresses][google.cloud.talent.v4beta1.Job.addresses].
|
List<Location> |
Job.DerivedInfo.getLocationsList()
Structured locations of the job, resolved from [Job.addresses][google.cloud.talent.v4beta1.Job.addresses].
|
List<Location> |
Job.DerivedInfo.Builder.getLocationsList()
Structured locations of the job, resolved from [Job.addresses][google.cloud.talent.v4beta1.Job.addresses].
|
Parser<Location> |
Location.getParserForType() |
static Parser<Location> |
Location.parser() |
Modifier and Type | Method and Description |
---|---|
SearchJobsResponse.Builder |
SearchJobsResponse.Builder.addLocationFilters(int index,
Location value)
The location filters that the service applied to the specified query.
|
SearchJobsResponse.Builder |
SearchJobsResponse.Builder.addLocationFilters(Location value)
The location filters that the service applied to the specified query.
|
Job.DerivedInfo.Builder |
Job.DerivedInfo.Builder.addLocations(int index,
Location value)
Structured locations of the job, resolved from [Job.addresses][google.cloud.talent.v4beta1.Job.addresses].
|
Job.DerivedInfo.Builder |
Job.DerivedInfo.Builder.addLocations(Location value)
Structured locations of the job, resolved from [Job.addresses][google.cloud.talent.v4beta1.Job.addresses].
|
Location.Builder |
Location.Builder.mergeFrom(Location other) |
Company.DerivedInfo.Builder |
Company.DerivedInfo.Builder.mergeHeadquartersLocation(Location value)
A structured headquarters location of the company, resolved from
[Company.headquarters_address][google.cloud.talent.v4beta1.Company.headquarters_address] if provided.
|
SearchJobsResponse.CommuteInfo.Builder |
SearchJobsResponse.CommuteInfo.Builder.mergeJobLocation(Location value)
Location used as the destination in the commute calculation.
|
static Location.Builder |
Location.newBuilder(Location prototype) |
Company.DerivedInfo.Builder |
Company.DerivedInfo.Builder.setHeadquartersLocation(Location value)
A structured headquarters location of the company, resolved from
[Company.headquarters_address][google.cloud.talent.v4beta1.Company.headquarters_address] if provided.
|
SearchJobsResponse.CommuteInfo.Builder |
SearchJobsResponse.CommuteInfo.Builder.setJobLocation(Location value)
Location used as the destination in the commute calculation.
|
SearchJobsResponse.Builder |
SearchJobsResponse.Builder.setLocationFilters(int index,
Location value)
The location filters that the service applied to the specified query.
|
Job.DerivedInfo.Builder |
Job.DerivedInfo.Builder.setLocations(int index,
Location value)
Structured locations of the job, resolved from [Job.addresses][google.cloud.talent.v4beta1.Job.addresses].
|
Modifier and Type | Method and Description |
---|---|
SearchJobsResponse.Builder |
SearchJobsResponse.Builder.addAllLocationFilters(Iterable<? extends Location> values)
The location filters that the service applied to the specified query.
|
Job.DerivedInfo.Builder |
Job.DerivedInfo.Builder.addAllLocations(Iterable<? extends Location> values)
Structured locations of the job, resolved from [Job.addresses][google.cloud.talent.v4beta1.Job.addresses].
|
Copyright © 2022 Google LLC. All rights reserved.