File tree Expand file tree Collapse file tree
proto-google-cloud-retail-v2alpha/src/main/java/com/google/cloud/retail/v2alpha
proto-google-cloud-retail-v2beta/src/main/java/com/google/cloud/retail/v2beta Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ) {
Original file line number Diff line number Diff 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 ) {
Original file line number Diff line number Diff 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 ) {
Original file line number Diff line number Diff 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 ) {
You can’t perform that action at this time.
0 commit comments