-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Make Translate auth documentation clear and consistent #2208
Make Translate auth documentation clear and consistent #2208
Conversation
Additional updates prompted by googleapis#1594 / googleapis#2147.
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.
LGTM.
Changes Unknown when pulling c37d55e on tcoffee-google:clarify_adc_auth into ** on GoogleCloudPlatform:master**. |
Changes Unknown when pulling 320a61b on tcoffee-google:clarify_adc_auth into ** on GoogleCloudPlatform:master**. |
Changes Unknown when pulling 8353ebd on tcoffee-google:clarify_adc_auth into ** on GoogleCloudPlatform:master**. |
This method already has a snippet. It was manually changed to put under <code> block instead of @code in #2208 due to javadoc bug https://bugs.openjdk.java.net/browse/JDK-8130754 When I reran the add snippets tool to add the snippets for a different method, it did not detect the existing snippet on readWriteTransaction and again added the same snippet under @code block which fails. My change removes the duplicate snippet but next time we add a new spanner snippet, we will again run into this issue. Ideally we should fix the add snippet tool to handle this case.
Additional updates prompted by #1594 / #2147.