From 54edfeded035e6c7eb220e2514f5ad5c4199c87a Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Tue, 14 Jun 2022 21:22:20 +0000 Subject: [PATCH] chore: Integrate new gapic-generator-java and rules_gapic (#701) - [ ] Regenerate this pull request now. PiperOrigin-RevId: 454027580 Source-Link: https://github.com/googleapis/googleapis/commit/1b222777baa702e7135610355706570ed2b56318 Source-Link: https://github.com/googleapis/googleapis-gen/commit/e04cea20d0d12eb5c3bdb360a9e72b654edcb638 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZTA0Y2VhMjBkMGQxMmViNWMzYmRiMzYwYTllNzJiNjU0ZWRjYjYzOCJ9 --- .../cloud/bigqueryconnection/v1/ConnectionServiceClient.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google-cloud-bigqueryconnection/src/main/java/com/google/cloud/bigqueryconnection/v1/ConnectionServiceClient.java b/google-cloud-bigqueryconnection/src/main/java/com/google/cloud/bigqueryconnection/v1/ConnectionServiceClient.java index 62dca595..11ed8aca 100644 --- a/google-cloud-bigqueryconnection/src/main/java/com/google/cloud/bigqueryconnection/v1/ConnectionServiceClient.java +++ b/google-cloud-bigqueryconnection/src/main/java/com/google/cloud/bigqueryconnection/v1/ConnectionServiceClient.java @@ -528,7 +528,7 @@ public final ListConnectionsPagedResponse listConnections(ListConnectionsRequest * while (true) { * ListConnectionsResponse response = * connectionServiceClient.listConnectionsCallable().call(request); - * for (Connection element : response.getResponsesList()) { + * for (Connection element : response.getConnectionsList()) { * // doThingsWith(element); * } * String nextPageToken = response.getNextPageToken();