-
Notifications
You must be signed in to change notification settings - Fork 439
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add request handler and a GapicRequestWrapper #6807
feat: Add request handler and a GapicRequestWrapper #6807
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know we're waiting on the PubSub PR to reference how these classes will be used (which is pretty important to this review), but in the meantime we also need some tests to cover the new functionality as well.
* @internal | ||
* Supplies helper methods to interact with the APIs. | ||
*/ | ||
trait ApiHelpersTrait |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We still need tests for this class!
ef252d7
into
googleapis:add-request-handler
This PR adds the
RequestHandler
and the mergedGapicRequestWrapper
to the Core/ directory.Note: Changed the target of this PR to another branch in googleapis.
Will open another PR using the newly created branch as the base branch, as discussed offline.