Skip to content

Commit

Permalink
chore: Integrate new gapic-generator-java and rules_gapic (#353)
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 e37cfec commit e9c1dd2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ public final ListConstraintsPagedResponse listConstraints(ListConstraintsRequest
* .build();
* while (true) {
* ListConstraintsResponse response = orgPolicyClient.listConstraintsCallable().call(request);
* for (Constraint element : response.getResponsesList()) {
* for (Constraint element : response.getConstraintsList()) {
* // doThingsWith(element);
* }
* String nextPageToken = response.getNextPageToken();
Expand Down Expand Up @@ -616,7 +616,7 @@ public final ListPoliciesPagedResponse listPolicies(ListPoliciesRequest request)
* .build();
* while (true) {
* ListPoliciesResponse response = orgPolicyClient.listPoliciesCallable().call(request);
* for (Policy element : response.getResponsesList()) {
* for (Policy element : response.getPoliciesList()) {
* // doThingsWith(element);
* }
* String nextPageToken = response.getNextPageToken();
Expand Down

0 comments on commit e9c1dd2

Please sign in to comment.