Skip to content

Commit

Permalink
chore: Integrate new gapic-generator-java and rules_gapic (#229)
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: https://github.com/googleapis/googleapis-gen/commit/e04cea20d0d12eb5c3bdb360a9e72b654edcb638
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZTA0Y2VhMjBkMGQxMmViNWMzYmRiMzYwYTllNzJiNjU0ZWRjYjYzOCJ9
  • Loading branch information
gcf-owl-bot[bot] authored Jun 13, 2022
1 parent 8d82037 commit 8251d74
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ public final ListMigrationJobsPagedResponse listMigrationJobs(ListMigrationJobsR
* while (true) {
* ListMigrationJobsResponse response =
* dataMigrationServiceClient.listMigrationJobsCallable().call(request);
* for (MigrationJob element : response.getResponsesList()) {
* for (MigrationJob element : response.getMigrationJobsList()) {
* // doThingsWith(element);
* }
* String nextPageToken = response.getNextPageToken();
Expand Down Expand Up @@ -1556,7 +1556,7 @@ public final ListConnectionProfilesPagedResponse listConnectionProfiles(
* while (true) {
* ListConnectionProfilesResponse response =
* dataMigrationServiceClient.listConnectionProfilesCallable().call(request);
* for (ConnectionProfile element : response.getResponsesList()) {
* for (ConnectionProfile element : response.getConnectionProfilesList()) {
* // doThingsWith(element);
* }
* String nextPageToken = response.getNextPageToken();
Expand Down

0 comments on commit 8251d74

Please sign in to comment.