@@ -3335,8 +3335,8 @@ public int getJobCategoriesValue(int index) {
3335
3335
*
3336
3336
* <code>repeated .google.cloud.talent.v4beta1.JobCategory job_categories = 3;</code>
3337
3337
*
3338
- * @param index The index of the value to return .
3339
- * @return The enum numeric value on the wire of jobCategories at the given index .
3338
+ * @param index The index to set the value at .
3339
+ * @param value The enum numeric value on the wire for jobCategories to set .
3340
3340
* @return This builder for chaining.
3341
3341
*/
3342
3342
public Builder setJobCategoriesValue (int index , int value ) {
@@ -8563,8 +8563,8 @@ public int getJobBenefitsValue(int index) {
8563
8563
*
8564
8564
* <code>repeated .google.cloud.talent.v4beta1.JobBenefit job_benefits = 8;</code>
8565
8565
*
8566
- * @param index The index of the value to return .
8567
- * @return The enum numeric value on the wire of jobBenefits at the given index .
8566
+ * @param index The index to set the value at .
8567
+ * @param value The enum numeric value on the wire for jobBenefits to set .
8568
8568
* @return This builder for chaining.
8569
8569
*/
8570
8570
public Builder setJobBenefitsValue (int index , int value ) {
@@ -9224,8 +9224,8 @@ public int getDegreeTypesValue(int index) {
9224
9224
*
9225
9225
* <code>repeated .google.cloud.talent.v4beta1.DegreeType degree_types = 11;</code>
9226
9226
*
9227
- * @param index The index of the value to return .
9228
- * @return The enum numeric value on the wire of degreeTypes at the given index .
9227
+ * @param index The index to set the value at .
9228
+ * @param value The enum numeric value on the wire for degreeTypes to set .
9229
9229
* @return This builder for chaining.
9230
9230
*/
9231
9231
public Builder setDegreeTypesValue (int index , int value ) {
@@ -9582,8 +9582,8 @@ public int getEmploymentTypesValue(int index) {
9582
9582
*
9583
9583
* <code>repeated .google.cloud.talent.v4beta1.EmploymentType employment_types = 13;</code>
9584
9584
*
9585
- * @param index The index of the value to return .
9586
- * @return The enum numeric value on the wire of employmentTypes at the given index .
9585
+ * @param index The index to set the value at .
9586
+ * @param value The enum numeric value on the wire for employmentTypes to set .
9587
9587
* @return This builder for chaining.
9588
9588
*/
9589
9589
public Builder setEmploymentTypesValue (int index , int value ) {
0 commit comments