Uses of Class
com.google.cloud.talent.v4.Location
-
Packages that use Location Package Description com.google.cloud.talent.v4 A client to Cloud Talent Solution API -
-
Uses of Location in com.google.cloud.talent.v4
Methods in com.google.cloud.talent.v4 that return Location Modifier and Type Method Description LocationLocation.Builder. build()LocationLocation.Builder. buildPartial()static LocationLocation. getDefaultInstance()LocationLocation.Builder. getDefaultInstanceForType()LocationLocation. getDefaultInstanceForType()LocationCompany.DerivedInfo.Builder. getHeadquartersLocation()A structured headquarters location of the company, resolved from [Company.headquarters_address][google.cloud.talent.v4.Company.headquarters_address] if provided.LocationCompany.DerivedInfo. getHeadquartersLocation()A structured headquarters location of the company, resolved from [Company.headquarters_address][google.cloud.talent.v4.Company.headquarters_address] if provided.LocationCompany.DerivedInfoOrBuilder. getHeadquartersLocation()A structured headquarters location of the company, resolved from [Company.headquarters_address][google.cloud.talent.v4.Company.headquarters_address] if provided.LocationSearchJobsResponse.CommuteInfo.Builder. getJobLocation()Location used as the destination in the commute calculation.LocationSearchJobsResponse.CommuteInfo. getJobLocation()Location used as the destination in the commute calculation.LocationSearchJobsResponse.CommuteInfoOrBuilder. getJobLocation()Location used as the destination in the commute calculation.LocationSearchJobsResponse.Builder. getLocationFilters(int index)The location filters that the service applied to the specified query.LocationSearchJobsResponse. getLocationFilters(int index)The location filters that the service applied to the specified query.LocationSearchJobsResponseOrBuilder. getLocationFilters(int index)The location filters that the service applied to the specified query.LocationJob.DerivedInfo.Builder. getLocations(int index)Structured locations of the job, resolved from [Job.addresses][google.cloud.talent.v4.Job.addresses].LocationJob.DerivedInfo. getLocations(int index)Structured locations of the job, resolved from [Job.addresses][google.cloud.talent.v4.Job.addresses].LocationJob.DerivedInfoOrBuilder. getLocations(int index)Structured locations of the job, resolved from [Job.addresses][google.cloud.talent.v4.Job.addresses].static LocationLocation. parseDelimitedFrom(InputStream input)static LocationLocation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LocationLocation. parseFrom(byte[] data)static LocationLocation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LocationLocation. parseFrom(com.google.protobuf.ByteString data)static LocationLocation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LocationLocation. parseFrom(com.google.protobuf.CodedInputStream input)static LocationLocation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LocationLocation. parseFrom(InputStream input)static LocationLocation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LocationLocation. parseFrom(ByteBuffer data)static LocationLocation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.talent.v4 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.v4.Job.addresses].List<Location>Job.DerivedInfo. getLocationsList()Structured locations of the job, resolved from [Job.addresses][google.cloud.talent.v4.Job.addresses].List<Location>Job.DerivedInfoOrBuilder. getLocationsList()Structured locations of the job, resolved from [Job.addresses][google.cloud.talent.v4.Job.addresses].com.google.protobuf.Parser<Location>Location. getParserForType()static com.google.protobuf.Parser<Location>Location. parser()Methods in com.google.cloud.talent.v4 with parameters of type Location Modifier and Type Method Description SearchJobsResponse.BuilderSearchJobsResponse.Builder. addLocationFilters(int index, Location value)The location filters that the service applied to the specified query.SearchJobsResponse.BuilderSearchJobsResponse.Builder. addLocationFilters(Location value)The location filters that the service applied to the specified query.Job.DerivedInfo.BuilderJob.DerivedInfo.Builder. addLocations(int index, Location value)Structured locations of the job, resolved from [Job.addresses][google.cloud.talent.v4.Job.addresses].Job.DerivedInfo.BuilderJob.DerivedInfo.Builder. addLocations(Location value)Structured locations of the job, resolved from [Job.addresses][google.cloud.talent.v4.Job.addresses].Location.BuilderLocation.Builder. mergeFrom(Location other)Company.DerivedInfo.BuilderCompany.DerivedInfo.Builder. mergeHeadquartersLocation(Location value)A structured headquarters location of the company, resolved from [Company.headquarters_address][google.cloud.talent.v4.Company.headquarters_address] if provided.SearchJobsResponse.CommuteInfo.BuilderSearchJobsResponse.CommuteInfo.Builder. mergeJobLocation(Location value)Location used as the destination in the commute calculation.static Location.BuilderLocation. newBuilder(Location prototype)Company.DerivedInfo.BuilderCompany.DerivedInfo.Builder. setHeadquartersLocation(Location value)A structured headquarters location of the company, resolved from [Company.headquarters_address][google.cloud.talent.v4.Company.headquarters_address] if provided.SearchJobsResponse.CommuteInfo.BuilderSearchJobsResponse.CommuteInfo.Builder. setJobLocation(Location value)Location used as the destination in the commute calculation.SearchJobsResponse.BuilderSearchJobsResponse.Builder. setLocationFilters(int index, Location value)The location filters that the service applied to the specified query.Job.DerivedInfo.BuilderJob.DerivedInfo.Builder. setLocations(int index, Location value)Structured locations of the job, resolved from [Job.addresses][google.cloud.talent.v4.Job.addresses].Method parameters in com.google.cloud.talent.v4 with type arguments of type Location Modifier and Type Method Description SearchJobsResponse.BuilderSearchJobsResponse.Builder. addAllLocationFilters(Iterable<? extends Location> values)The location filters that the service applied to the specified query.Job.DerivedInfo.BuilderJob.DerivedInfo.Builder. addAllLocations(Iterable<? extends Location> values)Structured locations of the job, resolved from [Job.addresses][google.cloud.talent.v4.Job.addresses].
-