Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
chore: Integrate new gapic-generator-java and rules_gapic (#257)
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 13, 2022
1 parent 15b2f4b commit bc583de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ public final UnaryCallable<ListHubsRequest, ListHubsPagedResponse> listHubsPaged
* .build();
* while (true) {
* ListHubsResponse response = hubServiceClient.listHubsCallable().call(request);
* for (Hub element : response.getResponsesList()) {
* for (Hub element : response.getHubsList()) {
* // doThingsWith(element);
* }
* String nextPageToken = response.getNextPageToken();
Expand Down Expand Up @@ -920,7 +920,7 @@ public final UnaryCallable<ListSpokesRequest, ListSpokesPagedResponse> listSpoke
* .build();
* while (true) {
* ListSpokesResponse response = hubServiceClient.listSpokesCallable().call(request);
* for (Spoke element : response.getResponsesList()) {
* for (Spoke element : response.getSpokesList()) {
* // doThingsWith(element);
* }
* String nextPageToken = response.getNextPageToken();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ public final UnaryCallable<ListHubsRequest, ListHubsPagedResponse> listHubsPaged
* .build();
* while (true) {
* ListHubsResponse response = hubServiceClient.listHubsCallable().call(request);
* for (Hub element : response.getResponsesList()) {
* for (Hub element : response.getHubsList()) {
* // doThingsWith(element);
* }
* String nextPageToken = response.getNextPageToken();
Expand Down Expand Up @@ -922,7 +922,7 @@ public final UnaryCallable<ListSpokesRequest, ListSpokesPagedResponse> listSpoke
* .build();
* while (true) {
* ListSpokesResponse response = hubServiceClient.listSpokesCallable().call(request);
* for (Spoke element : response.getResponsesList()) {
* for (Spoke element : response.getSpokesList()) {
* // doThingsWith(element);
* }
* String nextPageToken = response.getNextPageToken();
Expand Down

0 comments on commit bc583de

Please sign in to comment.