You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// If a value isn't specified, jobs within the search results are
102
109
// associated with any company.
@@ -229,8 +236,10 @@ message LocationFilter {
229
236
// If this field is set to [TelecommutePreference.TELECOMMUTE_ALLOWED][google.cloud.talent.v4.LocationFilter.TelecommutePreference.TELECOMMUTE_ALLOWED],
230
237
// telecommuting jobs are searched, and [address][google.cloud.talent.v4.LocationFilter.address] and [lat_lng][google.cloud.talent.v4.LocationFilter.lat_lng] are
231
238
// ignored. If not set or set to
232
-
// [TelecommutePreference.TELECOMMUTE_EXCLUDED][google.cloud.talent.v4.LocationFilter.TelecommutePreference.TELECOMMUTE_EXCLUDED], telecommute job are not
233
-
// searched.
239
+
// [TelecommutePreference.TELECOMMUTE_EXCLUDED][google.cloud.talent.v4.LocationFilter.TelecommutePreference.TELECOMMUTE_EXCLUDED], the telecommute status of
240
+
// the jobs is ignored. Jobs that have [PostingRegion.TELECOMMUTE][google.cloud.talent.v4.PostingRegion.TELECOMMUTE] and have
241
+
// additional [Job.addresses][google.cloud.talent.v4.Job.addresses] may still be matched based on other location
242
+
// filters using [address][google.cloud.talent.v4.LocationFilter.address] or [latlng][].
234
243
//
235
244
// This filter can be used by itself to search exclusively for telecommuting
236
245
// jobs, or it can be combined with another location
0 commit comments