Skip to content

Commit 018e3f1

Browse files
chore(bazel): update protobuf to v3.21.3 (#211)
- [ ] 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 7a7c5fb commit 018e3f1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

  • java-filestore
    • proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1
    • proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1

java-filestore/proto-google-cloud-filestore-v1/src/main/java/com/google/cloud/filestore/v1/NetworkConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1301,8 +1301,8 @@ public int getModesValue(int index) {
13011301
*
13021302
* <code>repeated .google.cloud.filestore.v1.NetworkConfig.AddressMode modes = 3;</code>
13031303
*
1304-
* @param index The index of the value to return.
1305-
* @return The enum numeric value on the wire of modes at the given index.
1304+
* @param index The index to set the value at.
1305+
* @param value The enum numeric value on the wire for modes to set.
13061306
* @return This builder for chaining.
13071307
*/
13081308
public Builder setModesValue(int index, int value) {

java-filestore/proto-google-cloud-filestore-v1beta1/src/main/java/com/google/cloud/filestore/v1beta1/NetworkConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1300,8 +1300,8 @@ public int getModesValue(int index) {
13001300
*
13011301
* <code>repeated .google.cloud.filestore.v1beta1.NetworkConfig.AddressMode modes = 3;</code>
13021302
*
1303-
* @param index The index of the value to return.
1304-
* @return The enum numeric value on the wire of modes at the given index.
1303+
* @param index The index to set the value at.
1304+
* @param value The enum numeric value on the wire for modes to set.
13051305
* @return This builder for chaining.
13061306
*/
13071307
public Builder setModesValue(int index, int value) {

0 commit comments

Comments
 (0)