Skip to content

Commit

Permalink
Cleaning up client lists and API titles [skip ci] (#3465)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettjonesgoogle committed Jul 12, 2018
1 parent cd64e36 commit af56b5b
Show file tree
Hide file tree
Showing 7 changed files with 51 additions and 49 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-clients/google-cloud-bigtable/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
24 changes: 12 additions & 12 deletions google-cloud-clients/google-cloud-container/README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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:
Expand All @@ -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
-------------
Expand All @@ -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.

Expand Down
14 changes: 7 additions & 7 deletions google-cloud-clients/google-cloud-redis/README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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
Expand All @@ -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
-------------
Expand All @@ -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.

Expand Down
18 changes: 9 additions & 9 deletions google-cloud-clients/google-cloud-texttospeech/README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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.
Expand All @@ -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
-------------
Expand Down Expand Up @@ -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
16 changes: 8 additions & 8 deletions google-cloud-clients/google-cloud-websecurityscanner/README.md
Original file line number Diff line number Diff line change
@@ -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].

[![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)
Expand Down Expand Up @@ -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.
Expand All @@ -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
-------------
Expand Down
Loading

0 comments on commit af56b5b

Please sign in to comment.