Skip to content

Commit

Permalink
chore: Integrate new gapic-generator-java and rules_gapic (#894)
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] authored Jun 13, 2022
1 parent d5f7557 commit beb0c0a
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 @@ -544,7 +544,7 @@ public final ListPhraseSetPagedResponse listPhraseSet(ListPhraseSetRequest reque
* .build();
* while (true) {
* ListPhraseSetResponse response = adaptationClient.listPhraseSetCallable().call(request);
* for (PhraseSet element : response.getResponsesList()) {
* for (PhraseSet element : response.getPhraseSetsList()) {
* // doThingsWith(element);
* }
* String nextPageToken = response.getNextPageToken();
Expand Down Expand Up @@ -1126,7 +1126,7 @@ public final ListCustomClassesPagedResponse listCustomClasses(ListCustomClassesR
* while (true) {
* ListCustomClassesResponse response =
* adaptationClient.listCustomClassesCallable().call(request);
* for (CustomClass element : response.getResponsesList()) {
* for (CustomClass element : response.getCustomClassesList()) {
* // doThingsWith(element);
* }
* String nextPageToken = response.getNextPageToken();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ public final ListPhraseSetPagedResponse listPhraseSet(ListPhraseSetRequest reque
* .build();
* while (true) {
* ListPhraseSetResponse response = adaptationClient.listPhraseSetCallable().call(request);
* for (PhraseSet element : response.getResponsesList()) {
* for (PhraseSet element : response.getPhraseSetsList()) {
* // doThingsWith(element);
* }
* String nextPageToken = response.getNextPageToken();
Expand Down Expand Up @@ -1128,7 +1128,7 @@ public final ListCustomClassesPagedResponse listCustomClasses(ListCustomClassesR
* while (true) {
* ListCustomClassesResponse response =
* adaptationClient.listCustomClassesCallable().call(request);
* for (CustomClass element : response.getResponsesList()) {
* for (CustomClass element : response.getCustomClassesList()) {
* // doThingsWith(element);
* }
* String nextPageToken = response.getNextPageToken();
Expand Down

0 comments on commit beb0c0a

Please sign in to comment.