diff --git a/README.rst b/README.rst index 23d3f149b8b8..b90eccc0ab5c 100644 --- a/README.rst +++ b/README.rst @@ -38,6 +38,7 @@ The following client libraries have **GA** support: - `Google BigQuery`_ (`BigQuery README`_) - `Google Cloud Datastore`_ (`Datastore README`_) +- `Google Cloud KMS`_ (`KMS README`_) - `Google Cloud Natural Language`_ (`Natural Language README`_) - `Google Cloud Spanner`_ (`Spanner README`_) - `Google Cloud Storage`_ (`Storage README`_) @@ -48,6 +49,8 @@ The following client libraries have **GA** support: .. _BigQuery README: https://github.com/googleapis/google-cloud-python/tree/master/bigquery .. _Google Cloud Datastore: https://pypi.org/project/google-cloud-datastore/ .. _Datastore README: https://github.com/googleapis/google-cloud-python/tree/master/datastore +.. _Google Cloud KMS: https://pypi.org/project/google-cloud-kms/ +.. _KMS README: https://github.com/googleapis/google-cloud-python/tree/master/kms .. _Google Cloud Natural Language: https://pypi.org/project/google-cloud-language/ .. _Natural Language README: https://github.com/googleapis/google-cloud-python/tree/master/language .. _Google Cloud Spanner: https://pypi.org/project/google-cloud-spanner @@ -107,7 +110,6 @@ The following client libraries have **alpha** support: - `Google Cloud DLP`_ (`DLP README`_) - `Google Cloud DNS`_ (`DNS README`_) - `Google Cloud IoT`_ (`IoT README`_) -- `Google Cloud KMS`_ (`KMS README`_) - `Google Cloud Memorystore for Redis`_ (`Redis README`_) - `Google Cloud Resource Manager`_ (`Resource Manager README`_) - `Google Cloud Runtime Configuration`_ (`Runtime Config README`_) @@ -137,8 +139,6 @@ The following client libraries have **alpha** support: .. _DNS README: https://github.com/googleapis/google-cloud-python/tree/master/dns .. _Google Cloud IoT: https://pypi.org/project/google-cloud-iot/ .. _IoT README: https://github.com/googleapis/google-cloud-python/tree/master/iot -.. _Google Cloud KMS: https://pypi.org/project/google-cloud-kms/ -.. _KMS README: https://github.com/googleapis/google-cloud-python/tree/master/kms .. _Google Cloud Memorystore for Redis: https://pypi.org/project/google-cloud-redis/ .. _Redis README: https://github.com/googleapis/google-cloud-python/tree/master/redis .. _Google Cloud Resource Manager: https://pypi.org/project/google-cloud-resource-manager/ diff --git a/kms/README.rst b/kms/README.rst index e015f901deaf..8ca064c342dc 100644 --- a/kms/README.rst +++ b/kms/README.rst @@ -1,7 +1,7 @@ Python Client for Cloud Key Management Service (KMS) API ======================================================== -|alpha| |pypi| |versions| +|GA| |pypi| |versions| `Cloud Key Management Service (KMS) API`_: Manages keys and performs cryptographic operations in a central cloud service, for direct use by other @@ -10,8 +10,8 @@ cloud resources and applications. - `Client Library Documentation`_ - `Product Documentation`_ -.. |alpha| image:: https://img.shields.io/badge/support-alpha-orange.svg - :target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#alpha-support +.. |GA| image:: https://img.shields.io/badge/support-GA-gold.svg + :target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#general-availabilityt .. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-kms.svg :target: https://pypi.org/project/google-cloud-kms/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-kms.svg