-
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
Feature Request: Discourage use of API_KEY in translate #1594
Labels
api: translation
Issues related to the Cloud Translation API API.
priority: p1
Important issue which blocks shipping the next release. Will be fixed prior to next release.
Milestone
Comments
garrettjonesgoogle
added
the
api: translation
Issues related to the Cloud Translation API API.
label
Feb 18, 2017
garrettjonesgoogle
added
the
priority: p1
Important issue which blocks shipping the next release. Will be fixed prior to next release.
label
Jun 2, 2017
tcoffee-google
added a commit
to tcoffee-google/google-cloud-java
that referenced
this issue
Jun 14, 2017
This was referenced Jun 14, 2017
tcoffee-google
added a commit
to tcoffee-google/google-cloud-java
that referenced
this issue
Jun 16, 2017
tcoffee-google
added a commit
that referenced
this issue
Jun 23, 2017
Fixed by #2147. |
tcoffee-google
added a commit
to tcoffee-google/google-cloud-java
that referenced
this issue
Jun 30, 2017
Additional updates prompted by googleapis#1594 / googleapis#2147.
tcoffee-google
added a commit
that referenced
this issue
Jul 14, 2017
* Make Translate auth documentation clear and consistent Additional updates prompted by #1594 / #2147. * Fix doc link * Fix Spanner doc example * Work around Javadoc bug https://bugs.openjdk.java.net/browse/JDK-8130754
github-actions bot
pushed a commit
that referenced
this issue
Sep 30, 2022
* chore: exclude requirements.txt file from renovate-bot (#1594) Source-Link: googleapis/synthtool@f58d313 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:f14e3fefe8e361e85752bd9890c8e56f2fe25f1e89cbb9597e4e3c7a429203a3 * 🦉 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: Diego Alonso Marquez Palacios <[email protected]>
suztomo
pushed a commit
that referenced
this issue
Feb 1, 2023
Source-Link: googleapis/synthtool@f58d313 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:f14e3fefe8e361e85752bd9890c8e56f2fe25f1e89cbb9597e4e3c7a429203a3
suztomo
pushed a commit
that referenced
this issue
Feb 1, 2023
Source-Link: googleapis/synthtool@f58d313 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:f14e3fefe8e361e85752bd9890c8e56f2fe25f1e89cbb9597e4e3c7a429203a3
suztomo
pushed a commit
that referenced
this issue
Feb 1, 2023
Source-Link: googleapis/synthtool@f58d313 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:f14e3fefe8e361e85752bd9890c8e56f2fe25f1e89cbb9597e4e3c7a429203a3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
api: translation
Issues related to the Cloud Translation API API.
priority: p1
Important issue which blocks shipping the next release. Will be fixed prior to next release.
At the request of @puneith, we should remove, deprecate, or otherwise discourage using the API_KEY form of authorization favoring the GOOGLE_APPLICATION_CREDENTIALS for Cloud APIs to make the library consistent with the Python client library for Translate.
The affected method is setApiKey in the TranslateOptions builder.
The text was updated successfully, but these errors were encountered: