From 1a14bcc7243221e21af4bf91722ff83e1b4a1122 Mon Sep 17 00:00:00 2001 From: Lily Li Date: Tue, 4 Jun 2019 12:49:50 -0700 Subject: [PATCH 01/44] API Core: add compatibility check badges to README --- api_core/README.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/api_core/README.rst b/api_core/README.rst index bed184a36e6f..e44f55aedae0 100644 --- a/api_core/README.rst +++ b/api_core/README.rst @@ -1,7 +1,7 @@ Core Library for Google Client Libraries ======================================== -|pypi| |versions| +|pypi| |versions| |compat_check_pypi| |compat_check_github| This library is not meant to stand-alone. Instead it defines common helpers used by all Google API clients. For more information, see the @@ -12,6 +12,10 @@ common helpers used by all Google API clients. For more information, see the .. |versions| image:: https://img.shields.io/pypi/pyversions/google-api_core.svg :target: https://pypi.org/project/google-api_core/ .. _documentation: https://googleapis.github.io/google-cloud-python/latest/core/ +.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-api-core + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-api-core +.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dapi_core + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dapi_core Supported Python Versions @@ -20,4 +24,4 @@ Python >= 3.5 Deprecated Python Versions -------------------------- -Python == 2.7. Python 2.7 support will be removed on January 1, 2020. \ No newline at end of file +Python == 2.7. Python 2.7 support will be removed on January 1, 2020. From 0c7bd3be8fbe4bf1effacdd0775dad833f577a4a Mon Sep 17 00:00:00 2001 From: Lily Li Date: Tue, 4 Jun 2019 12:50:16 -0700 Subject: [PATCH 02/44] Asset: add compatibility check badges to README --- asset/README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/asset/README.rst b/asset/README.rst index cde975b5791b..4fb7654ee23d 100644 --- a/asset/README.rst +++ b/asset/README.rst @@ -1,7 +1,7 @@ Python Client for Cloud Asset API ================================= -|alpha| |pypi| |versions| +|alpha| |pypi| |versions| |compat_check_pypi| |compat_check_github| `Cloud Asset API`_: The cloud asset API manages the history and inventory of cloud resources. @@ -14,6 +14,10 @@ Python Client for Cloud Asset API :target: https://pypi.org/project/google-cloud-asset/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-asset.svg :target: https://pypi.org/project/google-cloud-asset/ +.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-cloud-asset + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-cloud-asset +.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dasset + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dasset .. _Cloud Asset API: https://cloud.google.com/resource-manager/docs/cloud-asset-inventory/reference/rest/ .. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/asset/index.html .. _Product Documentation: https://cloud.google.com/resource-manager/docs/cloud-asset-inventory/overview From 3a22f97e4f456808c9ac8ac65eecc4e566602de7 Mon Sep 17 00:00:00 2001 From: Lily Li Date: Tue, 4 Jun 2019 12:55:12 -0700 Subject: [PATCH 03/44] Automl: add compatibility check badges to README --- automl/README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/automl/README.rst b/automl/README.rst index 0f3b4add08b3..08ba90ae85b0 100644 --- a/automl/README.rst +++ b/automl/README.rst @@ -1,7 +1,7 @@ Python Client for Cloud AutoML API ================================== -|alpha| |pypi| |versions| +|alpha| |pypi| |versions| |compat_check_pypi| |compat_check_github| The `Cloud AutoML API`_ is a suite of machine learning products that enables developers with limited machine learning expertise to train high-quality models @@ -17,6 +17,10 @@ transfer learning, and Neural Architecture Search technology. :target: https://pypi.org/project/google-cloud-automl/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-automl.svg :target: https://pypi.org/project/google-cloud-automl/ +.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-cloud-automl + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-cloud-automl +.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dautoml + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dautoml .. _Cloud AutoML API: https://cloud.google.com/automl .. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/automl/index.html .. _Product Documentation: https://cloud.google.com/automl From bd92ac602a087b7236802b32f1b29509cb221c82 Mon Sep 17 00:00:00 2001 From: Lily Li Date: Tue, 4 Jun 2019 13:00:36 -0700 Subject: [PATCH 04/44] Bigquery: add compatibility check badges to README --- bigquery/README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bigquery/README.rst b/bigquery/README.rst index 4279f215d6c3..a3f0687eef9f 100644 --- a/bigquery/README.rst +++ b/bigquery/README.rst @@ -1,7 +1,7 @@ Python Client for Google BigQuery ================================= -|GA| |pypi| |versions| +|GA| |pypi| |versions| |compat_check_pypi| |compat_check_github| Querying massive datasets can be time consuming and expensive without the right hardware and infrastructure. Google `BigQuery`_ solves this problem by @@ -17,6 +17,10 @@ processing power of Google's infrastructure. :target: https://pypi.org/project/google-cloud-bigquery/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-bigquery.svg :target: https://pypi.org/project/google-cloud-bigquery/ +.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-cloud-bigquery + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-cloud-bigquery +.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dbigquery + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dbigquery .. _BigQuery: https://cloud.google.com/bigquery/what-is-bigquery .. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/bigquery/index.html .. _Product Documentation: https://cloud.google.com/bigquery/docs/reference/v2/ From a8e1e8fad2d43a16a79b7730d49be9ab4b72ba50 Mon Sep 17 00:00:00 2001 From: Lily Li Date: Tue, 4 Jun 2019 13:08:01 -0700 Subject: [PATCH 05/44] BigQuery Data Transfer: add compatibility check badges to README --- bigquery_datatransfer/README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bigquery_datatransfer/README.rst b/bigquery_datatransfer/README.rst index bb710054d940..7c06c123f8c8 100644 --- a/bigquery_datatransfer/README.rst +++ b/bigquery_datatransfer/README.rst @@ -1,7 +1,7 @@ Python Client for BigQuery Data Transfer API ============================================ -|alpha| |pypi| |versions| +|alpha| |pypi| |versions| |compat_check_pypi| |compat_check_github| The `BigQuery Data Transfer API`_ allows users to transfer data from partner SaaS applications to Google BigQuery on a scheduled, managed basis. @@ -15,6 +15,10 @@ SaaS applications to Google BigQuery on a scheduled, managed basis. :target: https://pypi.org/project/google-cloud-bigquery-datatransfer/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-bigquery-datatransfer.svg :target: https://pypi.org/project/google-cloud-bigquery-datatransfer/ +.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-cloud-bigquery-datatransfer + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-cloud-bigquery-datatransfer +.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dbigquery_datatransfer + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dbigquery_datatransfer .. _BigQuery Data Transfer API: https://cloud.google.com/bigquery/transfer .. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/bigquery_datatransfer/index.html .. _Product Documentation: https://cloud.google.com/bigquery/docs/transfer-service-overview From 0c2ebf3f7e5fdaf3dc0823e58cf2276a5223f41b Mon Sep 17 00:00:00 2001 From: Lily Li Date: Tue, 4 Jun 2019 13:16:28 -0700 Subject: [PATCH 06/44] Bigtable: add compatibility check badges to README --- bigtable/README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bigtable/README.rst b/bigtable/README.rst index 71c007324eae..f2255b780c84 100644 --- a/bigtable/README.rst +++ b/bigtable/README.rst @@ -1,7 +1,7 @@ Python Client for Google Cloud Bigtable ======================================= -|beta| |pypi| |versions| +|beta| |pypi| |versions| |compat_check_pypi| |compat_check_github| `Google Cloud Bigtable`_ is Google's NoSQL Big Data database service. It's the same database that powers many core Google services, including Search, @@ -16,6 +16,10 @@ Analytics, Maps, and Gmail. :target: https://pypi.org/project/google-cloud-bigtable/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-bigtable.svg :target: https://pypi.org/project/google-cloud-bigtable/ +.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-cloud-bigtable + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-cloud-bigtable +.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dbigtable + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dbigtable .. _Google Cloud Bigtable: https://cloud.google.com/bigtable .. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/bigtable/usage.html .. _Product Documentation: https://cloud.google.com/bigtable/docs From 7fb25822f36e5b6f1886181d390e3305b6418006 Mon Sep 17 00:00:00 2001 From: Lily Li Date: Tue, 4 Jun 2019 13:21:51 -0700 Subject: [PATCH 07/44] Container: add compatibility check badges to README --- container/README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/container/README.rst b/container/README.rst index 0ede96370369..ded41ddef9c6 100644 --- a/container/README.rst +++ b/container/README.rst @@ -1,7 +1,7 @@ Python Client for Google Kubernetes Engine API ============================================== -|alpha| |pypi| |versions| +|alpha| |pypi| |versions| |compat_check_pypi| |compat_check_github| `Google Kubernetes Engine API`_: The Google Kubernetes Engine API is used for building and managing container based applications, powered by the open source @@ -16,6 +16,10 @@ Kubernetes technology. :target: https://pypi.org/project/google-cloud-container/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-container.svg :target: https://pypi.org/project/google-cloud-container/ +.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-cloud-container + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-cloud-container +.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dcontainer + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dcontainer .. _Google Kubernetes Engine API: https://cloud.google.com/kubernetes-engine .. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/container/index.html .. _Product Documentation: https://cloud.google.com/kubernetes-engine From 0fd65c2342620b4eb672137a6c0eccfa2cb344bf Mon Sep 17 00:00:00 2001 From: Lily Li Date: Tue, 4 Jun 2019 13:26:02 -0700 Subject: [PATCH 08/44] Core: add compatibility check badges to README --- core/README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/core/README.rst b/core/README.rst index ca6df9423b92..ed3d8314de8b 100644 --- a/core/README.rst +++ b/core/README.rst @@ -1,7 +1,7 @@ Core Helpers for Google Cloud Python Client Library =================================================== -|pypi| |versions| +|pypi| |versions| |compat_check_pypi| |compat_check_github| This library is not meant to stand-alone. Instead it defines common helpers (e.g. base ``Client`` classes) used by all of the @@ -14,6 +14,10 @@ common helpers (e.g. base ``Client`` classes) used by all of the :target: https://pypi.org/project/google-cloud-core/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-core.svg :target: https://pypi.org/project/google-cloud-core/ +.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-cloud-core + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-cloud-core +.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dcore + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dcore .. _Documentation: https://googleapis.github.io/google-cloud-python/latest/core/index.html Quick Start From f10f851c50e484768f741321da8cbf6bd9de2e4a Mon Sep 17 00:00:00 2001 From: Lily Li Date: Tue, 4 Jun 2019 13:30:57 -0700 Subject: [PATCH 09/44] Dataproc: add compatibility check badges to README --- dataproc/README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dataproc/README.rst b/dataproc/README.rst index 52decb13ed30..429916c8617f 100644 --- a/dataproc/README.rst +++ b/dataproc/README.rst @@ -1,7 +1,7 @@ Python Client for Google Cloud Dataproc API =========================================== -|alpha| |pypi| |versions| +|alpha| |pypi| |versions| |compat_check_pypi| |compat_check_github| `Google Cloud Dataproc API`_: Manages Hadoop-based clusters and jobs on Google Cloud Platform. @@ -14,6 +14,10 @@ Python Client for Google Cloud Dataproc API :target: https://pypi.org/project/google-cloud-dataproc/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-dataproc.svg :target: https://pypi.org/project/google-cloud-dataproc/ +.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-cloud-dataproc + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-cloud-dataproc +.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Ddataproc + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Ddataproc .. _Google Cloud Dataproc API: https://cloud.google.com/dataproc .. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/dataproc/index.html .. _Product Documentation: https://cloud.google.com/dataproc From 66a23c99ccb8e6166d39b06df309e559c3587651 Mon Sep 17 00:00:00 2001 From: Lily Li Date: Tue, 4 Jun 2019 13:33:36 -0700 Subject: [PATCH 10/44] Datastore: add compatibility check badges to README --- datastore/README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/datastore/README.rst b/datastore/README.rst index ed998982d3a6..c5d9748dc508 100644 --- a/datastore/README.rst +++ b/datastore/README.rst @@ -1,7 +1,7 @@ Python Client for Google Cloud Datastore ======================================== -|GA| |pypi| |versions| +|GA| |pypi| |versions| |compat_check_pypi| |compat_check_github| `Google Cloud Datastore API`_ is a fully managed, schemaless database for storing non-relational data. Cloud Datastore automatically scales with your @@ -18,6 +18,10 @@ all other queries. :target: https://pypi.org/project/google-cloud-datastore/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-datastore.svg :target: https://pypi.org/project/google-cloud-datastore/ +.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-cloud-datastore + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-cloud-datastore +.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Ddatastore + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Ddatastore .. _Google Cloud Datastore API: https://cloud.google.com/datastore/docs .. _Product Documentation: https://cloud.google.com/datastore/docs .. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/datastore/index.html From 758016c049c498a39b81740f41f65c362c0363e5 Mon Sep 17 00:00:00 2001 From: Lily Li Date: Tue, 4 Jun 2019 13:37:05 -0700 Subject: [PATCH 11/44] Data Loss Prevention: add compatibility check badges to README --- dlp/README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dlp/README.rst b/dlp/README.rst index 31707334afcc..1f82675afcb3 100644 --- a/dlp/README.rst +++ b/dlp/README.rst @@ -1,7 +1,7 @@ Python Client for Cloud Data Loss Prevention (DLP) API ====================================================== -|alpha| |pypi| |versions| +|alpha| |pypi| |versions| |compat_check_pypi| |compat_check_github| `Cloud Data Loss Prevention (DLP) API`_: Provides methods for detection, risk analysis, and de-identification of privacy-sensitive fragments in text, images, and Google Cloud Platform @@ -16,6 +16,10 @@ storage repositories. :target: https://pypi.org/project/google-cloud-dlp/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-dlp.svg :target: https://pypi.org/project/google-cloud-dlp/ +.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-cloud-dlp + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-cloud-dlp +.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Ddlp + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Ddlp .. _Cloud Data Loss Prevention (DLP) API: https://cloud.google.com/dlp .. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/dlp/index.html .. _Product Documentation: https://cloud.google.com/dlp From 4d6138b4bd356eeab3dd6f5871a20f7cd438050b Mon Sep 17 00:00:00 2001 From: Lily Li Date: Tue, 4 Jun 2019 13:39:52 -0700 Subject: [PATCH 12/44] DNS: add compatibility check badges to README --- dns/README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dns/README.rst b/dns/README.rst index e5b0b59ea147..9861c020457f 100644 --- a/dns/README.rst +++ b/dns/README.rst @@ -1,7 +1,7 @@ Python Client for Google Cloud DNS ================================== -|alpha| |pypi| |versions| +|alpha| |pypi| |versions| |compat_check_pypi| |compat_check_github| The `Google Cloud DNS`_ API provides methods that you can use to manage DNS for your applications. @@ -14,6 +14,10 @@ manage DNS for your applications. .. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-dns.svg :target: https://pypi.org/project/google-cloud-dns/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-dns.svg +.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-cloud-dns + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-cloud-dns +.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Ddns + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Ddns .. _Google Cloud DNS: https://cloud.google.com/dns/ :target: https://pypi.org/project/google-cloud-dns/ .. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/dns/index.html From 3521c18fb99d491362e1c884022b0f0e7e40735c Mon Sep 17 00:00:00 2001 From: Lily Li Date: Tue, 4 Jun 2019 13:43:09 -0700 Subject: [PATCH 13/44] Error Reporting: add compatibility check badges to README --- error_reporting/README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/error_reporting/README.rst b/error_reporting/README.rst index 46bb326bdb78..393ae746c2fb 100644 --- a/error_reporting/README.rst +++ b/error_reporting/README.rst @@ -1,7 +1,7 @@ Python Client for Stackdriver Error Reporting ============================================= -|pypi| |versions| +|pypi| |versions| |compat_check_pypi| |compat_check_github| The Stackdriver `Error Reporting`_ API counts, analyzes and aggregates the crashes in your running cloud services. A centralized error management @@ -20,6 +20,10 @@ to receive email and mobile alerts on new errors. :target: https://pypi.org/project/google-cloud-error-reporting/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-error-reporting.svg :target: https://pypi.org/project/google-cloud-error-reporting/ +.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-cloud-error-reporting + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-cloud-error-reporting +.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Derror_reporting + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Derror_reporting Quick Start ----------- From 07291d64e480c1562b51b13b7fb3acf70dc38d62 Mon Sep 17 00:00:00 2001 From: Lily Li Date: Tue, 4 Jun 2019 13:46:07 -0700 Subject: [PATCH 14/44] Firestore: add compatibility check badges to README --- firestore/README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/firestore/README.rst b/firestore/README.rst index 638d040a73d4..3c01cea29eed 100644 --- a/firestore/README.rst +++ b/firestore/README.rst @@ -1,7 +1,7 @@ Python Client for Google Cloud Firestore ======================================== -|beta| |pypi| |versions| +|beta| |pypi| |versions| |compat_check_pypi| |compat_check_github| The `Google Cloud Firestore`_ API is a flexible, scalable database for mobile, web, and server development from Firebase and Google @@ -20,6 +20,10 @@ including Cloud Functions. .. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-firestore.svg :target: https://pypi.org/project/google-cloud-firestore/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-firestore.svg +.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-cloud-firestore + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-cloud-firestore +.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dfirestore + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dfirestore .. _Google Cloud Firestore: https://cloud.google.com/firestore/ .. _Product Documentation: https://cloud.google.com/firestore/docs/ .. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/firestore/index.html From cb10c1d74f8acde8890889010198dd2756772826 Mon Sep 17 00:00:00 2001 From: Lily Li Date: Tue, 4 Jun 2019 13:58:26 -0700 Subject: [PATCH 15/44] IoT: add compatibility check badges to README --- iot/README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/iot/README.rst b/iot/README.rst index b48f6fcafe72..507beb94499a 100644 --- a/iot/README.rst +++ b/iot/README.rst @@ -1,7 +1,7 @@ Python Client for Cloud IoT API =============================== -|alpha| |pypi| |versions| +|alpha| |pypi| |versions| |compat_check_pypi| |compat_check_github| `Cloud IoT API`_: Registers and manages IoT (Internet of Things) devices that connect to the Google Cloud Platform. @@ -15,6 +15,10 @@ connect to the Google Cloud Platform. :target: https://pypi.org/project/google-cloud-iot/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-iot.svg :target: https://pypi.org/project/google-cloud-iot/ +.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-cloud-iot + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-cloud-iot +.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Diot + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Diot .. _Cloud IoT API: https://cloud.google.com/iot .. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/iot/index.html .. _Product Documentation: https://cloud.google.com/iot From d96b69aec1c5526ec1794e09a8d166c5d4643dc1 Mon Sep 17 00:00:00 2001 From: Lily Li Date: Tue, 4 Jun 2019 16:06:07 -0700 Subject: [PATCH 16/44] Key Management Service: add compatibility check badges to README --- kms/README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/kms/README.rst b/kms/README.rst index 8ca064c342dc..5af5a8310c3a 100644 --- a/kms/README.rst +++ b/kms/README.rst @@ -1,7 +1,7 @@ Python Client for Cloud Key Management Service (KMS) API ======================================================== -|GA| |pypi| |versions| +|GA| |pypi| |versions| |compat_check_pypi| |compat_check_github| `Cloud Key Management Service (KMS) API`_: Manages keys and performs cryptographic operations in a central cloud service, for direct use by other @@ -16,6 +16,10 @@ cloud resources and applications. :target: https://pypi.org/project/google-cloud-kms/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-kms.svg :target: https://pypi.org/project/google-cloud-kms/ +.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-cloud-kms + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-cloud-kms +.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dkms + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dkms .. _Cloud Key Management Service (KMS) API: https://cloud.google.com/kms .. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/kms/index.html .. _Product Documentation: https://cloud.google.com/kms From b67eaefdff2d45b4335e6915a262f19233c412b4 Mon Sep 17 00:00:00 2001 From: Lily Li Date: Tue, 4 Jun 2019 16:09:12 -0700 Subject: [PATCH 17/44] Language: add compatibility check badges to README --- language/README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/language/README.rst b/language/README.rst index c88d722e9830..a68b57d1f39f 100644 --- a/language/README.rst +++ b/language/README.rst @@ -1,7 +1,7 @@ Python Client for Google Cloud Natural Language =============================================== -|GA| |pypi| |versions| +|GA| |pypi| |versions| |compat_check_pypi| |compat_check_github| The `Google Cloud Natural Language`_ API can be used to reveal the structure and meaning of text via powerful machine @@ -22,6 +22,10 @@ with your document storage on Google Cloud Storage. :target: https://pypi.org/project/google-cloud-language/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-language.svg :target: https://pypi.org/project/google-cloud-language/ +.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-cloud-language + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-cloud-language +.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dlanguage + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dlanguage .. _Google Cloud Natural Language: https://cloud.google.com/natural-language/ .. _Product Documentation: https://cloud.google.com/language/docs .. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/language/index.html From 815e6ace831d4179b1c16a8969243ee495c79f35 Mon Sep 17 00:00:00 2001 From: Lily Li Date: Tue, 4 Jun 2019 16:13:00 -0700 Subject: [PATCH 18/44] Logging: add compatibility check badges to README --- logging/README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/logging/README.rst b/logging/README.rst index e7687dc74bb1..a06077102e76 100644 --- a/logging/README.rst +++ b/logging/README.rst @@ -1,7 +1,7 @@ Python Client for Stackdriver Logging ===================================== -|pypi| |versions| +|pypi| |versions| |compat_check_pypi| |compat_check_github| `Stackdriver Logging API`_: Writes log entries and manages your Stackdriver Logging configuration. @@ -13,6 +13,10 @@ Logging configuration. :target: https://pypi.org/project/google-cloud-logging/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-logging.svg :target: https://pypi.org/project/google-cloud-logging/ +.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-cloud-logging + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-cloud-logging +.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dlogging + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dlogging .. _Stackdriver Logging API: https://cloud.google.com/logging .. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/logging/usage.html .. _Product Documentation: https://cloud.google.com/logging/docs From b55e1700320263868771c9e8f350fa50b1ae3d1b Mon Sep 17 00:00:00 2001 From: Lily Li Date: Tue, 4 Jun 2019 16:15:49 -0700 Subject: [PATCH 19/44] Monitoring: add compatibility check badges to README --- monitoring/README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/monitoring/README.rst b/monitoring/README.rst index 3a31f83d151f..abcdf2b1522a 100644 --- a/monitoring/README.rst +++ b/monitoring/README.rst @@ -1,7 +1,7 @@ Python Client for Stackdriver Monitoring API (`Alpha`_) ======================================================= -|pypi| |versions| +|pypi| |versions| |compat_check_pypi| |compat_check_github| `Stackdriver Monitoring API`_: Manages your Stackdriver Monitoring data and configurations. Most projects must be associated with a Stackdriver account, @@ -15,6 +15,10 @@ with a few exceptions as noted on the individual method pages. :target: https://pypi.org/project/google-cloud-monitoring/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-monitoring.svg :target: https://pypi.org/project/google-cloud-monitoring/ +.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-cloud-monitoring + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-cloud-monitoring +.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dmonitoring + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dmonitoring .. _Stackdriver Monitoring API: https://cloud.google.com/monitoring/api/ref_v3/rest/ .. _Client Library Documentation: https://google-cloud-python.readthedocs.io/en/latest/monitoring/ .. _Product Documentation: https://cloud.google.com/monitoring/docs From 0af7d763a0a8b4c6048b69bdda624fa835572093 Mon Sep 17 00:00:00 2001 From: Lily Li Date: Tue, 4 Jun 2019 16:21:23 -0700 Subject: [PATCH 20/44] PubSub: add compatibility check badges to README --- pubsub/README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pubsub/README.rst b/pubsub/README.rst index 2895b60f761e..c8db9c24baad 100644 --- a/pubsub/README.rst +++ b/pubsub/README.rst @@ -1,7 +1,7 @@ Python Client for Google Cloud Pub / Sub ======================================== -|beta| |pypi| |versions| +|beta| |pypi| |versions| |compat_check_pypi| |compat_check_github| `Google Cloud Pub / Sub`_ is a fully-managed real-time messaging service that allows you to send and receive messages between independent applications. You @@ -25,6 +25,10 @@ independently written applications. :target: https://pypi.org/project/google-cloud-pubsub/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-pubsub.svg :target: https://pypi.org/project/google-cloud-pubsub/ +.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-cloud-pubsub + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-cloud-pubsub +.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dpubsub + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dpubsub .. _Google Cloud Pub / Sub: https://cloud.google.com/pubsub/ .. _Product Documentation: https://cloud.google.com/pubsub/docs .. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/pubsub/ From de93be87ce6ee9d3937b32bd87cdbf5b514ae0e0 Mon Sep 17 00:00:00 2001 From: Lily Li Date: Tue, 4 Jun 2019 16:23:50 -0700 Subject: [PATCH 21/44] Redis: add compatibility check badges to README --- redis/README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/redis/README.rst b/redis/README.rst index 347dc6af9cc1..f9f817573c79 100644 --- a/redis/README.rst +++ b/redis/README.rst @@ -1,7 +1,7 @@ Python Client for Google Cloud Memorystore for Redis API ======================================================== -|alpha| |pypi| |versions| +|alpha| |pypi| |versions| |compat_check_pypi| |compat_check_github| `Google Cloud Memorystore for Redis API`_: The Google Cloud Memorystore for Redis API is used for creating and managing Redis instances on the Google @@ -16,6 +16,10 @@ Cloud Platform. :target: https://pypi.org/project/google-cloud-redis/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-redis.svg :target: https://pypi.org/project/google-cloud-redis/ +.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-cloud-redis + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-cloud-redis +.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dredis + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dredis .. _Google Cloud Memorystore for Redis API: https://cloud.google.com/memorystore/ .. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/redis/index.html .. _Product Documentation: https://cloud.google.com/memorystore/ From ec4a7abd3acaed04dd1219388378a945c6ba97e5 Mon Sep 17 00:00:00 2001 From: Lily Li Date: Tue, 4 Jun 2019 16:28:29 -0700 Subject: [PATCH 22/44] Resource Manger: add compatibility check badges to README --- resource_manager/README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/resource_manager/README.rst b/resource_manager/README.rst index c4c271e1ff7a..71758aa20e02 100644 --- a/resource_manager/README.rst +++ b/resource_manager/README.rst @@ -1,7 +1,7 @@ Python Client for Google Cloud Resource Manager =============================================== -|alpha| |pypi| |versions| +|alpha| |pypi| |versions| |compat_check_pypi| |compat_check_github| `Google Cloud Resource Manager`_ API provides methods that you can use to programmatically manage your projects in the Google Cloud Platform. @@ -23,6 +23,10 @@ With this API, you can do the following: :target: https://pypi.org/project/google-cloud-resource-manager/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-resource-manager.svg :target: https://pypi.org/project/google-cloud-resource-manager/ +.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-cloud-resource-manager + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-cloud-resource-manager +.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dresource_manager + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dresource_manager .. _Google Cloud Resource Manager: https://cloud.google.com/resource-manager/ .. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/resource-manager/api.html .. _Product Documentation: https://cloud.google.com/resource-manager/docs/ From ae7dbcfaec629a796cba94f9fa8f3881ad775828 Mon Sep 17 00:00:00 2001 From: Lily Li Date: Tue, 4 Jun 2019 16:32:07 -0700 Subject: [PATCH 23/44] Runtimeconfig: add compatibility check badges to README --- runtimeconfig/README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/runtimeconfig/README.rst b/runtimeconfig/README.rst index a74e0d32abe3..55647cd1819e 100644 --- a/runtimeconfig/README.rst +++ b/runtimeconfig/README.rst @@ -1,7 +1,7 @@ Python Client for Google Cloud RuntimeConfig ============================================ -|alpha| |pypi| |versions| +|alpha| |pypi| |versions| |compat_check_pypi| |compat_check_github| The `Google Cloud RuntimeConfig`_ API enables developers to dynamically configure and expose variables through Google Cloud Platform. In addition, you @@ -17,6 +17,10 @@ return based on certain conditions. :target: https://pypi.org/project/google-cloud-runtimeconfig/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-runtimeconfig.svg :target: https://pypi.org/project/google-cloud-runtimeconfig/ +.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-cloud-runtimeconfig + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-cloud-runtimeconfig +.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Druntimeconfig + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Druntimeconfig .. _Google Cloud RuntimeConfig: https://cloud.google.com/deployment-manager/runtime-configurator/ .. _Client Library Documentation: http://googleapis.github.io/google-cloud-python/runtimeconfig/index.html .. _Product Documentation: https://cloud.google.com/deployment-manager/runtime-configurator/reference/rest/ From e01aaede60da1a2985ad6b7becdb9935bdef0f8b Mon Sep 17 00:00:00 2001 From: Lily Li Date: Tue, 4 Jun 2019 16:35:46 -0700 Subject: [PATCH 24/44] Security Command Center: add compatibility check badges to README --- securitycenter/README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/securitycenter/README.rst b/securitycenter/README.rst index 02c4192c4640..69e76169c841 100644 --- a/securitycenter/README.rst +++ b/securitycenter/README.rst @@ -1,6 +1,6 @@ Python Client for Cloud Security Command Center API (`Alpha`_) ============================================================== -|alpha| |pypi| |versions| +|alpha| |pypi| |versions| |compat_check_pypi| |compat_check_github| `Cloud Security Command Center API`_: The public Cloud Security Command Center API. @@ -13,6 +13,10 @@ Python Client for Cloud Security Command Center API (`Alpha`_) :target: https://pypi.org/project/google-cloud-securitycenter/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-securitycenter.svg :target: https://pypi.org/project/google-cloud-securitycenter/ +.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-cloud-securitycenter + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-cloud-securitycenter +.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dsecuritycenter + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dsecuritycenter .. _Alpha: https://github.com/googleapis/google-cloud-python/blob/master/README.rst .. _Cloud Security Command Center API: https://cloud.google.com/security-command-center .. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/securitycenter/index.html From 5ce57d88f2ff95a47db29c93aac5e4991fcdaf7a Mon Sep 17 00:00:00 2001 From: Lily Li Date: Tue, 4 Jun 2019 16:39:22 -0700 Subject: [PATCH 25/44] Spanner: add compatibility check badges to README --- spanner/README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/spanner/README.rst b/spanner/README.rst index 94cf80c7f9e7..98086cfa1d6f 100644 --- a/spanner/README.rst +++ b/spanner/README.rst @@ -1,7 +1,7 @@ Python Client for Cloud Spanner =============================== -|GA| |pypi| |versions| +|GA| |pypi| |versions| |compat_check_pypi| |compat_check_github| `Cloud Spanner`_ is the world's first fully managed relational database service to offer both strong consistency and horizontal scalability for @@ -21,6 +21,10 @@ workloads. :target: https://pypi.org/project/google-cloud-spanner/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-spanner.svg :target: https://pypi.org/project/google-cloud-spanner/ +.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-cloud-spanner + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-cloud-spanner +.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dspanner + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dspanner .. _Cloud Spanner: https://cloud.google.com/spanner/ .. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/spanner/index.html .. _Product Documentation: https://cloud.google.com/spanner/docs From 47621d8586c59c7e02b04f157e1405b6a91fdcb6 Mon Sep 17 00:00:00 2001 From: Lily Li Date: Tue, 4 Jun 2019 17:42:31 -0700 Subject: [PATCH 26/44] Speech: add compatibility check badges to README --- speech/README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/speech/README.rst b/speech/README.rst index 64cc0d893d19..52b54885c1c9 100644 --- a/speech/README.rst +++ b/speech/README.rst @@ -1,7 +1,7 @@ Python Client for Cloud Speech API ================================== -|beta| |pypi| |versions| +|beta| |pypi| |versions| |compat_check_pypi| |compat_check_github| The `Cloud Speech API`_ enables developers to convert audio to text by applying powerful neural network models. The API recognizes over 80 languages and @@ -16,6 +16,10 @@ variants, to support your global user base. :target: https://pypi.org/project/google-cloud-speech/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-speech.svg :target: https://pypi.org/project/google-cloud-speech/ +.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-cloud-speech + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-cloud-speech +.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dspeech + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dspeech .. _Cloud Speech API: https://cloud.google.com/speech .. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/speech/index.html .. _Product Documentation: https://cloud.google.com/speech From 2b8641584375c41c49dc27a43749b508e37204be Mon Sep 17 00:00:00 2001 From: Lily Li Date: Tue, 4 Jun 2019 17:45:36 -0700 Subject: [PATCH 27/44] Storage: add compatibility check badges to README --- storage/README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/storage/README.rst b/storage/README.rst index 6cfa30effbc4..fba85d118803 100644 --- a/storage/README.rst +++ b/storage/README.rst @@ -1,7 +1,7 @@ Python Client for Google Cloud Storage ====================================== -|GA| |pypi| |versions| +|GA| |pypi| |versions| |compat_check_pypi| |compat_check_github| `Google Cloud Storage`_ allows you to store data on Google infrastructure with very high reliability, performance and @@ -17,6 +17,10 @@ via direct download. :target: https://pypi.org/project/google-cloud-storage .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-storage.svg :target: https://pypi.org/project/google-cloud-storage +.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-cloud-storage + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-cloud-storage +.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dstorage + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dstorage .. _Google Cloud Storage: https://cloud.google.com/storage/docs .. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/storage/client.html .. _Storage API docs: https://cloud.google.com/storage/docs/json_api/v1 From a28811fc9474cab9c9d16f0b02b53121d790c74e Mon Sep 17 00:00:00 2001 From: Lily Li Date: Tue, 4 Jun 2019 17:48:15 -0700 Subject: [PATCH 28/44] Tasks: add compatibility check badges to README --- tasks/README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tasks/README.rst b/tasks/README.rst index 4a1a2cb37331..5032970ab12a 100644 --- a/tasks/README.rst +++ b/tasks/README.rst @@ -1,7 +1,7 @@ Python Client for Cloud Tasks API ================================= -|GA| |pypi| |versions| +|GA| |pypi| |versions| |compat_check_pypi| |compat_check_github| `Cloud Tasks API`_: Manages the execution of large numbers of distributed requests. @@ -15,6 +15,10 @@ requests. :target: https://pypi.org/project/google-cloud-tasks/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-tasks.svg :target: https://pypi.org/project/google-cloud-tasks/ +.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-cloud-tasks + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-cloud-tasks +.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dtasks + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dtasks .. _Cloud Tasks API: https://cloud.google.com/tasks .. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/tasks/index.html .. _Product Documentation: https://cloud.google.com/tasks From 243a06e11095d260ccd0a6a06619a780ccb30272 Mon Sep 17 00:00:00 2001 From: Lily Li Date: Tue, 4 Jun 2019 17:51:09 -0700 Subject: [PATCH 29/44] Text-to-Speech: add compatibility check badges to README --- texttospeech/README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/texttospeech/README.rst b/texttospeech/README.rst index 4b128b243fcb..fe69909fd370 100644 --- a/texttospeech/README.rst +++ b/texttospeech/README.rst @@ -1,7 +1,7 @@ Python Client for Cloud Text-to-Speech API ========================================== -|alpha| |pypi| |versions| +|alpha| |pypi| |versions| |compat_check_pypi| |compat_check_github| `Cloud Text-to-Speech API`_: Synthesizes natural-sounding speech by applying powerful neural network models. @@ -15,6 +15,10 @@ powerful neural network models. :target: https://pypi.org/project/google-cloud-texttospeech/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-texttospeech.svg :target: https://pypi.org/project/google-cloud-texttospeech/ +.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-cloud-texttospeech + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-cloud-texttospeech +.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dtexttospeech + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dtexttospeech .. _Cloud Text-to-Speech API: https://cloud.google.com/texttospeech .. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/texttospeech/index.html .. _Product Documentation: https://cloud.google.com/texttospeech From 48e0605c6784b68efe86af05260cf4ef733d91db Mon Sep 17 00:00:00 2001 From: Lily Li Date: Tue, 4 Jun 2019 17:53:33 -0700 Subject: [PATCH 30/44] Trace: add compatibility check badges to README --- trace/README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/trace/README.rst b/trace/README.rst index 8d32e2ead3cd..6b15d8f9fd4f 100644 --- a/trace/README.rst +++ b/trace/README.rst @@ -1,7 +1,7 @@ Python Client for Stackdriver Trace API ======================================= -|alpha| |pypi| |versions| +|alpha| |pypi| |versions| |compat_check_pypi| |compat_check_github| The `Stackdriver Trace API`_ sends application trace data to Stackdriver Trace for viewing. Trace data is collected for all App Engine applications by @@ -16,6 +16,10 @@ default. Trace data from other applications can be provided using this API. :target: https://pypi.org/project/google-cloud-trace/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-trace.svg :target: https://pypi.org/project/google-cloud-trace/ +.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-cloud-trace + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-cloud-trace +.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dtrace + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dtrace .. _Stackdriver Trace API: https://cloud.google.com/trace .. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/trace/starting.html .. _Product Documentation: https://cloud.google.com/trace From c9f36cc0062ade56d013ecd8c13bdf13833b43be Mon Sep 17 00:00:00 2001 From: Lily Li Date: Tue, 4 Jun 2019 17:56:01 -0700 Subject: [PATCH 31/44] Translate: add compatibility check badges to README --- translate/README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/translate/README.rst b/translate/README.rst index ab1762eda107..724b8b816b36 100644 --- a/translate/README.rst +++ b/translate/README.rst @@ -1,7 +1,7 @@ Python Client for Google Cloud Translation ========================================== -|GA| |pypi| |versions| +|GA| |pypi| |versions| |compat_check_pypi| |compat_check_github| With `Google Cloud Translation`_, you can dynamically translate text between thousands of language pairs. The Google Cloud Translation API lets websites @@ -18,6 +18,10 @@ Cloud Translation is available as a paid service. See the `Pricing`_ and :target: https://pypi.org/project/google-cloud-translate/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-translate.svg :target: https://pypi.org/project/google-cloud-translate/ +.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-cloud-translate + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-cloud-translate +.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dtranslate + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dtranslate .. _Google Cloud Translation: https://cloud.google.com/translate/ .. _Pricing: https://cloud.google.com/translate/pricing .. _FAQ: https://cloud.google.com/translate/faq From eaa87555353b031d93e5e09312ea7234c5dfb7d1 Mon Sep 17 00:00:00 2001 From: Lily Li Date: Tue, 4 Jun 2019 17:57:44 -0700 Subject: [PATCH 32/44] Video Intelligence: add compatibility check badges to README --- videointelligence/README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/videointelligence/README.rst b/videointelligence/README.rst index fc9c1a987a47..935b9261e257 100644 --- a/videointelligence/README.rst +++ b/videointelligence/README.rst @@ -1,7 +1,7 @@ Python Client for Google Cloud Video Intelligence ================================================= -|beta| |pypi| |versions| +|beta| |pypi| |versions| |compat_check_pypi| |compat_check_github| `Google Cloud Video Intelligence`_ API makes videos searchable, and discoverable, by extracting metadata with an easy to use API. @@ -21,6 +21,10 @@ relevant information at the video, shot or per frame. :target: https://pypi.org/project/google-cloud-videointelligence/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-videointelligence.svg :target: https://pypi.org/project/google-cloud-videointelligence/ +.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-cloud-videointelligence + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-cloud-videointelligence +.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dvideointelligence + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dvideointelligence .. _Google Cloud Video Intelligence: https://cloud.google.com/video-intelligence/ .. _Google Cloud Storage: https://cloud.google.com/storage/ .. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/videointelligence/index.html From d50bad8b8a02197db87e38bc473aa0803b35654c Mon Sep 17 00:00:00 2001 From: Lily Li Date: Wed, 5 Jun 2019 11:00:50 -0700 Subject: [PATCH 33/44] Vision: add compatibility check badges to README --- vision/README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/vision/README.rst b/vision/README.rst index 232cf6729912..e89afdfb4d40 100644 --- a/vision/README.rst +++ b/vision/README.rst @@ -1,7 +1,7 @@ Python Client for Google Cloud Vision ===================================== -|beta| |pypi| |versions| +|beta| |pypi| |versions| |compat_check_pypi| |compat_check_github| The `Google Cloud Vision`_ API enables developers to understand the content of an image by encapsulating powerful machine @@ -23,6 +23,10 @@ Storage. :target: https://pypi.org/project/google-cloud-vision/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-vision.svg :target: https://pypi.org/project/google-cloud-vision/ +.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-cloud-vision + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-cloud-vision +.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dvision + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dvision .. _Vision: https://cloud.google.com/vision/ .. _Google Cloud Vision: https://cloud.google.com/vision/ From 00d6eb5ef179af183308f95bfb757a189b426065 Mon Sep 17 00:00:00 2001 From: Lily Li Date: Wed, 5 Jun 2019 11:04:36 -0700 Subject: [PATCH 34/44] Web Security Scanner: add compatibility check badges to README --- websecurityscanner/README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/websecurityscanner/README.rst b/websecurityscanner/README.rst index e9dee9b3bcba..fb88646f211f 100644 --- a/websecurityscanner/README.rst +++ b/websecurityscanner/README.rst @@ -1,7 +1,7 @@ Python Client for Web Security Scanner API ========================================== -|alpha| |pypi| |versions| +|alpha| |pypi| |versions| |compat_check_pypi| |compat_check_github| `Web Security Scanner API`_: Web Security Scanner API (under development). @@ -14,6 +14,10 @@ Python Client for Web Security Scanner API :target: https://pypi.org/project/google-cloud-websecurityscanner/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-websecurityscanner.svg :target: https://pypi.org/project/google-cloud-websecurityscanner/ +.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-cloud-websecurityscanner + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-cloud-websecurityscanner +.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dwebsecurityscanner + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dwebsecurityscanner .. _Web Security Scanner API: https://cloud.google.com/security-scanner .. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/websecurityscanner/index.html .. _Product Documentation: https://cloud.google.com/security-scanner From 2f4232b08a3e81e464f270f5028c6325c9f0f641 Mon Sep 17 00:00:00 2001 From: Lily Li Date: Wed, 5 Jun 2019 16:52:30 -0700 Subject: [PATCH 35/44] Bigquery Storage: add compatibility check badges to README --- bigquery_storage/README.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/bigquery_storage/README.rst b/bigquery_storage/README.rst index 55f2626c40d0..17835f8ba67f 100644 --- a/bigquery_storage/README.rst +++ b/bigquery_storage/README.rst @@ -1,11 +1,17 @@ Python Client for BigQuery Storage API (`Beta`_) ================================================= +|compat_check_pypi| |compat_check_github| + `BigQuery Storage API`_: - `Client Library Documentation`_ - `Product Documentation`_ +.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-cloud-bigquery-storage + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-cloud-bigquery-storage +.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dbigquery_storage + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dbigquery_storage .. _Beta: https://github.com/googleapis/google-cloud-python/blob/master/README.rst .. _BigQuery Storage API: https://cloud.google.com/bigquery/docs/reference/storage/ .. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/bigquery_storage/index.html @@ -97,4 +103,4 @@ Next Steps APIs that we cover. .. _BigQuery Storage API Product documentation: https://cloud.google.com/bigquery/docs/reference/storage/ -.. _repository’s main README: https://github.com/googleapis/google-cloud-python/blob/master/README.rst \ No newline at end of file +.. _repository’s main README: https://github.com/googleapis/google-cloud-python/blob/master/README.rst From 33386db1990bd4e9bf5ccfeb9b8f26b96d4041d1 Mon Sep 17 00:00:00 2001 From: Lily Li Date: Wed, 5 Jun 2019 16:55:15 -0700 Subject: [PATCH 36/44] Data Catalog: add compatibility check badges to README --- datacatalog/README.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/datacatalog/README.rst b/datacatalog/README.rst index 699afb5a425d..512a3befb73b 100644 --- a/datacatalog/README.rst +++ b/datacatalog/README.rst @@ -1,6 +1,8 @@ Python Client for Google Cloud Data Catalog API (`Alpha`_) ========================================================== +|compat_check_pypi| |compat_check_github| + `Google Cloud Data Catalog API`_: Google Cloud Data Catalog API provides features to attach metadata to Google Cloud Platform resources like BigQuery Tables. Key critical resources include: Entries (Data Catalog representation of a cloud resource). @@ -8,6 +10,10 @@ include: Entries (Data Catalog representation of a cloud resource). - `Client Library Documentation`_ - `Product Documentation`_ +.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-cloud-datacatalog + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-cloud-datacatalog +.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Ddatacatalog + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Ddatacatalog .. _Alpha: https://github.com/googleapis/google-cloud-python/blob/master/README.rst .. _Google Cloud Data Catalog API: https://cloud.google.com/data-catalog .. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/datacatalog/index.html @@ -74,4 +80,4 @@ Next Steps APIs that we cover. .. _Google Cloud Data Catalog API Product documentation: https://cloud.google.com/data-catalog -.. _repository’s main README: https://github.com/googleapis/google-cloud-python/blob/master/README.rst \ No newline at end of file +.. _repository’s main README: https://github.com/googleapis/google-cloud-python/blob/master/README.rst From 6750a2c3d31e5efc95b4a6eff76207ad59c90c8c Mon Sep 17 00:00:00 2001 From: Lily Li Date: Wed, 5 Jun 2019 16:57:08 -0700 Subject: [PATCH 37/44] Data Labeling: add compatibility check badges to README --- datalabeling/README.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/datalabeling/README.rst b/datalabeling/README.rst index e269d2e41360..0bcbe7707205 100644 --- a/datalabeling/README.rst +++ b/datalabeling/README.rst @@ -1,11 +1,17 @@ Python Client for Data Labeling API (`Beta`_) ============================================== +|compat_check_pypi| |compat_check_github| + `Data Labeling API`_: Public API for Google Cloud AI Data Labeling Service. - `Client Library Documentation`_ - `Product Documentation`_ +.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-cloud-datalabeling + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-cloud-datalabeling +.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Ddatalabeling + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Ddatalabeling .. _Beta: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst .. _Data Labeling API: https://cloud.google.com/datalabeling .. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/datalabeling/usage.html @@ -84,4 +90,4 @@ Next Steps APIs that we cover. .. _Data Labeling API Product documentation: https://cloud.google.com/datalabeling -.. _repository’s main README: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst \ No newline at end of file +.. _repository’s main README: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst From 28d49d32a2844c7e0525e32e1a88415c823cc2b2 Mon Sep 17 00:00:00 2001 From: Lily Li Date: Wed, 5 Jun 2019 16:59:00 -0700 Subject: [PATCH 38/44] IAM: add compatibility check badges to README --- iam/README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/iam/README.rst b/iam/README.rst index c4c1ff0eb139..90072149ee30 100644 --- a/iam/README.rst +++ b/iam/README.rst @@ -1,11 +1,17 @@ Python Client for IAM API (`Alpha`_) ================================================================ +|compat_check_pypi| |compat_check_github| + `IAM API`_: IAM API - `Client Library Documentation`_ - `Product Documentation`_ +.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-cloud-iam + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-cloud-iam +.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Diam + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Diam .. _Alpha: https://github.com/googleapis/google-cloud-python/blob/master/README.rst .. _IAM API: https://cloud.google.com/iam .. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/iam/index.html From b2038f7b8b8652322aad265c71a35d43fdee479e Mon Sep 17 00:00:00 2001 From: Lily Li Date: Wed, 5 Jun 2019 17:01:44 -0700 Subject: [PATCH 39/44] IRM: add compatibility check badges to README --- irm/README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/irm/README.rst b/irm/README.rst index 0aca26ee3107..b70f79f8d376 100644 --- a/irm/README.rst +++ b/irm/README.rst @@ -1,11 +1,17 @@ Python Client for Stackdriver Incident Response & Management API (`Alpha`_) =========================================================================== +|compat_check_pypi| |compat_check_github| + `Stackdriver Incident Response & Management API`_: - `Client Library Documentation`_ - `Product Documentation`_ +.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-cloud-irm + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-cloud-irm +.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dirm + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dirm .. _Alpha: https://github.com/googleapis/google-cloud-python/blob/master/README.rst .. _Stackdriver Incident Response & Management API: https://cloud.google.com/incident-response/ .. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/irm From ca4c7822f12a9e691e1ac5028356bdd19051b1bf Mon Sep 17 00:00:00 2001 From: Lily Li Date: Wed, 5 Jun 2019 17:05:41 -0700 Subject: [PATCH 40/44] OS Login: add compatibility check badges to README --- oslogin/README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/oslogin/README.rst b/oslogin/README.rst index a4a7df0e38d8..09649af6d60f 100644 --- a/oslogin/README.rst +++ b/oslogin/README.rst @@ -1,13 +1,17 @@ Python Client for Google Cloud OS Login API (unreleased) ======================================================== -|pypi| |versions| +|pypi| |versions| |compat_check_pypi| |compat_check_github| `Google Cloud OS Login API`_: Manages OS login configuration for Google account users. - `Client Library Documentation`_ - `Product Documentation`_ +.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-cloud-os-login + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-cloud-os-login +.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Doslogin + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Doslogin .. _Alpha: https://github.com/googleapis/google-cloud-python/blob/master/README.rst .. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-oslogin.svg :target: https://pypi.org/project/google-cloud-oslogin/ From 524638036299b062912845f375fe42486358a32b Mon Sep 17 00:00:00 2001 From: Lily Li Date: Wed, 5 Jun 2019 17:08:08 -0700 Subject: [PATCH 41/44] Phishing Protection: add compatibility check badges to README --- phishingprotection/README.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/phishingprotection/README.rst b/phishingprotection/README.rst index bd02065e370f..40bf5859e11e 100644 --- a/phishingprotection/README.rst +++ b/phishingprotection/README.rst @@ -1,11 +1,17 @@ Python Client for Phishing Protection API (`Alpha`_) ==================================================== +|compat_check_pypi| |compat_check_github| + `Phishing Protection API`_: - `Client Library Documentation`_ - `Product Documentation`_ +.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-cloud-phishing-protection + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-cloud-phishing-protection +.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dphishingprotection + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dphishingprotection .. _Alpha: https://github.com/googleapis/google-cloud-python/blob/master/README.rst .. _Phishing Protection API: https://cloud.google.com/phishing-protection .. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/phishingprotection/usage.html @@ -72,4 +78,4 @@ Next Steps APIs that we cover. .. _Phishing Protection API Product documentation: https://cloud.google.com/phishing-protection -.. _repository’s main README: https://github.com/googleapis/google-cloud-python/blob/master/README.rst \ No newline at end of file +.. _repository’s main README: https://github.com/googleapis/google-cloud-python/blob/master/README.rst From 853f168a1e1469aeed26b7bc79c74360dc6bbc47 Mon Sep 17 00:00:00 2001 From: Lily Li Date: Wed, 5 Jun 2019 17:10:24 -0700 Subject: [PATCH 42/44] Scheduler: add compatibility check badges to README --- scheduler/README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scheduler/README.rst b/scheduler/README.rst index cb5c6c802f0b..722c837eb88d 100644 --- a/scheduler/README.rst +++ b/scheduler/README.rst @@ -1,7 +1,7 @@ Python Client for Cloud Scheduler API ================================================ -|GA| |pypi| |versions| +|GA| |pypi| |versions| |compat_check_pypi| |compat_check_github| `Cloud Scheduler API`_: Creates and manages jobs run on a regular recurring schedule. @@ -14,6 +14,10 @@ Python Client for Cloud Scheduler API :target: https://pypi.org/project/google-cloud-scheduler/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-scheduler.svg :target: https://pypi.org/project/google-cloud-scheduler/ +.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-cloud-scheduler + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-cloud-scheduler +.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dscheduler + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dscheduler .. _Cloud Scheduler API: https://cloud.google.com/scheduler .. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/scheduler/index.html .. _Product Documentation: https://cloud.google.com/scheduler From e6f9fbef3909bb51d20fb063abbd4d4c52991d28 Mon Sep 17 00:00:00 2001 From: Lily Li Date: Wed, 5 Jun 2019 17:13:44 -0700 Subject: [PATCH 43/44] Talent: add compatibility check badges to README --- talent/README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/talent/README.rst b/talent/README.rst index 6cc13cfd5c35..f5aa79b2dd19 100644 --- a/talent/README.rst +++ b/talent/README.rst @@ -1,12 +1,18 @@ Python Client for Cloud Talent Solution API (`Alpha`_) ====================================================== +|compat_check_pypi| |compat_check_github| + `Cloud Talent Solution API`_: Cloud Talent Solution provides the capability to create, read, update, and delete job postings, as well as search jobs based on keywords and filters. - `Client Library Documentation`_ - `Product Documentation`_ +.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-cloud-talent + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-cloud-talent +.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dtalent + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dtalent .. _Alpha: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst .. _Cloud Talent Solution API: https://cloud.google.com/jobs .. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/talent/index.html From f4fc0e04a0cd16d072dbee61bfbaa7680c1a8f60 Mon Sep 17 00:00:00 2001 From: Lily Li Date: Wed, 5 Jun 2019 17:16:41 -0700 Subject: [PATCH 44/44] Web Risk: add compatibility check badges to README --- webrisk/README.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/webrisk/README.rst b/webrisk/README.rst index b0b45702aadd..ef22a585b946 100644 --- a/webrisk/README.rst +++ b/webrisk/README.rst @@ -1,15 +1,21 @@ Python Client for Web Risk API (`Alpha`_) ========================================= +|compat_check_pypi| |compat_check_github| + **Note:** Cloud Web Risk is not yet publicly available. You must be whitelisted in order to gain access. See `Setting up the Web Risk API`_ in the product documentation for a link to the sign-up form. -.. _Setting up the Web Risk API: +.. _Setting up the Web Risk API: `Web Risk API`: https://cloud.google.com/web-risk/docs/quickstart - `Client Library Documentation`_ - `Product Documentation`_ +.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-cloud-webrisk + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-cloud-webrisk +.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dwebrisk + :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Dwebrisk .. _Alpha: https://github.com/googleapis/google-cloud-python/blob/master/README.rst .. _Web Risk API: https://cloud.google.com/webrisk .. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/webrisk/usage.html