-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add stream methods for
Page
(#1425)
* feat: add stream methods * add clirr ignore rule * add comments for stream methods * fix format * add tests for stream methods * modify tests * add showcase tests * Revert "add showcase tests" This reverts commit 6fcfa9b. * add a integration test for stream methods * add copyright * change client builder * set page token * remove page token in stream all * remove page token in stream values * modify paged request * modify tests * create users only once * delete showcase it * add comments * change unit test name
- Loading branch information
1 parent
184b662
commit cf0e01a
Showing
3 changed files
with
77 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html --> | ||
<differences> | ||
<difference> | ||
<!-- add default stream methods to `Page` interface --> | ||
<differenceType>7012</differenceType> | ||
<className>com/google/api/gax/paging/Page</className> | ||
<method>* stream*(*)</method> | ||
</difference> | ||
</differences> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters