Skip to content

Commit 68ed2bd

Browse files
chore(bazel): update protobuf to v3.21.3 (#496)
- [ ] 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 54f2aa3 commit 68ed2bd

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

java-retail/proto-google-cloud-retail-v2alpha/src/main/java/com/google/cloud/retail/v2alpha/Control.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2496,8 +2496,8 @@ public int getSolutionTypesValue(int index) {
24962496
* repeated .google.cloud.retail.v2alpha.SolutionType solution_types = 6 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
24972497
* </code>
24982498
*
2499-
* @param index The index of the value to return.
2500-
* @return The enum numeric value on the wire of solutionTypes at the given index.
2499+
* @param index The index to set the value at.
2500+
* @param value The enum numeric value on the wire for solutionTypes to set.
25012501
* @return This builder for chaining.
25022502
*/
25032503
public Builder setSolutionTypesValue(int index, int value) {
@@ -2797,8 +2797,8 @@ public int getSearchSolutionUseCaseValue(int index) {
27972797
* repeated .google.cloud.retail.v2alpha.SearchSolutionUseCase search_solution_use_case = 7 [(.google.api.field_behavior) = REQUIRED];
27982798
* </code>
27992799
*
2800-
* @param index The index of the value to return.
2801-
* @return The enum numeric value on the wire of searchSolutionUseCase at the given index.
2800+
* @param index The index to set the value at.
2801+
* @param value The enum numeric value on the wire for searchSolutionUseCase to set.
28022802
* @return This builder for chaining.
28032803
*/
28042804
public Builder setSearchSolutionUseCaseValue(int index, int value) {

java-retail/proto-google-cloud-retail-v2alpha/src/main/java/com/google/cloud/retail/v2alpha/ServingConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6036,8 +6036,8 @@ public int getSolutionTypesValue(int index) {
60366036
* repeated .google.cloud.retail.v2alpha.SolutionType solution_types = 19 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
60376037
* </code>
60386038
*
6039-
* @param index The index of the value to return.
6040-
* @return The enum numeric value on the wire of solutionTypes at the given index.
6039+
* @param index The index to set the value at.
6040+
* @param value The enum numeric value on the wire for solutionTypes to set.
60416041
* @return This builder for chaining.
60426042
*/
60436043
public Builder setSolutionTypesValue(int index, int value) {

java-retail/proto-google-cloud-retail-v2beta/src/main/java/com/google/cloud/retail/v2beta/Control.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2292,8 +2292,8 @@ public int getSolutionTypesValue(int index) {
22922292
* repeated .google.cloud.retail.v2beta.SolutionType solution_types = 6 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
22932293
* </code>
22942294
*
2295-
* @param index The index of the value to return.
2296-
* @return The enum numeric value on the wire of solutionTypes at the given index.
2295+
* @param index The index to set the value at.
2296+
* @param value The enum numeric value on the wire for solutionTypes to set.
22972297
* @return This builder for chaining.
22982298
*/
22992299
public Builder setSolutionTypesValue(int index, int value) {

java-retail/proto-google-cloud-retail-v2beta/src/main/java/com/google/cloud/retail/v2beta/ServingConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6033,8 +6033,8 @@ public int getSolutionTypesValue(int index) {
60336033
* repeated .google.cloud.retail.v2beta.SolutionType solution_types = 19 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
60346034
* </code>
60356035
*
6036-
* @param index The index of the value to return.
6037-
* @return The enum numeric value on the wire of solutionTypes at the given index.
6036+
* @param index The index to set the value at.
6037+
* @param value The enum numeric value on the wire for solutionTypes to set.
60386038
* @return This builder for chaining.
60396039
*/
60406040
public Builder setSolutionTypesValue(int index, int value) {

0 commit comments

Comments
 (0)