Skip to content

Commit

Permalink
chore: Integrate new gapic-generator-java and rules_gapic (#258)
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 0762bb0 commit 3fc559d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ public final ListGatewaysPagedResponse listGateways(ListGatewaysRequest request)
* while (true) {
* ListGatewaysResponse response =
* apiGatewayServiceClient.listGatewaysCallable().call(request);
* for (Gateway element : response.getResponsesList()) {
* for (Gateway element : response.getGatewaysList()) {
* // doThingsWith(element);
* }
* String nextPageToken = response.getNextPageToken();
Expand Down Expand Up @@ -947,7 +947,7 @@ public final UnaryCallable<ListApisRequest, ListApisPagedResponse> listApisPaged
* .build();
* while (true) {
* ListApisResponse response = apiGatewayServiceClient.listApisCallable().call(request);
* for (Api element : response.getResponsesList()) {
* for (Api element : response.getApisList()) {
* // doThingsWith(element);
* }
* String nextPageToken = response.getNextPageToken();
Expand Down Expand Up @@ -1572,7 +1572,7 @@ public final ListApiConfigsPagedResponse listApiConfigs(ListApiConfigsRequest re
* while (true) {
* ListApiConfigsResponse response =
* apiGatewayServiceClient.listApiConfigsCallable().call(request);
* for (ApiConfig element : response.getResponsesList()) {
* for (ApiConfig element : response.getApiConfigsList()) {
* // doThingsWith(element);
* }
* String nextPageToken = response.getNextPageToken();
Expand Down

0 comments on commit 3fc559d

Please sign in to comment.