fix!: remove pageSize/pageToken from call settings#821
fix!: remove pageSize/pageToken from call settings#821stephenplusplus wants to merge 3 commits intogoogleapis:drop_node_10from
Conversation
|
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. ℹ️ Googlers: Go here for more info. |
d397dc6 to
b8b56a1
Compare
|
CLAs look good, thanks! ℹ️ Googlers: Go here for more info. |
Codecov Report
@@ Coverage Diff @@
## main #821 +/- ##
=======================================
Coverage ? 59.66%
=======================================
Files ? 46
Lines ? 7401
Branches ? 94
=======================================
Hits ? 4416
Misses ? 2985
Partials ? 0 Continue to review full report at Codecov.
|
|
@stephenplusplus Are you OK if this PR will wait here in the lobby for a few months before we are ready to make the next semver major? |
|
@alexander-fenster yep, no problem. Thanks! |
Marking as do not merge as this contains a breaking change.
(Otherwise, it's ready to go)
There are two API-level options that exist on the
CallOptionsobject. This means users call (through a client library):This PR removes those options from the
CallOptionsobject, which (hopefully) isn't deadly in terms of actual functionality.