Skip to content

Commit

Permalink
chore: Integrate new gapic-generator-java and rules_gapic (#22)
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 14, 2022
1 parent 687e6b1 commit 05f5b66
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ public final ListDataExchangesPagedResponse listDataExchanges(ListDataExchangesR
* while (true) {
* ListDataExchangesResponse response =
* analyticsHubServiceClient.listDataExchangesCallable().call(request);
* for (DataExchange element : response.getResponsesList()) {
* for (DataExchange element : response.getDataExchangesList()) {
* // doThingsWith(element);
* }
* String nextPageToken = response.getNextPageToken();
Expand Down Expand Up @@ -426,7 +426,7 @@ public final ListOrgDataExchangesPagedResponse listOrgDataExchanges(
* while (true) {
* ListOrgDataExchangesResponse response =
* analyticsHubServiceClient.listOrgDataExchangesCallable().call(request);
* for (DataExchange element : response.getResponsesList()) {
* for (DataExchange element : response.getDataExchangesList()) {
* // doThingsWith(element);
* }
* String nextPageToken = response.getNextPageToken();
Expand Down Expand Up @@ -979,7 +979,7 @@ public final ListListingsPagedResponse listListings(ListListingsRequest request)
* while (true) {
* ListListingsResponse response =
* analyticsHubServiceClient.listListingsCallable().call(request);
* for (Listing element : response.getResponsesList()) {
* for (Listing element : response.getListingsList()) {
* // doThingsWith(element);
* }
* String nextPageToken = response.getNextPageToken();
Expand Down

0 comments on commit 05f5b66

Please sign in to comment.