public interface LocationFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
Optional.
|
com.google.protobuf.ByteString |
getAddressBytes()
Optional.
|
double |
getDistanceInMiles()
Optional.
|
com.google.type.LatLng |
getLatLng()
Optional.
|
com.google.type.LatLngOrBuilder |
getLatLngOrBuilder()
Optional.
|
boolean |
getNegated()
Optional.
|
String |
getRegionCode()
Optional.
|
com.google.protobuf.ByteString |
getRegionCodeBytes()
Optional.
|
LocationFilter.TelecommutePreference |
getTelecommutePreference()
Optional.
|
int |
getTelecommutePreferenceValue()
Optional.
|
boolean |
hasLatLng()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getAddress()
Optional. The address name, such as "Mountain View" or "Bay Area".
string address = 1;com.google.protobuf.ByteString getAddressBytes()
Optional. The address name, such as "Mountain View" or "Bay Area".
string address = 1;String getRegionCode()
Optional. CLDR region code of the country/region of the address. This is used to address ambiguity of the user-input location, for example, "Liverpool" against "Liverpool, NY, US" or "Liverpool, UK". Set this field if all the jobs to search against are from a same region, or jobs are world-wide, but the job seeker is from a specific region. See http://cldr.unicode.org/ and http://www.unicode.org/cldr/charts/30/supplemental/territory_information.html for details. Example: "CH" for Switzerland.
string region_code = 2;com.google.protobuf.ByteString getRegionCodeBytes()
Optional. CLDR region code of the country/region of the address. This is used to address ambiguity of the user-input location, for example, "Liverpool" against "Liverpool, NY, US" or "Liverpool, UK". Set this field if all the jobs to search against are from a same region, or jobs are world-wide, but the job seeker is from a specific region. See http://cldr.unicode.org/ and http://www.unicode.org/cldr/charts/30/supplemental/territory_information.html for details. Example: "CH" for Switzerland.
string region_code = 2;boolean hasLatLng()
Optional. The latitude and longitude of the geographic center from which to search. This field's ignored if `address` is provided.
.google.type.LatLng lat_lng = 3;com.google.type.LatLng getLatLng()
Optional. The latitude and longitude of the geographic center from which to search. This field's ignored if `address` is provided.
.google.type.LatLng lat_lng = 3;com.google.type.LatLngOrBuilder getLatLngOrBuilder()
Optional. The latitude and longitude of the geographic center from which to search. This field's ignored if `address` is provided.
.google.type.LatLng lat_lng = 3;double getDistanceInMiles()
Optional. The distance_in_miles is applied when the location being searched for is identified as a city or smaller. When the location being searched for is a state or larger, this field is ignored.
double distance_in_miles = 4;int getTelecommutePreferenceValue()
Optional. Allows the client to return jobs without a set location, specifically, telecommuting jobs (telecomuting is considered by the service as a special location. [Job.posting_region][google.cloud.talent.v4beta1.Job.posting_region] indicates if a job permits telecommuting. If this field is set to [TelecommutePreference.TELECOMMUTE_ALLOWED][google.cloud.talent.v4beta1.LocationFilter.TelecommutePreference.TELECOMMUTE_ALLOWED], telecommuting jobs are searched, and [address][google.cloud.talent.v4beta1.LocationFilter.address] and [lat_lng][google.cloud.talent.v4beta1.LocationFilter.lat_lng] are ignored. If not set or set to [TelecommutePreference.TELECOMMUTE_EXCLUDED][google.cloud.talent.v4beta1.LocationFilter.TelecommutePreference.TELECOMMUTE_EXCLUDED], telecommute job are not searched. This filter can be used by itself to search exclusively for telecommuting jobs, or it can be combined with another location filter to search for a combination of job locations, such as "Mountain View" or "telecommuting" jobs. However, when used in combination with other location filters, telecommuting jobs can be treated as less relevant than other jobs in the search response.
.google.cloud.talent.v4beta1.LocationFilter.TelecommutePreference telecommute_preference = 5;
LocationFilter.TelecommutePreference getTelecommutePreference()
Optional. Allows the client to return jobs without a set location, specifically, telecommuting jobs (telecomuting is considered by the service as a special location. [Job.posting_region][google.cloud.talent.v4beta1.Job.posting_region] indicates if a job permits telecommuting. If this field is set to [TelecommutePreference.TELECOMMUTE_ALLOWED][google.cloud.talent.v4beta1.LocationFilter.TelecommutePreference.TELECOMMUTE_ALLOWED], telecommuting jobs are searched, and [address][google.cloud.talent.v4beta1.LocationFilter.address] and [lat_lng][google.cloud.talent.v4beta1.LocationFilter.lat_lng] are ignored. If not set or set to [TelecommutePreference.TELECOMMUTE_EXCLUDED][google.cloud.talent.v4beta1.LocationFilter.TelecommutePreference.TELECOMMUTE_EXCLUDED], telecommute job are not searched. This filter can be used by itself to search exclusively for telecommuting jobs, or it can be combined with another location filter to search for a combination of job locations, such as "Mountain View" or "telecommuting" jobs. However, when used in combination with other location filters, telecommuting jobs can be treated as less relevant than other jobs in the search response.
.google.cloud.talent.v4beta1.LocationFilter.TelecommutePreference telecommute_preference = 5;
boolean getNegated()
Optional. Whether to apply negation to the filter so profiles matching the filter are excluded. Currently only supported in profile search.
bool negated = 6;Copyright © 2019 Google LLC. All rights reserved.