Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit 36f65a7

Browse files
chore(bazel): update protobuf to v3.21.3 (#815)
- [ ] Regenerate this pull request now. chore(bazel): update gax-java to 2.18.4 PiperOrigin-RevId: 463115700 Source-Link: googleapis/googleapis@52130a9 Source-Link: https://github.com/googleapis/googleapis-gen/commit/6a4d9d9bb3afb20b0f5fa4f5d9f6740b1d0eb19a Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmE0ZDlkOWJiM2FmYjIwYjBmNWZhNGY1ZDlmNjc0MGIxZDBlYjE5YSJ9
1 parent 96d20f9 commit 36f65a7

File tree

6 files changed

+28
-28
lines changed

6 files changed

+28
-28
lines changed

proto-google-cloud-talent-v4/src/main/java/com/google/cloud/talent/v4/CompensationFilter.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1345,8 +1345,8 @@ public int getUnitsValue(int index) {
13451345
* repeated .google.cloud.talent.v4.CompensationInfo.CompensationUnit units = 2 [(.google.api.field_behavior) = REQUIRED];
13461346
* </code>
13471347
*
1348-
* @param index The index of the value to return.
1349-
* @return The enum numeric value on the wire of units at the given index.
1348+
* @param index The index to set the value at.
1349+
* @param value The enum numeric value on the wire for units to set.
13501350
* @return This builder for chaining.
13511351
*/
13521352
public Builder setUnitsValue(int index, int value) {

proto-google-cloud-talent-v4/src/main/java/com/google/cloud/talent/v4/Job.java

+8-8
Original file line numberDiff line numberDiff line change
@@ -3324,8 +3324,8 @@ public int getJobCategoriesValue(int index) {
33243324
*
33253325
* <code>repeated .google.cloud.talent.v4.JobCategory job_categories = 3;</code>
33263326
*
3327-
* @param index The index of the value to return.
3328-
* @return The enum numeric value on the wire of jobCategories at the given index.
3327+
* @param index The index to set the value at.
3328+
* @param value The enum numeric value on the wire for jobCategories to set.
33293329
* @return This builder for chaining.
33303330
*/
33313331
public Builder setJobCategoriesValue(int index, int value) {
@@ -8605,8 +8605,8 @@ public int getJobBenefitsValue(int index) {
86058605
*
86068606
* <code>repeated .google.cloud.talent.v4.JobBenefit job_benefits = 8;</code>
86078607
*
8608-
* @param index The index of the value to return.
8609-
* @return The enum numeric value on the wire of jobBenefits at the given index.
8608+
* @param index The index to set the value at.
8609+
* @param value The enum numeric value on the wire for jobBenefits to set.
86108610
* @return This builder for chaining.
86118611
*/
86128612
public Builder setJobBenefitsValue(int index, int value) {
@@ -9265,8 +9265,8 @@ public int getDegreeTypesValue(int index) {
92659265
*
92669266
* <code>repeated .google.cloud.talent.v4.DegreeType degree_types = 11;</code>
92679267
*
9268-
* @param index The index of the value to return.
9269-
* @return The enum numeric value on the wire of degreeTypes at the given index.
9268+
* @param index The index to set the value at.
9269+
* @param value The enum numeric value on the wire for degreeTypes to set.
92709270
* @return This builder for chaining.
92719271
*/
92729272
public Builder setDegreeTypesValue(int index, int value) {
@@ -9622,8 +9622,8 @@ public int getEmploymentTypesValue(int index) {
96229622
*
96239623
* <code>repeated .google.cloud.talent.v4.EmploymentType employment_types = 13;</code>
96249624
*
9625-
* @param index The index of the value to return.
9626-
* @return The enum numeric value on the wire of employmentTypes at the given index.
9625+
* @param index The index to set the value at.
9626+
* @param value The enum numeric value on the wire for employmentTypes to set.
96279627
* @return This builder for chaining.
96289628
*/
96299629
public Builder setEmploymentTypesValue(int index, int value) {

proto-google-cloud-talent-v4/src/main/java/com/google/cloud/talent/v4/JobQuery.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -3350,8 +3350,8 @@ public int getJobCategoriesValue(int index) {
33503350
*
33513351
* <code>repeated .google.cloud.talent.v4.JobCategory job_categories = 4;</code>
33523352
*
3353-
* @param index The index of the value to return.
3354-
* @return The enum numeric value on the wire of jobCategories at the given index.
3353+
* @param index The index to set the value at.
3354+
* @param value The enum numeric value on the wire for jobCategories to set.
33553355
* @return This builder for chaining.
33563356
*/
33573357
public Builder setJobCategoriesValue(int index, int value) {
@@ -4650,8 +4650,8 @@ public int getEmploymentTypesValue(int index) {
46504650
*
46514651
* <code>repeated .google.cloud.talent.v4.EmploymentType employment_types = 10;</code>
46524652
*
4653-
* @param index The index of the value to return.
4654-
* @return The enum numeric value on the wire of employmentTypes at the given index.
4653+
* @param index The index to set the value at.
4654+
* @param value The enum numeric value on the wire for employmentTypes to set.
46554655
* @return This builder for chaining.
46564656
*/
46574657
public Builder setEmploymentTypesValue(int index, int value) {

proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/CompensationFilter.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1352,8 +1352,8 @@ public int getUnitsValue(int index) {
13521352
* repeated .google.cloud.talent.v4beta1.CompensationInfo.CompensationUnit units = 2 [(.google.api.field_behavior) = REQUIRED];
13531353
* </code>
13541354
*
1355-
* @param index The index of the value to return.
1356-
* @return The enum numeric value on the wire of units at the given index.
1355+
* @param index The index to set the value at.
1356+
* @param value The enum numeric value on the wire for units to set.
13571357
* @return This builder for chaining.
13581358
*/
13591359
public Builder setUnitsValue(int index, int value) {

proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/Job.java

+8-8
Original file line numberDiff line numberDiff line change
@@ -3335,8 +3335,8 @@ public int getJobCategoriesValue(int index) {
33353335
*
33363336
* <code>repeated .google.cloud.talent.v4beta1.JobCategory job_categories = 3;</code>
33373337
*
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.
33403340
* @return This builder for chaining.
33413341
*/
33423342
public Builder setJobCategoriesValue(int index, int value) {
@@ -8563,8 +8563,8 @@ public int getJobBenefitsValue(int index) {
85638563
*
85648564
* <code>repeated .google.cloud.talent.v4beta1.JobBenefit job_benefits = 8;</code>
85658565
*
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.
85688568
* @return This builder for chaining.
85698569
*/
85708570
public Builder setJobBenefitsValue(int index, int value) {
@@ -9224,8 +9224,8 @@ public int getDegreeTypesValue(int index) {
92249224
*
92259225
* <code>repeated .google.cloud.talent.v4beta1.DegreeType degree_types = 11;</code>
92269226
*
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.
92299229
* @return This builder for chaining.
92309230
*/
92319231
public Builder setDegreeTypesValue(int index, int value) {
@@ -9582,8 +9582,8 @@ public int getEmploymentTypesValue(int index) {
95829582
*
95839583
* <code>repeated .google.cloud.talent.v4beta1.EmploymentType employment_types = 13;</code>
95849584
*
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.
95879587
* @return This builder for chaining.
95889588
*/
95899589
public Builder setEmploymentTypesValue(int index, int value) {

proto-google-cloud-talent-v4beta1/src/main/java/com/google/cloud/talent/v4beta1/JobQuery.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -3388,8 +3388,8 @@ public int getJobCategoriesValue(int index) {
33883388
*
33893389
* <code>repeated .google.cloud.talent.v4beta1.JobCategory job_categories = 4;</code>
33903390
*
3391-
* @param index The index of the value to return.
3392-
* @return The enum numeric value on the wire of jobCategories at the given index.
3391+
* @param index The index to set the value at.
3392+
* @param value The enum numeric value on the wire for jobCategories to set.
33933393
* @return This builder for chaining.
33943394
*/
33953395
public Builder setJobCategoriesValue(int index, int value) {
@@ -4692,8 +4692,8 @@ public int getEmploymentTypesValue(int index) {
46924692
*
46934693
* <code>repeated .google.cloud.talent.v4beta1.EmploymentType employment_types = 10;</code>
46944694
*
4695-
* @param index The index of the value to return.
4696-
* @return The enum numeric value on the wire of employmentTypes at the given index.
4695+
* @param index The index to set the value at.
4696+
* @param value The enum numeric value on the wire for employmentTypes to set.
46974697
* @return This builder for chaining.
46984698
*/
46994699
public Builder setEmploymentTypesValue(int index, int value) {

0 commit comments

Comments
 (0)