-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: add client_options support for api endpoint override #829
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.
Apart from two suggestions, this might be a good chance to replace all deprecated self.assertEquals()
with the recommended self.assertEqual()
if it's not totally out of scope.
The Kokoro config changes look fine on the surface, but I don't really know much about them, thus cannot really comment on that.
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.
Looks good now, we just need to resolve a merge conflict.
There is no manipulation of the endpoint url passed (e.g.,
storage.googleapis.com
->https://foo.googleapis.com
but am happy to be convinced to do otherwise.Replacement for #705.
Also sneaking in some kokoro config shuffling into this PR. (The status check named "Kokoro" is the real one.)