Skip to content

Commit

Permalink
chore: Integrate new gapic-generator-java and rules_gapic (#177)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 454027580

Source-Link: googleapis/googleapis@1b22277

Source-Link: googleapis/googleapis-gen@e04cea2
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZTA0Y2VhMjBkMGQxMmViNWMzYmRiMzYwYTllNzJiNjU0ZWRjYjYzOCJ9
  • Loading branch information
gcf-owl-bot[bot] committed Jun 14, 2022
1 parent e7e00c6 commit b4716a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,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();
Expand Down

0 comments on commit b4716a7

Please sign in to comment.