@@ -172,13 +172,16 @@ message Job {
172172 // search experience.
173173 //
174174 // Jobs with multiple addresses must have their addresses with the same
175- // [LocationType][] to allow location filtering to work properly. (For
176- // example, a Job with addresses "1600 Amphitheatre Parkway, Mountain View,
177- // CA, USA" and "London, UK" may not have location filters applied correctly
178- // at search time since the first is a [LocationType.STREET_ADDRESS][] and the
179- // second is a [LocationType.LOCALITY][].) If a job needs to have multiple
180- // addresses, it is suggested to split it into multiple jobs with same
181- // LocationTypes.
175+ // [LocationType][google.cloud.talent.v4.Location.LocationType] to allow
176+ // location filtering to work properly. (For example, a Job with addresses
177+ // "1600 Amphitheatre Parkway, Mountain View, CA, USA" and "London, UK" may
178+ // not have location filters applied correctly at search time since the first
179+ // is a
180+ // [LocationType.STREET_ADDRESS][google.cloud.talent.v4.Location.LocationType.STREET_ADDRESS]
181+ // and the second is a
182+ // [LocationType.LOCALITY][google.cloud.talent.v4.Location.LocationType.LOCALITY].)
183+ // If a job needs to have multiple addresses, it is suggested to split it into
184+ // multiple jobs with same LocationTypes.
182185 //
183186 // The maximum number of allowed characters is 500.
184187 repeated string addresses = 6 ;
@@ -339,10 +342,11 @@ message Job {
339342 // [posting_publish_time][google.cloud.talent.v4.Job.posting_publish_time]
340343 // must be set before
341344 // [posting_expire_time][google.cloud.talent.v4.Job.posting_expire_time]. The
342- // purpose of this feature is to allow other objects, such as [Application][],
343- // to refer a job that didn't exist in the system prior to becoming expired.
344- // If you want to modify a job that was expired on creation, delete it and
345- // create a new one.
345+ // purpose of this feature is to allow other objects, such as
346+ // [ApplicationInfo][google.cloud.talent.v4.Job.ApplicationInfo], to refer a
347+ // job that didn't exist in the system prior to becoming expired. If you want
348+ // to modify a job that was expired on creation, delete it and create a new
349+ // one.
346350 //
347351 // If this value isn't provided at the time of job creation or is invalid,
348352 // the job posting expires after 30 days from the job's creation time. For
0 commit comments