Uses of Class
com.google.cloud.talent.v4beta1.Location
-
Packages that use Location Package Description com.google.cloud.talent.v4beta1 A client to Cloud Talent Solution API -
-
Uses of Location in com.google.cloud.talent.v4beta1
Methods in com.google.cloud.talent.v4beta1 that return Location Modifier and Type Method Description Location
Location.Builder. build()
Location
Location.Builder. buildPartial()
static Location
Location. getDefaultInstance()
Location
Location.Builder. getDefaultInstanceForType()
Location
Location. getDefaultInstanceForType()
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
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.DerivedInfoOrBuilder. getHeadquartersLocation()
A structured headquarters location of the company, resolved from [Company.headquarters_address][google.cloud.talent.v4beta1.Company.headquarters_address] if provided.Location
SearchJobsResponse.CommuteInfo.Builder. 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.CommuteInfoOrBuilder. getJobLocation()
Location used as the destination in the commute calculation.Location
SearchJobsResponse.Builder. 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
SearchJobsResponseOrBuilder. getLocationFilters(int index)
The location filters that the service applied to the specified query.Location
Job.DerivedInfo.Builder. 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.DerivedInfoOrBuilder. 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, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Location
Location. parseFrom(byte[] data)
static Location
Location. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Location
Location. parseFrom(com.google.protobuf.ByteString data)
static Location
Location. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Location
Location. parseFrom(com.google.protobuf.CodedInputStream input)
static Location
Location. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Location
Location. parseFrom(InputStream input)
static Location
Location. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Location
Location. parseFrom(ByteBuffer data)
static Location
Location. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.talent.v4beta1 that return types with arguments of type Location Modifier and Type Method Description List<Location>
SearchJobsResponse.Builder. 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>
SearchJobsResponseOrBuilder. getLocationFiltersList()
The location filters that the service applied to the specified query.List<Location>
Job.DerivedInfo.Builder. 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.DerivedInfoOrBuilder. getLocationsList()
Structured locations of the job, resolved from [Job.addresses][google.cloud.talent.v4beta1.Job.addresses].com.google.protobuf.Parser<Location>
Location. getParserForType()
static com.google.protobuf.Parser<Location>
Location. parser()
Methods in com.google.cloud.talent.v4beta1 with parameters of type Location Modifier and Type Method 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].Method parameters in com.google.cloud.talent.v4beta1 with type arguments of type Location Modifier and Type Method 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].
-