diff --git a/README.md b/README.md
index cdce82c1d507..baba8800ba9e 100644
--- a/README.md
+++ b/README.md
@@ -14,39 +14,41 @@ Java idiomatic client for [Google Cloud Platform][cloud-platform] services.
This library supports the following Google Cloud Platform services with clients at a [GA](#versioning) quality level:
- [BigQuery](google-cloud-clients/google-cloud-bigquery) (GA)
-- [Stackdriver Logging](google-cloud-clients/google-cloud-logging) (GA)
-- [Stackdriver Monitoring](google-cloud-clients/google-cloud-monitoring) (GA)
- [Cloud Datastore](google-cloud-clients/google-cloud-datastore) (GA)
- [Cloud Natural Language](google-cloud-clients/google-cloud-language) (GA)
- [Cloud Pub/Sub](google-cloud-clients/google-cloud-pubsub) (GA)
- [Cloud Storage](google-cloud-clients/google-cloud-storage) (GA)
- [Cloud Translation](google-cloud-clients/google-cloud-translate) (GA)
- [Cloud Vision](google-cloud-clients/google-cloud-vision) (GA)
+- [Stackdriver Logging](google-cloud-clients/google-cloud-logging) (GA)
+- [Stackdriver Monitoring](google-cloud-clients/google-cloud-monitoring) (GA)
This library supports the following Google Cloud Platform services with clients at a [Beta](#versioning) quality level:
- [BigQuery Data Transfer](google-cloud-clients/google-cloud-bigquerydatatransfer) (Beta)
- [Cloud Data Loss Prevention](google-cloud-clients/google-cloud-dlp) (Beta)
-- [Stackdriver Error Reporting](google-cloud-clients/google-cloud-errorreporting) (Beta)
- [Cloud Firestore](google-cloud-clients/google-cloud-firestore) (Beta)
+- [Cloud IoT Core](google-cloud-clients/google-cloud-iot) (Beta)
- [Cloud KMS](google-cloud-clients/google-cloud-kms) (Beta)
- [Cloud Spanner](google-cloud-clients/google-cloud-spanner) (Beta)
+- [Cloud Speech](google-cloud-clients/google-cloud-speech) (Alpha)
+- [Cloud Text-to-Speech](google-cloud-clients/google-cloud-texttospeech) (Beta)
- [Cloud Video Intelligence](google-cloud-clients/google-cloud-video-intelligence) (Beta)
+- [Kubernetes Engine](google-cloud-clients/google-cloud-container) (Beta)
+- [Stackdriver Error Reporting](google-cloud-clients/google-cloud-errorreporting) (Beta)
- [Stackdriver Trace](google-cloud-clients/google-cloud-trace) (Beta)
-- [Text-to-Speech](google-cloud-clients/google-cloud-texttospeech) (Beta)
-- [IoT](google-cloud-clients/google-cloud-iot) (Beta)
This library supports the following Google Cloud Platform services with clients at an [Alpha](#versioning) quality level:
+- [Cloud Bigtable](google-cloud-clients/google-cloud-bigtable) (Alpha)
- [Cloud Compute](google-cloud-clients/google-cloud-compute) (Alpha)
- [Cloud Dataproc](google-cloud-clients/google-cloud-dataproc) (Alpha)
- [Cloud DNS](google-cloud-clients/google-cloud-dns) (Alpha)
- [Cloud OS Login](google-cloud-clients/google-cloud-os-login) (Alpha)
-- [Cloud Redis](google-cloud-clients/google-cloud-redis) (Alpha)
+- [Cloud Memorystore for Redis](google-cloud-clients/google-cloud-redis) (Alpha)
- [Cloud Resource Manager](google-cloud-clients/google-cloud-resourcemanager) (Alpha)
-- [Cloud Speech](google-cloud-clients/google-cloud-speech) (Alpha)
+- [Cloud Security Scanner](google-cloud-clients/google-cloud-websecurityscanner) (Alpha)
- [Dialogflow](google-cloud-clients/google-cloud-dialogflow) (Alpha)
-- [Web Security Scanner](google-cloud-clients/google-cloud-websecurityscanner) (Alpha)
Quickstart
----------
diff --git a/google-cloud-clients/google-cloud-bigtable/README.md b/google-cloud-clients/google-cloud-bigtable/README.md
index cd5187a64cfe..aae5b9983b34 100644
--- a/google-cloud-clients/google-cloud-bigtable/README.md
+++ b/google-cloud-clients/google-cloud-bigtable/README.md
@@ -44,7 +44,7 @@ section in the base directory's README.
## About Cloud Bigtable
-[Cloud Bigtable][cloud-bigtable] Cloud Bigtable is Google's NoSQL Big Data database service. It's
+[Cloud Bigtable][cloud-bigtable] is Google's NoSQL Big Data database service. It's
the same database that powers many core Google services, including Search, Analytics, Maps, and
Gmail.
diff --git a/google-cloud-clients/google-cloud-container/README.md b/google-cloud-clients/google-cloud-container/README.md
index 4ee6aba4b9da..6e5d3b5381bc 100644
--- a/google-cloud-clients/google-cloud-container/README.md
+++ b/google-cloud-clients/google-cloud-container/README.md
@@ -1,7 +1,7 @@
Google Cloud Java Client for Container (Kubernetes Engine)
-====================================
+==========================================================
-Java idiomatic client for [Google Cloud Container][cloud-container].
+Java idiomatic client for [Kubernetes Engine][cloud-container].
[](https://circleci.com/gh/GoogleCloudPlatform/google-cloud-java/tree/master)
[](https://coveralls.io/r/GoogleCloudPlatform/google-cloud-java?branch=master)
@@ -42,24 +42,24 @@ Authentication
See the [Authentication](https://github.com/GoogleCloudPlatform/google-cloud-java#authentication) section in the base directory's README.
-About Google Cloud container
+About Kubernetes Engine
--------------------------
-[Google Cloud Container API][cloud-container] deploys, manages, and scales containerized applications on Kubernetes, powered by Google Cloud.
+[Kubernetes Engine API][cloud-container] deploys, manages, and scales containerized applications on Kubernetes, powered by Google Cloud.
-See the [Google Cloud Container docs][cloud-container-quickstart] for more details on how to activate
-Cloud Container for your project.
+See the [Kubernetes Engine docs][cloud-container-quickstart] for more details on how to activate
+Kubernetes Engine for your project.
-See the [Container client library docs][container-client-lib-docs] to learn how to interact with the
-Cloud Container using this Client Library.
+See the [Kubernetes Engine client library docs][container-client-lib-docs] to learn how to interact with the
+Kubernetes Engine API using this Client Library.
Getting Started
---------------
#### Prerequisites
For this tutorial, you will need a
-[Google Developers Console](https://console.developers.google.com/) project with the Container API
+[Google Developers Console](https://console.developers.google.com/) project with the Kubernetes Engine API
enabled. You will need to [enable billing](https://support.google.com/cloud/answer/6158867?hl=en) to
-use Google Cloud Container.
+use Kubernetes Engine.
[Follow these instructions](https://cloud.google.com/docs/authentication#preparation) to get your
project set up. You will also need to set up the local development environment by [installing the
Google Cloud SDK](https://cloud.google.com/sdk/) and running the following commands in command line:
@@ -71,7 +71,7 @@ to add `google-cloud-container` as a dependency in your code.
Transport
---------
-Container uses gRPC for the transport layer.
+Kubernetes Engine uses gRPC for the transport layer.
Java Versions
-------------
@@ -81,7 +81,7 @@ Java 7 or above is required for using this client.
Testing
-------
-This library has tools to help make tests for code using Cloud Container.
+This library has tools to help make tests for code using Kubernetes Engine.
See [TESTING] to read more about testing.
diff --git a/google-cloud-clients/google-cloud-redis/README.md b/google-cloud-clients/google-cloud-redis/README.md
index 820b93b4ac65..ce6cded912d2 100644
--- a/google-cloud-clients/google-cloud-redis/README.md
+++ b/google-cloud-clients/google-cloud-redis/README.md
@@ -1,7 +1,7 @@
Google Cloud Java Client for Redis
==================================
-Java idiomatic client for [Google Cloud Redis][cloud-redis].
+Java idiomatic client for [Cloud Memorystore for Redis][cloud-redis].
[](https://circleci.com/gh/GoogleCloudPlatform/google-cloud-java/tree/master)
[](https://coveralls.io/r/GoogleCloudPlatform/google-cloud-java?branch=master)
@@ -42,20 +42,20 @@ Authentication
See the [Authentication](https://github.com/GoogleCloudPlatform/google-cloud-java#authentication) section in the base directory's README.
-About Google Cloud Redis
+About Cloud Memorystore for Redis
--------------------------
-[Google Cloud Redis API][cloud-redis] transfers data from partner
+[Cloud Memorystore for Redis API][cloud-redis] transfers data from partner
SaaS applications to Google BigQuery on a scheduled, managed basis.
-See the [Redis client library docs][redis-client-lib-docs] to learn how to interact with the
+See the [Cloud Memorystore for Redis client library docs][redis-client-lib-docs] to learn how to interact with the
Cloud Redis using this Client Library.
Getting Started
---------------
#### Prerequisites
For this tutorial, you will need a
-[Google Developers Console](https://console.developers.google.com/) project with the Redis API
+[Google Developers Console](https://console.developers.google.com/) project with the Cloud Memorystore for Redis API
enabled. You will need to [enable billing](https://support.google.com/cloud/answer/6158867?hl=en) to
use Google Cloud Redis.
[Follow these instructions](https://cloud.google.com/docs/authentication#preparation) to get your
@@ -69,7 +69,7 @@ to add `google-cloud-redis` as a dependency in your code.
Transport
---------
-Redis uses gRPC for the transport layer.
+Cloud Memorystore for Redis uses gRPC for the transport layer.
Java Versions
-------------
@@ -79,7 +79,7 @@ Java 7 or above is required for using this client.
Testing
-------
-This library has tools to help make tests for code using Cloud Redis.
+This library has tools to help make tests for code using Cloud Memorystore for Redis.
See [TESTING] to read more about testing.
diff --git a/google-cloud-clients/google-cloud-texttospeech/README.md b/google-cloud-clients/google-cloud-texttospeech/README.md
index 93a36b24bf0a..2424994330bd 100644
--- a/google-cloud-clients/google-cloud-texttospeech/README.md
+++ b/google-cloud-clients/google-cloud-texttospeech/README.md
@@ -1,7 +1,7 @@
-Google Cloud Java Client for Text-to-Speech
+Google Cloud Java Client for Cloud Text-to-Speech
======================================
-Java idiomatic client for [Text-to-Speech][cloud-texttospeech].
+Java idiomatic client for [Cloud Text-to-Speech][cloud-texttospeech].
[](https://circleci.com/gh/GoogleCloudPlatform/google-cloud-java/tree/master)
[](https://coveralls.io/r/GoogleCloudPlatform/google-cloud-java?branch=master)
@@ -42,17 +42,17 @@ Authentication
See the [Authentication](https://github.com/GoogleCloudPlatform/google-cloud-java#authentication) section in the base directory's README.
-About Google Cloud Text-to-Speech
+About Cloud Text-to-Speech
----------------------------
-Google [Text-to-Speech API][cloud-texttospeech] enables easy integration of Google text recognition technologies into developer applications. Send text and receive synthesized audio output from the Text-to-Speech API service.
+[Cloud Text-to-Speech API][cloud-texttospeech] enables easy integration of Google text recognition technologies into developer applications. Send text and receive synthesized audio output from the Cloud Text-to-Speech API service.
-See the [Text-to-Speech client library docs][texttospeech-client-lib-docs] to learn how to use this Text-to-Speech API Client Library.
+See the [Cloud Text-to-Speech client library docs][texttospeech-client-lib-docs] to learn how to use this Cloud Text-to-Speech API Client Library.
Getting Started
---------------
#### Prerequisites
-You will need a [Google Developers Console](https://console.developers.google.com/) project with the Text-to-Speech API enabled. [Follow these instructions](https://cloud.google.com/docs/authentication#preparation) to get your project set up. You will also need to set up the local development environment by [installing the Google Cloud SDK](https://cloud.google.com/sdk/) and running the following commands in command line: `gcloud auth login` and `gcloud config set project [YOUR PROJECT ID]`.
+You will need a [Google Developers Console](https://console.developers.google.com/) project with the Cloud Text-to-Speech API enabled. [Follow these instructions](https://cloud.google.com/docs/authentication#preparation) to get your project set up. You will also need to set up the local development environment by [installing the Google Cloud SDK](https://cloud.google.com/sdk/) and running the following commands in command line: `gcloud auth login` and `gcloud config set project [YOUR PROJECT ID]`.
#### Installation and setup
You'll need to obtain the `google-cloud-texttospeech` library. See the [Quickstart](#quickstart) section to add `google-cloud-texttospeech` as a dependency in your code.
@@ -64,7 +64,7 @@ To get help, follow the instructions in the [shared Troubleshooting document](ht
Transport
---------
-Text-to-Speech uses gRPC for the transport layer.
+Cloud Text-to-Speech uses gRPC for the transport layer.
Java Versions
-------------
@@ -97,6 +97,6 @@ Apache 2.0 - See [LICENSE] for more information.
[code-of-conduct]:https://github.com/GoogleCloudPlatform/google-cloud-java/blob/master/CODE_OF_CONDUCT.md#contributor-code-of-conduct
[LICENSE]: https://github.com/GoogleCloudPlatform/google-cloud-java/blob/master/LICENSE
[cloud-platform]: https://cloud.google.com/
-[cloud-texttospeech]: https://cloud.google.com/texttospeech
-[texttospeech-product-docs]: https://cloud.google.com/texttospeech/docs
+[cloud-texttospeech]: https://cloud.google.com/text-to-speech
+[texttospeech-product-docs]: https://cloud.google.com/text-to-speech/docs
[texttospeech-client-lib-docs]: https://googlecloudplatform.github.io/google-cloud-java/google-cloud-clients/apidocs/index.html?com/google/cloud/texttospeech/v1/package-summary.html
diff --git a/google-cloud-clients/google-cloud-websecurityscanner/README.md b/google-cloud-clients/google-cloud-websecurityscanner/README.md
index 98ecf76dccad..6669ae33ddf3 100644
--- a/google-cloud-clients/google-cloud-websecurityscanner/README.md
+++ b/google-cloud-clients/google-cloud-websecurityscanner/README.md
@@ -1,7 +1,7 @@
-Google Cloud Java Client for Web Security Scanner
-======================================
+Google Cloud Java Client for Cloud Security Scanner
+===================================================
-Java idiomatic client for [Web Security Scanner][cloud-websecurityscanner].
+Java idiomatic client for [Cloud Security Scanner][cloud-websecurityscanner].
[](https://circleci.com/gh/GoogleCloudPlatform/google-cloud-java/tree/master)
[](https://coveralls.io/r/GoogleCloudPlatform/google-cloud-java?branch=master)
@@ -42,17 +42,17 @@ Authentication
See the [Authentication](https://github.com/GoogleCloudPlatform/google-cloud-java#authentication) section in the base directory's README.
-About Google Cloud Web Security Scanner
+About Cloud Security Scanner
----------------------------
-Google [Cloud Web Security Scanner][cloud-websecurityscanner] is a web security scanner for common vulnerabilities in Google App Engine applications.
+[Cloud Security Scanner][cloud-websecurityscanner] is a web security scanner for common vulnerabilities in Google App Engine applications.
-See the [Web Security Scanner client library docs][websecurityscanner-client-lib-docs] to learn how to use this Web Security Scanner Client Library.
+See the [Cloud Security Scanner client library docs][websecurityscanner-client-lib-docs] to learn how to use this Cloud Security Scanner Client Library.
Getting Started
---------------
#### Prerequisites
-You will need a [Google Developers Console](https://console.developers.google.com/) project with the Web Security Scanner API enabled. [Follow these instructions](https://cloud.google.com/docs/authentication#preparation) to get your project set up. You will also need to set up the local development environment by [installing the Google Cloud SDK](https://cloud.google.com/sdk/) and running the following commands in command line: `gcloud auth login` and `gcloud config set project [YOUR PROJECT ID]`.
+You will need a [Google Developers Console](https://console.developers.google.com/) project with the Cloud Security Scanner API enabled. [Follow these instructions](https://cloud.google.com/docs/authentication#preparation) to get your project set up. You will also need to set up the local development environment by [installing the Google Cloud SDK](https://cloud.google.com/sdk/) and running the following commands in command line: `gcloud auth login` and `gcloud config set project [YOUR PROJECT ID]`.
#### Installation and setup
You'll need to obtain the `google-cloud-websecurityscanner` library. See the [Quickstart](#quickstart) section to add `google-cloud-websecurityscanner` as a dependency in your code.
@@ -64,7 +64,7 @@ To get help, follow the instructions in the [shared Troubleshooting document](ht
Transport
---------
-Web Security Scanner uses gRPC for the transport layer.
+Cloud Security Scanner uses gRPC for the transport layer.
Java Versions
-------------
diff --git a/google-cloud-clients/pom.xml b/google-cloud-clients/pom.xml
index 14495b51a4e6..7a9ecc33761c 100644
--- a/google-cloud-clients/pom.xml
+++ b/google-cloud-clients/pom.xml
@@ -741,7 +741,7 @@
Test helpers packages
- com.google.cloud.bigquery.testing:com.google.cloud.datastore.testing:com.google.cloud.dns.testing:com.google.cloud.logging.testing:com.google.cloud.pubsub.testing:com.google.cloud.resourcemanager.testing:com.google.cloud.storage.testing:com.google.cloud.translate.testing:com.google.cloud.spanner.testing:com.google.cloud.storage.contrib.nio.testing
+ com.google.cloud.bigquery.testing:com.google.cloud.testing:com.google.cloud.datastore.testing:com.google.cloud.dns.testing:com.google.cloud.logging.testing:com.google.cloud.pubsub.testing:com.google.cloud.resourcemanager.testing:com.google.cloud.storage.testing:com.google.cloud.translate.testing:com.google.cloud.spanner.testing:com.google.cloud.storage.contrib.nio.testing
Example packages
@@ -749,15 +749,15 @@
SPI packages
- com.google.cloud.spi*:com.google.cloud.bigquery.spi*:com.google.cloud.datastore.spi*:com.google.cloud.dns.spi*:com.google.cloud.logging.spi*:com.google.cloud.resourcemanager.spi*:com.google.cloud.spanner.spi*:com.google.cloud.storage.spi*:com.google.cloud.translate.spi*
+ com.google.cloud.spi*:com.google.cloud.bigquery.spi*:com.google.cloud.datastore.spi*:com.google.cloud.dns.spi*:com.google.cloud.firestore.spi*:com.google.cloud.logging.spi*:com.google.cloud.resourcemanager.spi*:com.google.cloud.spanner.spi*:com.google.cloud.storage.spi*:com.google.cloud.translate.spi*
Stub packages
- com.google.cloud.bigquerydatatransfer.v1.stub:com.google.cloud.container.v1.stub:com.google.cloud.dlp.v2beta1.stub:com.google.cloud.dlp.v2.stub:com.google.cloud.dialogflow.v2beta1.stub:com.google.cloud.dialogflow.v2.stub:com.google.cloud.errorreporting.v1beta1.stub:com.google.cloud.firestore.v1beta1.stub:com.google.cloud.kms.v1.stub:com.google.cloud.language.v1beta2.stub:com.google.cloud.language.v1.stub:com.google.cloud.logging.v2.stub:com.google.cloud.monitoring.v3.stub:com.google.cloud.pubsub.v1.stub:com.google.cloud.speech.v1beta1.stub:com.google.cloud.speech.v1.stub:com.google.cloud.tasks.v2beta2.stub:com.google.cloud.texttospeech.v1beta1.stub:com.google.cloud.texttospeech.v1.stub:com.google.cloud.trace.v1.stub:com.google.cloud.trace.v2.stub:com.google.cloud.videointelligence.v1beta1.stub:com.google.cloud.videointelligence.v1beta2.stub:com.google.cloud.videointelligence.v1.stub:com.google.cloud.videointelligence.v1p1beta1.stub:com.google.cloud.vision.v1.stub:com.google.cloud.vision.v1p1beta1.stub:com.google.cloud.vision.v1p2beta1.stub
+ com.google.cloud.bigquery.datatransfer.v1.stub:com.google.cloud.bigtable.admin.v2.stub:com.google.cloud.bigtable.data.v2.stub*:com.google.cloud.compute.v1.stub:com.google.cloud.container.v1.stub:com.google.cloud.dataproc.v1.stub:com.google.cloud.dlp.v2beta1.stub:com.google.cloud.dlp.v2.stub:com.google.cloud.dialogflow.v2beta1.stub:com.google.cloud.dialogflow.v2.stub:com.google.cloud.errorreporting.v1beta1.stub:com.google.cloud.firestore.v1beta1.stub:com.google.cloud.iot.v1.stub:com.google.cloud.kms.v1.stub:com.google.cloud.language.v1beta2.stub:com.google.cloud.language.v1.stub:com.google.cloud.logging.v2.stub:com.google.cloud.monitoring.v3.stub:com.google.cloud.oslogin.v1.stub:com.google.cloud.pubsub.v1.stub:com.google.cloud.redis.v1beta1.stub:com.google.cloud.spanner.admin.database.v1.stub:com.google.cloud.spanner.admin.instance.v1.stub:com.google.cloud.spanner.v1.stub:com.google.cloud.speech.v1beta1.stub:com.google.cloud.speech.v1p1beta1.stub:com.google.cloud.speech.v1.stub:com.google.cloud.tasks.v2beta2.stub:com.google.cloud.texttospeech.v1beta1.stub:com.google.cloud.texttospeech.v1.stub:com.google.cloud.trace.v1.stub:com.google.cloud.trace.v2.stub:com.google.cloud.videointelligence.v1beta1.stub:com.google.cloud.videointelligence.v1beta2.stub:com.google.cloud.videointelligence.v1.stub:com.google.cloud.videointelligence.v1p1beta1.stub:com.google.cloud.vision.v1.stub:com.google.cloud.vision.v1p1beta1.stub:com.google.cloud.vision.v1p2beta1.stub:com.google.cloud.websecurityscanner.v1alpha.stub
Deprecated packages
- com.google.cloud.compute.*
+ com.google.cloud.compute.deprecated*