-
Notifications
You must be signed in to change notification settings - Fork 595
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
docs: change Google Cloud to Cloud #1995
docs: change Google Cloud to Cloud #1995
Conversation
README.md
Outdated
* [Google Cloud Datastore](#google-cloud-datastore-beta) (Beta) | ||
* [Google Cloud Storage](#google-cloud-storage-beta) (Beta) | ||
* [Cloud Datastore](#google-cloud-datastore-beta) (Beta) | ||
* [Cloud Storage](#google-cloud-storage-beta) (Beta) | ||
* [Google Stackdriver Logging](#google-stackdriver-logging-beta) (Beta) | ||
|
||
This client supports the following Google Cloud Platform services at an [Alpha](#versioning) quality level: | ||
|
||
* [Cloud Spanner](#cloud-spanner-alpha) (Alpha) |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
packages/dns/README.md
Outdated
@@ -68,7 +68,7 @@ If you are not running this client on Google Cloud Platform, you need a Google D | |||
1. Visit the [Google Developers Console][dev-console]. | |||
2. Create a new project or click on an existing project. | |||
3. Navigate to **APIs & auth** > **APIs section** and turn on the following APIs (you may need to enable billing in order to use these services): | |||
* Google Cloud DNS API | |||
* Cloud DNS API |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
packages/language/README.md
Outdated
@@ -91,7 +91,7 @@ If you are not running this client on Google Cloud Platform, you need a Google D | |||
1. Visit the [Google Developers Console][dev-console]. | |||
2. Create a new project or click on an existing project. | |||
3. Navigate to **APIs & auth** > **APIs section** and turn on the following APIs (you may need to enable billing in order to use these services): | |||
* Google Cloud Natural Language API | |||
* Cloud Natural Language API |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
packages/pubsub/README.md
Outdated
@@ -67,7 +67,7 @@ If you are not running this client on Google Cloud Platform, you need a Google D | |||
1. Visit the [Google Developers Console][dev-console]. | |||
2. Create a new project or click on an existing project. | |||
3. Navigate to **APIs & auth** > **APIs section** and turn on the following APIs (you may need to enable billing in order to use these services): | |||
* Google Cloud Pub/Sub API | |||
* Cloud Pub/Sub API |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
packages/resource/README.md
Outdated
@@ -62,7 +62,7 @@ If you are not running this client on Google Cloud Platform, you need a Google D | |||
1. Visit the [Google Developers Console][dev-console]. | |||
2. Create a new project or click on an existing project. | |||
3. Navigate to **APIs & auth** > **APIs section** and turn on the following APIs (you may need to enable billing in order to use these services): | |||
* Google Cloud Resource Manager API | |||
* Cloud Resource Manager API |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
packages/storage/README.md
Outdated
@@ -81,8 +81,8 @@ If you are not running this client on Google Cloud Platform, you need a Google D | |||
1. Visit the [Google Developers Console][dev-console]. | |||
2. Create a new project or click on an existing project. | |||
3. Navigate to **APIs & auth** > **APIs section** and turn on the following APIs (you may need to enable billing in order to use these services): | |||
* Google Cloud Storage | |||
* Google Cloud Storage JSON API | |||
* Cloud Storage |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
packages/storage/README.md
Outdated
* Google Cloud Storage | ||
* Google Cloud Storage JSON API | ||
* Cloud Storage | ||
* Cloud Storage JSON API |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
packages/translate/README.md
Outdated
@@ -78,7 +78,7 @@ If you are not running this client on Google Cloud Platform, you need a Google D | |||
1. Visit the [Google Developers Console][dev-console]. | |||
2. Create a new project or click on an existing project. | |||
3. Navigate to **APIs & auth** > **APIs section** and turn on the following APIs (you may need to enable billing in order to use these services): | |||
* Google Cloud Translation API | |||
* Cloud Translation API |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
packages/vision/README.md
Outdated
@@ -138,7 +138,7 @@ If you are not running this client on Google Cloud Platform, you need a Google D | |||
1. Visit the [Google Developers Console][dev-console]. | |||
2. Create a new project or click on an existing project. | |||
3. Navigate to **APIs & auth** > **APIs section** and turn on the following APIs (you may need to enable billing in order to use these services): | |||
* Google Cloud Vision API | |||
* Cloud Vision API |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
scripts/docs/config.js
Outdated
}, | ||
bigtable: { | ||
title: 'Google Cloud Bigtable' | ||
title: 'Cloud Bigtable' | ||
}, | ||
compute: { | ||
title: 'Google Compute Engine', |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
@stephenplusplus before I revert any of the changes I think I would like confirmation from @jgeewax, his issue seems to want to remove it everywhere, not just from some of the APIs. |
The comments with "Revert" are for what the Google Developer's Console UI shows. It would be incorrect if we said to find it under a name that doesn't exist. |
@stephenplusplus PTAL |
Closes #1992
This will change all references of
Google Cloud
to simplyCloud
, with the exception ofGoogle Cloud Platform
since that references the platform itself and not the individual services.