From 2ad0f383ce2bc99c87f809ffff6749fe22c1087b Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Tue, 26 Jul 2022 19:28:11 +0000 Subject: [PATCH] chore(bazel): update protobuf to v3.21.3 (#153) - [ ] Regenerate this pull request now. chore(bazel): update gax-java to 2.18.4 PiperOrigin-RevId: 463115700 Source-Link: https://github.com/googleapis/googleapis/commit/52130a9c3c289e6bc4ab1784bdde6081abdf3dd9 Source-Link: https://github.com/googleapis/googleapis-gen/commit/6a4d9d9bb3afb20b0f5fa4f5d9f6740b1d0eb19a Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmE0ZDlkOWJiM2FmYjIwYjBmNWZhNGY1ZDlmNjc0MGIxZDBlYjE5YSJ9 --- .../google/iam/admin/v1/ListServiceAccountKeysRequest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java-iam-admin/proto-google-iam-admin-v1/src/main/java/com/google/iam/admin/v1/ListServiceAccountKeysRequest.java b/java-iam-admin/proto-google-iam-admin-v1/src/main/java/com/google/iam/admin/v1/ListServiceAccountKeysRequest.java index b8bf80c130ab..4a65bfd9270f 100644 --- a/java-iam-admin/proto-google-iam-admin-v1/src/main/java/com/google/iam/admin/v1/ListServiceAccountKeysRequest.java +++ b/java-iam-admin/proto-google-iam-admin-v1/src/main/java/com/google/iam/admin/v1/ListServiceAccountKeysRequest.java @@ -1182,8 +1182,8 @@ public int getKeyTypesValue(int index) { * repeated .google.iam.admin.v1.ListServiceAccountKeysRequest.KeyType key_types = 2; * * - * @param index The index of the value to return. - * @return The enum numeric value on the wire of keyTypes at the given index. + * @param index The index to set the value at. + * @param value The enum numeric value on the wire for keyTypes to set. * @return This builder for chaining. */ public Builder setKeyTypesValue(int index, int value) {