From 3d8fe114a974be4ff59078da6716a532df468ab8 Mon Sep 17 00:00:00 2001 From: Garrett Jones Date: Thu, 12 Jul 2018 15:06:12 -0700 Subject: [PATCH 1/2] Cleaning up client lists and API titles --- README.md | 18 +++++++------- .../google-cloud-bigtable/README.md | 2 +- .../google-cloud-container/README.md | 24 +++++++++---------- .../google-cloud-redis/README.md | 14 +++++------ .../google-cloud-texttospeech/README.md | 18 +++++++------- .../google-cloud-websecurityscanner/README.md | 12 +++++----- google-cloud-clients/pom.xml | 8 +++---- 7 files changed, 49 insertions(+), 47 deletions(-) diff --git a/README.md b/README.md index cdce82c1d507..937e42a53c06 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 Video Intelligence](google-cloud-clients/google-cloud-video-intelligence) (Beta) +- [Cloud Text-to-Speech](google-cloud-clients/google-cloud-texttospeech) (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]. [![CircleCI](https://circleci.com/gh/GoogleCloudPlatform/google-cloud-java/tree/master.svg?style=shield)](https://circleci.com/gh/GoogleCloudPlatform/google-cloud-java/tree/master) [![Coverage Status](https://coveralls.io/repos/GoogleCloudPlatform/google-cloud-java/badge.svg?branch=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]. [![CircleCI](https://circleci.com/gh/GoogleCloudPlatform/google-cloud-java/tree/master.svg?style=shield)](https://circleci.com/gh/GoogleCloudPlatform/google-cloud-java/tree/master) [![Coverage Status](https://coveralls.io/repos/GoogleCloudPlatform/google-cloud-java/badge.svg?branch=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]. [![CircleCI](https://circleci.com/gh/GoogleCloudPlatform/google-cloud-java/tree/master.svg?style=shield)](https://circleci.com/gh/GoogleCloudPlatform/google-cloud-java/tree/master) [![Coverage Status](https://coveralls.io/repos/GoogleCloudPlatform/google-cloud-java/badge.svg?branch=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..bacfe838e4e3 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 ====================================== -Java idiomatic client for [Web Security Scanner][cloud-websecurityscanner]. +Java idiomatic client for [Cloud Security Scanner][cloud-websecurityscanner]. [![CircleCI](https://circleci.com/gh/GoogleCloudPlatform/google-cloud-java/tree/master.svg?style=shield)](https://circleci.com/gh/GoogleCloudPlatform/google-cloud-java/tree/master) [![Coverage Status](https://coveralls.io/repos/GoogleCloudPlatform/google-cloud-java/badge.svg?branch=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* From c0b3c5a291e4c4242abf37ede3657ced45e31778 Mon Sep 17 00:00:00 2001 From: Garrett Jones Date: Thu, 12 Jul 2018 15:33:16 -0700 Subject: [PATCH 2/2] PR feedback --- README.md | 2 +- .../google-cloud-websecurityscanner/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 937e42a53c06..baba8800ba9e 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,8 @@ This library supports the following Google Cloud Platform services with clients - [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 Video Intelligence](google-cloud-clients/google-cloud-video-intelligence) (Beta) - [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) diff --git a/google-cloud-clients/google-cloud-websecurityscanner/README.md b/google-cloud-clients/google-cloud-websecurityscanner/README.md index bacfe838e4e3..6669ae33ddf3 100644 --- a/google-cloud-clients/google-cloud-websecurityscanner/README.md +++ b/google-cloud-clients/google-cloud-websecurityscanner/README.md @@ -1,5 +1,5 @@ -Google Cloud Java Client for Web Security Scanner -====================================== +Google Cloud Java Client for Cloud Security Scanner +=================================================== Java idiomatic client for [Cloud Security Scanner][cloud-websecurityscanner].