Skip to content

Commit

Permalink
remove whitelist replace with allowlist (#4050)
Browse files Browse the repository at this point in the history
  • Loading branch information
leahecole committed Jun 10, 2020
1 parent bc2518d commit e8b9347
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appengine/flexible/memcache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ to do so is to use a Bitnami click-to-deploy:

https://bitnami.com/stack/memcached/cloud/google

Built-in Memcache for Flexible environments is currently in a whitelist-only alpha. To have your project whitelisted,
Built-in Memcache for Flexible environments is currently in a allowlist-only alpha. To have your project allowlisted,
see the signup form here:

https://cloud.google.com/appengine/docs/flexible/python/upgrading#memcache_service
Expand Down
2 changes: 1 addition & 1 deletion translate/cloud-client/snippets.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def translate_text_with_model(target, text, model='nmt'):
# [START translate_text_with_model]
"""Translates text into the target language.
Make sure your project is whitelisted.
Make sure your project is allowlisted.
Target must be an ISO 639-1 language code.
See https://g.co/cloud/translate/v2/translate-reference#supported_languages
Expand Down

0 comments on commit e8b9347

Please sign in to comment.