Skip to content

Commit

Permalink
chore(bazel): update protobuf to v3.21.3 (#764)
Browse files Browse the repository at this point in the history
* chore(bazel): update protobuf to v3.21.3

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

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jul 29, 2022
1 parent 1bb32d7 commit 71525dc
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -929,8 +929,8 @@ public int getEnableComponentsValue(int index) {
* <code>repeated .google.container.v1.LoggingComponentConfig.Component enable_components = 1;
* </code>
*
* @param index The index of the value to return.
* @return The enum numeric value on the wire of enableComponents at the given index.
* @param index The index to set the value at.
* @param value The enum numeric value on the wire for enableComponents to set.
* @return This builder for chaining.
*/
public Builder setEnableComponentsValue(int index, int value) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1004,8 +1004,8 @@ public int getEnableComponentsValue(int index) {
* repeated .google.container.v1.MonitoringComponentConfig.Component enable_components = 1;
* </code>
*
* @param index The index of the value to return.
* @return The enum numeric value on the wire of enableComponents at the given index.
* @param index The index to set the value at.
* @param value The enum numeric value on the wire for enableComponents to set.
* @return This builder for chaining.
*/
public Builder setEnableComponentsValue(int index, int value) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2227,8 +2227,8 @@ public int getEventTypeValue(int index) {
*
* <code>repeated .google.container.v1.NotificationConfig.EventType event_type = 1;</code>
*
* @param index The index of the value to return.
* @return The enum numeric value on the wire of eventType at the given index.
* @param index The index to set the value at.
* @param value The enum numeric value on the wire for eventType to set.
* @return This builder for chaining.
*/
public Builder setEventTypeValue(int index, int value) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -950,8 +950,8 @@ public int getEnableComponentsValue(int index) {
* repeated .google.container.v1beta1.LoggingComponentConfig.Component enable_components = 1;
* </code>
*
* @param index The index of the value to return.
* @return The enum numeric value on the wire of enableComponents at the given index.
* @param index The index to set the value at.
* @param value The enum numeric value on the wire for enableComponents to set.
* @return This builder for chaining.
*/
public Builder setEnableComponentsValue(int index, int value) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1035,8 +1035,8 @@ public int getEnableComponentsValue(int index) {
* repeated .google.container.v1beta1.MonitoringComponentConfig.Component enable_components = 1;
* </code>
*
* @param index The index of the value to return.
* @return The enum numeric value on the wire of enableComponents at the given index.
* @param index The index to set the value at.
* @param value The enum numeric value on the wire for enableComponents to set.
* @return This builder for chaining.
*/
public Builder setEnableComponentsValue(int index, int value) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2240,8 +2240,8 @@ public int getEventTypeValue(int index) {
* <code>repeated .google.container.v1beta1.NotificationConfig.EventType event_type = 1;
* </code>
*
* @param index The index of the value to return.
* @return The enum numeric value on the wire of eventType at the given index.
* @param index The index to set the value at.
* @param value The enum numeric value on the wire for eventType to set.
* @return This builder for chaining.
*/
public Builder setEventTypeValue(int index, int value) {
Expand Down

0 comments on commit 71525dc

Please sign in to comment.