Skip to content

Commit a6828c8

Browse files
chore: Integrate new gapic-generator-java and rules_gapic (#876)
* chore: Integrate new gapic-generator-java and rules_gapic PiperOrigin-RevId: 454027580 Source-Link: googleapis/googleapis@1b22277 Source-Link: https://github.com/googleapis/googleapis-gen/commit/e04cea20d0d12eb5c3bdb360a9e72b654edcb638 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZTA0Y2VhMjBkMGQxMmViNWMzYmRiMzYwYTllNzJiNjU0ZWRjYjYzOCJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 498aebb commit a6828c8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/ErrorStatsServiceClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ public final ListGroupStatsPagedResponse listGroupStats(ListGroupStatsRequest re
339339
* while (true) {
340340
* ListGroupStatsResponse response =
341341
* errorStatsServiceClient.listGroupStatsCallable().call(request);
342-
* for (ErrorGroupStats element : response.getResponsesList()) {
342+
* for (ErrorGroupStats element : response.getErrorGroupStatsList()) {
343343
* // doThingsWith(element);
344344
* }
345345
* String nextPageToken = response.getNextPageToken();
@@ -509,7 +509,7 @@ public final UnaryCallable<ListEventsRequest, ListEventsPagedResponse> listEvent
509509
* .build();
510510
* while (true) {
511511
* ListEventsResponse response = errorStatsServiceClient.listEventsCallable().call(request);
512-
* for (ErrorEvent element : response.getResponsesList()) {
512+
* for (ErrorEvent element : response.getErrorEventsList()) {
513513
* // doThingsWith(element);
514514
* }
515515
* String nextPageToken = response.getNextPageToken();

0 commit comments

Comments
 (0)