Skip to content

Commit 4e47929

Browse files
chore(bazel): update protobuf to v3.21.3 (#1424)
- [ ] 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 50bc04e commit 4e47929

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

java-bigquerydatatransfer/proto-google-cloud-bigquerydatatransfer-v1/src/main/java/com/google/cloud/bigquery/datatransfer/v1/ListTransferLogsRequest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1326,8 +1326,8 @@ public int getMessageTypesValue(int index) {
13261326
* repeated .google.cloud.bigquery.datatransfer.v1.TransferMessage.MessageSeverity message_types = 6;
13271327
* </code>
13281328
*
1329-
* @param index The index of the value to return.
1330-
* @return The enum numeric value on the wire of messageTypes at the given index.
1329+
* @param index The index to set the value at.
1330+
* @param value The enum numeric value on the wire for messageTypes to set.
13311331
* @return This builder for chaining.
13321332
*/
13331333
public Builder setMessageTypesValue(int index, int value) {

java-bigquerydatatransfer/proto-google-cloud-bigquerydatatransfer-v1/src/main/java/com/google/cloud/bigquery/datatransfer/v1/ListTransferRunsRequest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1305,8 +1305,8 @@ public int getStatesValue(int index) {
13051305
*
13061306
* <code>repeated .google.cloud.bigquery.datatransfer.v1.TransferState states = 2;</code>
13071307
*
1308-
* @param index The index of the value to return.
1309-
* @return The enum numeric value on the wire of states at the given index.
1308+
* @param index The index to set the value at.
1309+
* @param value The enum numeric value on the wire for states to set.
13101310
* @return This builder for chaining.
13111311
*/
13121312
public Builder setStatesValue(int index, int value) {

0 commit comments

Comments
 (0)