-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Small tweaks to Connection in storage; towards a cleaner API. #587
Conversation
dhermes
commented
Jan 31, 2015
- Making Connection.make_request non-public
- Making Connection.build_api_url a class method
I don't understand the motivation for making |
The motivation doesn't precisely fit the problem. I noticed that we had an instance method here (storage) and a class method in datastore. But the true motivation was making it to that each I'm still trying to figure out if / how |
- Making Connection.make_request non-public - Making Connection.build_api_url a class method
53f6b86
to
9dc8773
Compare
Given that it needs instance state (the |
Cool. Closing this out. |
FWIW, I can certainly see making both |
@tseaver OK I'll put that in motion and send a PR. This means How do you feel about making them private functions in the |
…onfig (#587) * feat: Can directly set Cloud Speech model on the SpeechToTextConfig PiperOrigin-RevId: 482665674 Source-Link: googleapis/googleapis@64926d5 Source-Link: googleapis/googleapis-gen@351722b Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMzUxNzIyYmUxNjNkZWY3NjY2ZjEzY2I3NmIyYTI5NWQ5ZjJhODQ1MCJ9 * 🦉 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>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>