Skip to content
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

fix: expose transport property for clients #645

Merged
merged 2 commits into from
Oct 9, 2020

Conversation

software-dov
Copy link
Contributor

Sometimes it's useful to get a reference to the transport for a client object.

Closes #640

Sometimes it's useful to get a reference to the transport for a client object.

Closes googleapis#640
@software-dov software-dov requested review from a team as code owners October 9, 2020 16:24
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Oct 9, 2020
Copy link
Contributor

@busunkim96 busunkim96 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@codecov
Copy link

codecov bot commented Oct 9, 2020

Codecov Report

Merging #645 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #645   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           26        26           
  Lines         1538      1538           
  Branches       310       310           
=========================================
  Hits          1538      1538           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7ff5963...38777aa. Read the comment docs.

@software-dov software-dov merged commit 13cddda into googleapis:master Oct 9, 2020
@software-dov software-dov deleted the exposed-transport branch October 9, 2020 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expose operations_client
3 participants