Skip to content

Commit

Permalink
chore(bazel): update protobuf to v3.21.3 (#942)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

chore(bazel): update gax-java to 2.18.4

PiperOrigin-RevId: 463115700

Source-Link: googleapis/googleapis@52130a9

Source-Link: googleapis/googleapis-gen@6a4d9d9
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmE0ZDlkOWJiM2FmYjIwYjBmNWZhNGY1ZDlmNjc0MGIxZDBlYjE5YSJ9
  • Loading branch information
gcf-owl-bot[bot] committed Jul 26, 2022
1 parent 7aa22ec commit 4d6633c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1391,8 +1391,8 @@ public int getFeaturesValue(int index) {
* repeated .google.cloud.videointelligence.v1.Feature features = 2 [(.google.api.field_behavior) = REQUIRED];
* </code>
*
* @param index The index of the value to return.
* @return The enum numeric value on the wire of features at the given index.
* @param index The index to set the value at.
* @param value The enum numeric value on the wire for features to set.
* @return This builder for chaining.
*/
public Builder setFeaturesValue(int index, int value) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1396,8 +1396,8 @@ public int getFeaturesValue(int index) {
* repeated .google.cloud.videointelligence.v1beta2.Feature features = 2 [(.google.api.field_behavior) = REQUIRED];
* </code>
*
* @param index The index of the value to return.
* @return The enum numeric value on the wire of features at the given index.
* @param index The index to set the value at.
* @param value The enum numeric value on the wire for features to set.
* @return This builder for chaining.
*/
public Builder setFeaturesValue(int index, int value) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1398,8 +1398,8 @@ public int getFeaturesValue(int index) {
* repeated .google.cloud.videointelligence.v1p1beta1.Feature features = 2 [(.google.api.field_behavior) = REQUIRED];
* </code>
*
* @param index The index of the value to return.
* @return The enum numeric value on the wire of features at the given index.
* @param index The index to set the value at.
* @param value The enum numeric value on the wire for features to set.
* @return This builder for chaining.
*/
public Builder setFeaturesValue(int index, int value) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1389,8 +1389,8 @@ public int getFeaturesValue(int index) {
* repeated .google.cloud.videointelligence.v1p2beta1.Feature features = 2 [(.google.api.field_behavior) = REQUIRED];
* </code>
*
* @param index The index of the value to return.
* @return The enum numeric value on the wire of features at the given index.
* @param index The index to set the value at.
* @param value The enum numeric value on the wire for features to set.
* @return This builder for chaining.
*/
public Builder setFeaturesValue(int index, int value) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1400,8 +1400,8 @@ public int getFeaturesValue(int index) {
* repeated .google.cloud.videointelligence.v1p3beta1.Feature features = 2 [(.google.api.field_behavior) = REQUIRED];
* </code>
*
* @param index The index of the value to return.
* @return The enum numeric value on the wire of features at the given index.
* @param index The index to set the value at.
* @param value The enum numeric value on the wire for features to set.
* @return This builder for chaining.
*/
public Builder setFeaturesValue(int index, int value) {
Expand Down

0 comments on commit 4d6633c

Please sign in to comment.