From 7bd28d64bdf77659c20c05e7b358f3a12b7bae02 Mon Sep 17 00:00:00 2001 From: Pravin Dahal Date: Mon, 11 Feb 2019 14:57:01 +0100 Subject: [PATCH] Updated client library documentation URLs Previously, the URLs would redirect using JavaScript, which would either be slow or not work at all (in case JavaScript is disabled on the browser) --- api_core/README.rst | 2 +- asset/README.rst | 4 ++-- automl/README.rst | 4 ++-- bigquery/README.rst | 4 ++-- bigquery_datatransfer/README.rst | 4 ++-- bigquery_storage/README.rst | 4 ++-- bigtable/README.rst | 4 ++-- core/README.rst | 2 +- dataproc/README.rst | 4 ++-- datastore/README.rst | 4 ++-- dlp/README.rst | 4 ++-- dns/README.rst | 4 ++-- error_reporting/README.rst | 4 ++-- firestore/README.rst | 4 ++-- iot/README.rst | 4 ++-- kms/README.rst | 4 ++-- language/README.rst | 6 +++--- legacy/google-cloud/setup-README.rst | 4 ++-- logging/README.rst | 4 ++-- monitoring/README.rst | 2 +- oslogin/README.rst | 4 ++-- pubsub/README.rst | 4 ++-- redis/README.rst | 4 ++-- resource_manager/README.rst | 2 +- runtimeconfig/README.rst | 4 ++-- scheduler/README.rst | 4 ++-- securitycenter/README.rst | 4 ++-- spanner/README.rst | 4 ++-- speech/README.rst | 4 ++-- storage/README.rst | 4 ++-- storage/google/cloud/storage/blob.py | 2 +- tasks/README.rst | 4 ++-- texttospeech/README.rst | 4 ++-- trace/README.rst | 4 ++-- translate/README.rst | 4 ++-- videointelligence/README.rst | 4 ++-- vision/README.rst | 4 ++-- websecurityscanner/README.rst | 4 ++-- 38 files changed, 72 insertions(+), 72 deletions(-) diff --git a/api_core/README.rst b/api_core/README.rst index f0caaaff0e4d..6faa49a46f3f 100644 --- a/api_core/README.rst +++ b/api_core/README.rst @@ -11,7 +11,7 @@ common helpers used by all Google API clients. For more information, see the :target: https://pypi.org/project/google-api_core/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-api_core.svg :target: https://pypi.org/project/google-api_core/ -.. _documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/core/ +.. _documentation: https://googleapis.github.io/google-cloud-python/latest/core/ Supported Python Versions diff --git a/asset/README.rst b/asset/README.rst index 6498b3413fe1..57a88bc6423b 100644 --- a/asset/README.rst +++ b/asset/README.rst @@ -15,7 +15,7 @@ Python Client for Cloud Asset API .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-asset.svg :target: https://pypi.org/project/google-cloud-asset/ .. _Cloud Asset API: https://cloud.google.com/cloudasset -.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/asset/index.html +.. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/asset/index.html .. _Product Documentation: https://cloud.google.com/cloudasset Quick Start @@ -31,7 +31,7 @@ In order to use this library, you first need to go through the following steps: .. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project .. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project .. _Enable the Cloud Asset API.: https://cloud.google.com/cloudasset -.. _Setup Authentication.: https://googlecloudplatform.github.io/google-cloud-python/latest/core/auth.html +.. _Setup Authentication.: https://googleapis.github.io/google-cloud-python/latest/core/auth.html Installation ~~~~~~~~~~~~ diff --git a/automl/README.rst b/automl/README.rst index 82535f51ef6e..955aec8ad2c0 100644 --- a/automl/README.rst +++ b/automl/README.rst @@ -18,7 +18,7 @@ transfer learning, and Neural Architecture Search technology. .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-automl.svg :target: https://pypi.org/project/google-cloud-automl/ .. _Cloud AutoML API: https://cloud.google.com/automl -.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/automl/index.html +.. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/automl/index.html .. _Product Documentation: https://cloud.google.com/automl Quick Start @@ -34,7 +34,7 @@ In order to use this library, you first need to go through the following steps: .. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project .. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project .. _Enable the Cloud AutoML API.: https://cloud.google.com/automl -.. _Setup Authentication.: https://googlecloudplatform.github.io/google-cloud-python/latest/core/auth.html +.. _Setup Authentication.: https://googleapis.github.io/google-cloud-python/latest/core/auth.html Installation ~~~~~~~~~~~~ diff --git a/bigquery/README.rst b/bigquery/README.rst index 4a237b3fa6ab..a25b3c3a87fc 100644 --- a/bigquery/README.rst +++ b/bigquery/README.rst @@ -18,7 +18,7 @@ processing power of Google's infrastructure. .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-bigquery.svg :target: https://pypi.org/project/google-cloud-bigquery/ .. _BigQuery: https://cloud.google.com/bigquery/what-is-bigquery -.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/bigquery/index.html +.. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/bigquery/index.html .. _Product Documentation: https://cloud.google.com/bigquery/docs/reference/v2/ Quick Start @@ -34,7 +34,7 @@ In order to use this library, you first need to go through the following steps: .. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project .. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project .. _Enable the Google Cloud BigQuery API.: https://cloud.google.com/bigquery -.. _Setup Authentication.: https://googlecloudplatform.github.io/google-cloud-python/latest/core/auth.html +.. _Setup Authentication.: https://googleapis.github.io/google-cloud-python/latest/core/auth.html Installation ~~~~~~~~~~~~ diff --git a/bigquery_datatransfer/README.rst b/bigquery_datatransfer/README.rst index 3ffc1c4a7a06..dfeb7392af6c 100644 --- a/bigquery_datatransfer/README.rst +++ b/bigquery_datatransfer/README.rst @@ -16,7 +16,7 @@ SaaS applications to Google BigQuery on a scheduled, managed basis. .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-bigquery-datatransfer.svg :target: https://pypi.org/project/google-cloud-bigquery-datatransfer/ .. _BigQuery Data Transfer API: https://cloud.google.com/bigquery/transfer -.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/bigquery_datatransfer/index.html +.. _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 Quick Start @@ -30,7 +30,7 @@ In order to use this library, you first need to go through the following steps: .. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project .. _Enable the BigQuery Data Transfer API.: https://cloud.google.com/bigquery/docs/transfer-service-overview -.. _Setup Authentication.: https://googlecloudplatform.github.io/google-cloud-python/latest/core/auth.html +.. _Setup Authentication.: https://googleapis.github.io/google-cloud-python/latest/core/auth.html Installation ~~~~~~~~~~~~ diff --git a/bigquery_storage/README.rst b/bigquery_storage/README.rst index 86284c480e8f..00b12abf8e62 100644 --- a/bigquery_storage/README.rst +++ b/bigquery_storage/README.rst @@ -8,7 +8,7 @@ Python Client for BigQuery Storage API (`Alpha`_) .. _Alpha: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst .. _BigQuery Storage API: https://cloud.google.com/bigquery -.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/bigquery_storage/index.html +.. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/bigquery_storage/index.html .. _Product Documentation: https://cloud.google.com/bigquery Quick Start @@ -24,7 +24,7 @@ In order to use this library, you first need to go through the following steps: .. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project .. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project .. _Enable the BigQuery Storage API.: https://cloud.google.com/bigquerystorage -.. _Setup Authentication.: https://googlecloudplatform.github.io/google-cloud-python/stable/core/auth.html +.. _Setup Authentication.: https://googleapis.github.io/google-cloud-python/stable/core/auth.html Installation ~~~~~~~~~~~~ diff --git a/bigtable/README.rst b/bigtable/README.rst index 8835e2a3bbcf..472e85855830 100644 --- a/bigtable/README.rst +++ b/bigtable/README.rst @@ -17,7 +17,7 @@ Analytics, Maps, and Gmail. .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-bigtable.svg :target: https://pypi.org/project/google-cloud-bigtable/ .. _Google Cloud Bigtable: https://cloud.google.com/bigtable -.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/bigtable/usage.html +.. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/bigtable/usage.html .. _Product Documentation: https://cloud.google.com/bigtable/docs Quick Start @@ -33,7 +33,7 @@ In order to use this library, you first need to go through the following steps: .. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project .. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project .. _Enable the Cloud Bigtable API.: https://cloud.google.com/bigtable -.. _Setup Authentication.: https://googlecloudplatform.github.io/google-cloud-python/latest/core/auth.html +.. _Setup Authentication.: https://googleapis.github.io/google-cloud-python/latest/core/auth.html Installation ~~~~~~~~~~~~ diff --git a/core/README.rst b/core/README.rst index 28a78c9ac87e..086baab27938 100644 --- a/core/README.rst +++ b/core/README.rst @@ -14,7 +14,7 @@ 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/ -.. _Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/core/index.html +.. _Documentation: https://googleapis.github.io/google-cloud-python/latest/core/index.html Quick Start ----------- diff --git a/dataproc/README.rst b/dataproc/README.rst index da632ece1c0d..24dd5325c94f 100644 --- a/dataproc/README.rst +++ b/dataproc/README.rst @@ -15,7 +15,7 @@ Python Client for Google Cloud Dataproc API .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-dataproc.svg :target: https://pypi.org/project/google-cloud-dataproc/ .. _Google Cloud Dataproc API: https://cloud.google.com/dataproc -.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/dataproc/index.html +.. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/dataproc/index.html .. _Product Documentation: https://cloud.google.com/dataproc Quick Start @@ -31,7 +31,7 @@ In order to use this library, you first need to go through the following steps: .. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project .. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project .. _Enable the Google Cloud Dataproc API.: https://cloud.google.com/dataproc -.. _Setup Authentication.: https://googlecloudplatform.github.io/google-cloud-python/latest/core/auth.html +.. _Setup Authentication.: https://googleapis.github.io/google-cloud-python/latest/core/auth.html Installation ~~~~~~~~~~~~ diff --git a/datastore/README.rst b/datastore/README.rst index dbf58b858160..d5db80341043 100644 --- a/datastore/README.rst +++ b/datastore/README.rst @@ -20,7 +20,7 @@ all other queries. :target: https://pypi.org/project/google-cloud-datastore/ .. _Google Cloud Datastore API: https://cloud.google.com/datastore/docs .. _Product Documentation: https://cloud.google.com/datastore/docs -.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/datastore/index.html +.. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/datastore/index.html Quick Start ----------- @@ -35,7 +35,7 @@ In order to use this library, you first need to go through the following steps: .. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project .. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project .. _Enable the Google Cloud Datastore API.: https://cloud.google.com/datastore -.. _Setup Authentication.: https://googlecloudplatform.github.io/google-cloud-python/latest/core/auth.html +.. _Setup Authentication.: https://googleapis.github.io/google-cloud-python/latest/core/auth.html Installation ~~~~~~~~~~~~ diff --git a/dlp/README.rst b/dlp/README.rst index 8cd87612cc02..0777fc0e78af 100644 --- a/dlp/README.rst +++ b/dlp/README.rst @@ -17,7 +17,7 @@ storage repositories. .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-dlp.svg :target: https://pypi.org/project/google-cloud-dlp/ .. _Cloud Data Loss Prevention (DLP) API: https://cloud.google.com/dlp -.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/dlp/index.html +.. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/dlp/index.html .. _Product Documentation: https://cloud.google.com/dlp Quick Start @@ -33,7 +33,7 @@ In order to use this library, you first need to go through the following steps: .. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project .. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project .. _Enable the Cloud Data Loss Prevention (DLP) API.: https://cloud.google.com/dlp -.. _Setup Authentication.: https://googlecloudplatform.github.io/google-cloud-python/latest/core/auth.html +.. _Setup Authentication.: https://googleapis.github.io/google-cloud-python/latest/core/auth.html Installation ~~~~~~~~~~~~ diff --git a/dns/README.rst b/dns/README.rst index f725f4b58441..765969f716b4 100644 --- a/dns/README.rst +++ b/dns/README.rst @@ -16,7 +16,7 @@ manage DNS for your applications. .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-dns.svg .. _Google Cloud DNS: https://cloud.google.com/dns/ :target: https://pypi.org/project/google-cloud-dns/ -.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/dns/index.html +.. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/dns/index.html .. _Product Documentation: https://cloud.google.com/dns/docs/ Quick Start @@ -32,7 +32,7 @@ In order to use this library, you first need to go through the following steps: .. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project .. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project .. _Enable the Google Cloud DNS API.: https://cloud.google.com/dns -.. _Setup Authentication.: https://googlecloudplatform.github.io/google-cloud-python/latest/core/auth.html +.. _Setup Authentication.: https://googleapis.github.io/google-cloud-python/latest/core/auth.html Installation ~~~~~~~~~~~~ diff --git a/error_reporting/README.rst b/error_reporting/README.rst index 872f8b0358f2..28815c9f360f 100644 --- a/error_reporting/README.rst +++ b/error_reporting/README.rst @@ -14,7 +14,7 @@ to receive email and mobile alerts on new errors. - `Product Documentation`_ .. _Error Reporting: https://cloud.google.com/error-reporting/ -.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/error-reporting/usage.html +.. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/error-reporting/usage.html .. _Product Documentation: https://cloud.google.com/error-reporting/reference/ .. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-error-reporting.svg :target: https://pypi.org/project/google-cloud-error-reporting/ @@ -34,7 +34,7 @@ In order to use this library, you first need to go through the following steps: .. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project .. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project .. _Enable the Google Cloud Error Reporting API.: https://cloud.google.com/error-reporting -.. _Setup Authentication.: https://googlecloudplatform.github.io/google-cloud-python/latest/core/auth.html +.. _Setup Authentication.: https://googleapis.github.io/google-cloud-python/latest/core/auth.html Installation ~~~~~~~~~~~~ diff --git a/firestore/README.rst b/firestore/README.rst index ffc185e8acd9..a47f2a11e989 100644 --- a/firestore/README.rst +++ b/firestore/README.rst @@ -22,7 +22,7 @@ including Cloud Functions. .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-firestore.svg .. _Google Cloud Firestore: https://cloud.google.com/firestore/ .. _Product Documentation: https://cloud.google.com/firestore/docs/ -.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/firestore/index.html +.. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/firestore/index.html Quick Start ----------- @@ -37,7 +37,7 @@ In order to use this library, you first need to go through the following steps: .. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project .. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project .. _Enable the Google Cloud Firestore API.: https://cloud.google.com/firestore -.. _Setup Authentication.: https://googlecloudplatform.github.io/google-cloud-python/latest/core/auth.html +.. _Setup Authentication.: https://googleapis.github.io/google-cloud-python/latest/core/auth.html Installation ~~~~~~~~~~~~ diff --git a/iot/README.rst b/iot/README.rst index 897a36260ebc..a09de9e38e38 100644 --- a/iot/README.rst +++ b/iot/README.rst @@ -16,7 +16,7 @@ connect to the Google Cloud Platform. .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-iot.svg :target: https://pypi.org/project/google-cloud-iot/ .. _Cloud IoT API: https://cloud.google.com/iot -.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/iot/index.html +.. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/iot/index.html .. _Product Documentation: https://cloud.google.com/iot Quick Start @@ -32,7 +32,7 @@ In order to use this library, you first need to go through the following steps: .. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project .. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project .. _Enable the Cloud IoT API.: https://cloud.google.com/iot -.. _Setup Authentication.: https://googlecloudplatform.github.io/google-cloud-python/latest/core/auth.html +.. _Setup Authentication.: https://googleapis.github.io/google-cloud-python/latest/core/auth.html Installation ~~~~~~~~~~~~ diff --git a/kms/README.rst b/kms/README.rst index b333aaf662bb..4efff832c9a0 100644 --- a/kms/README.rst +++ b/kms/README.rst @@ -17,7 +17,7 @@ cloud resources and applications. .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-kms.svg :target: https://pypi.org/project/google-cloud-kms/ .. _Cloud Key Management Service (KMS) API: https://cloud.google.com/kms -.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/kms/index.html +.. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/kms/index.html .. _Product Documentation: https://cloud.google.com/kms Quick Start @@ -33,7 +33,7 @@ In order to use this library, you first need to go through the following steps: .. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project .. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project .. _Enable the Cloud Key Management Service (KMS) API.: https://cloud.google.com/kms -.. _Setup Authentication.: https://googlecloudplatform.github.io/google-cloud-python/latest/core/auth.html +.. _Setup Authentication.: https://googleapis.github.io/google-cloud-python/latest/core/auth.html Installation ~~~~~~~~~~~~ diff --git a/language/README.rst b/language/README.rst index bbd64839faa3..e2943ec321cc 100644 --- a/language/README.rst +++ b/language/README.rst @@ -24,7 +24,7 @@ with your document storage on Google Cloud Storage. :target: https://pypi.org/project/google-cloud-language/ .. _Google Cloud Natural Language: https://cloud.google.com/natural-language/ .. _Product Documentation: https://cloud.google.com/language/docs -.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/language/index.html +.. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/language/index.html .. note:: @@ -44,7 +44,7 @@ In order to use this library, you first need to go through the following steps: .. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project .. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project .. _Enable the Google Cloud Language API.: https://cloud.google.com/natural-language -.. _Setup Authentication.: https://googlecloudplatform.github.io/google-cloud-python/latest/core/auth.html +.. _Setup Authentication.: https://googleapis.github.io/google-cloud-python/latest/core/auth.html Installation ~~~~~~~~~~~~ @@ -99,4 +99,4 @@ Next Steps - Read the `Product documentation`_ to learn more about the product and see How-to Guides. -.. _Usage documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/language/usage.html +.. _Usage documentation: https://googleapis.github.io/google-cloud-python/latest/language/usage.html diff --git a/legacy/google-cloud/setup-README.rst b/legacy/google-cloud/setup-README.rst index 13da52c2335d..7a611db8c011 100644 --- a/legacy/google-cloud/setup-README.rst +++ b/legacy/google-cloud/setup-README.rst @@ -17,8 +17,8 @@ Google Cloud Python Client - `API Documentation`_ - `Read The Docs Documentation`_ -.. _Homepage: https://googlecloudplatform.github.io/google-cloud-python/ -.. _API Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/ +.. _Homepage: https://googleapis.github.io/google-cloud-python/ +.. _API Documentation: https://googleapis.github.io/google-cloud-python/latest/ .. _Read The Docs Documentation: https://google-cloud-python.readthedocs.io/en/latest/ License diff --git a/logging/README.rst b/logging/README.rst index 78635f780b53..379dd813c249 100644 --- a/logging/README.rst +++ b/logging/README.rst @@ -14,7 +14,7 @@ Logging configuration. .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-logging.svg :target: https://pypi.org/project/google-cloud-logging/ .. _Stackdriver Logging API: https://cloud.google.com/logging -.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/logging/usage.html +.. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/logging/usage.html .. _Product Documentation: https://cloud.google.com/logging/docs Quick Start @@ -30,7 +30,7 @@ In order to use this library, you first need to go through the following steps: .. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project .. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project .. _Enable the Stackdriver Logging API.: https://cloud.google.com/logging -.. _Setup Authentication.: https://googlecloudplatform.github.io/google-cloud-python/latest/core/auth.html +.. _Setup Authentication.: https://googleapis.github.io/google-cloud-python/latest/core/auth.html Installation ~~~~~~~~~~~~ diff --git a/monitoring/README.rst b/monitoring/README.rst index 36a6277d437a..e108a39c1cba 100644 --- a/monitoring/README.rst +++ b/monitoring/README.rst @@ -32,7 +32,7 @@ In order to use this library, you first need to go through the following steps: .. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project .. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project .. _Enable the Stackdriver Monitoring API.: https://cloud.google.com/monitoring/api/enable-api -.. _Setup Authentication.: https://googlecloudplatform.github.io/google-cloud-python/latest/core/auth.html +.. _Setup Authentication.: https://googleapis.github.io/google-cloud-python/latest/core/auth.html Installation ~~~~~~~~~~~~ diff --git a/oslogin/README.rst b/oslogin/README.rst index 5d2bb4e61e91..d9392a43edef 100644 --- a/oslogin/README.rst +++ b/oslogin/README.rst @@ -14,7 +14,7 @@ Python Client for Google Cloud OS Login API (unreleased) .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-oslogin.svg :target: https://pypi.org/project/google-cloud-oslogin/ .. _Google Cloud OS Login API: https://cloud.google.com/os-login -.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/oslogin/index.html +.. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/oslogin/index.html .. _Product Documentation: https://cloud.google.com/os-login Quick Start @@ -30,7 +30,7 @@ In order to use this library, you first need to go through the following steps: .. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project .. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project .. _Enable the Google Cloud OS Login API.: https://cloud.google.com/os-login -.. _Setup Authentication.: https://googlecloudplatform.github.io/google-cloud-python/latest/core/auth.html +.. _Setup Authentication.: https://googleapis.github.io/google-cloud-python/latest/core/auth.html Installation ~~~~~~~~~~~~ diff --git a/pubsub/README.rst b/pubsub/README.rst index e9599751e4a0..47f3eb452823 100644 --- a/pubsub/README.rst +++ b/pubsub/README.rst @@ -27,7 +27,7 @@ independently written applications. :target: https://pypi.org/project/google-cloud-pubsub/ .. _Google Cloud Pub / Sub: https://cloud.google.com/pubsub/ .. _Product Documentation: https://cloud.google.com/pubsub/docs -.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/pubsub/ +.. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/pubsub/ Quick Start ----------- @@ -42,7 +42,7 @@ In order to use this library, you first need to go through the following steps: .. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project .. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project .. _Enable the Google Cloud Pub / Sub API.: https://cloud.google.com/pubsub -.. _Setup Authentication.: https://googlecloudplatform.github.io/google-cloud-python/latest/core/auth.html +.. _Setup Authentication.: https://googleapis.github.io/google-cloud-python/latest/core/auth.html Installation ~~~~~~~~~~~~ diff --git a/redis/README.rst b/redis/README.rst index c8091bc71114..b596b48d3174 100644 --- a/redis/README.rst +++ b/redis/README.rst @@ -17,7 +17,7 @@ Cloud Platform. .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-redis.svg :target: https://pypi.org/project/google-cloud-redis/ .. _Google Cloud Memorystore for Redis API: https://cloud.google.com/memorystore/ -.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/redis/index.html +.. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/redis/index.html .. _Product Documentation: https://cloud.google.com/memorystore/ Quick Start @@ -33,7 +33,7 @@ In order to use this library, you first need to go through the following steps: .. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project .. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project .. _Enable the Google Cloud Memorystore for Redis API.: https://console.cloud.google.com/apis/library/redis.googleapis.com -.. _Setup Authentication.: https://googlecloudplatform.github.io/google-cloud-python/latest/core/auth.html +.. _Setup Authentication.: https://googleapis.github.io/google-cloud-python/latest/core/auth.html Installation ~~~~~~~~~~~~ diff --git a/resource_manager/README.rst b/resource_manager/README.rst index 343d257cbf9e..15d68e2df869 100644 --- a/resource_manager/README.rst +++ b/resource_manager/README.rst @@ -24,7 +24,7 @@ With this API, you can do the following: .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-resource-manager.svg :target: https://pypi.org/project/google-cloud-resource-manager/ .. _Google Cloud Resource Manager: https://cloud.google.com/resource-manager/ -.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/resource-manager/api.html +.. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/resource-manager/api.html .. _Product Documentation: https://cloud.google.com/resource-manager/docs/ .. note:: diff --git a/runtimeconfig/README.rst b/runtimeconfig/README.rst index 01b394cc3fd8..68f311ec1dd4 100644 --- a/runtimeconfig/README.rst +++ b/runtimeconfig/README.rst @@ -18,7 +18,7 @@ return based on certain conditions. .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-runtimeconfig.svg :target: https://pypi.org/project/google-cloud-runtimeconfig/ .. _Google Cloud RuntimeConfig: https://cloud.google.com/deployment-manager/runtime-configurator/ -.. _Client Library Documentation: http://googlecloudplatform.github.io/google-cloud-python/runtimeconfig/index.html +.. _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/ **This client library is currently in alpha and may be subject to change.** @@ -36,7 +36,7 @@ In order to use this library, you first need to go through the following steps: .. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project .. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project .. _Enable the Google Cloud RuntimeConfig API.: https://cloud.google.com/runtimeconfig -.. _Setup Authentication.: https://googlecloudplatform.github.io/google-cloud-python/latest/core/auth.html +.. _Setup Authentication.: https://googleapis.github.io/google-cloud-python/latest/core/auth.html Installation ~~~~~~~~~~~~ diff --git a/scheduler/README.rst b/scheduler/README.rst index 27e606b79d66..2352284aab55 100644 --- a/scheduler/README.rst +++ b/scheduler/README.rst @@ -8,7 +8,7 @@ Python Client for Cloud Scheduler API (`Alpha`_) .. _Alpha: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst .. _Cloud Scheduler API: https://cloud.google.com/scheduler -.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/scheduler/index.html +.. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/scheduler/index.html .. _Product Documentation: https://cloud.google.com/scheduler Quick Start @@ -24,7 +24,7 @@ In order to use this library, you first need to go through the following steps: .. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project .. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project .. _Enable the Cloud Scheduler API.: https://cloud.google.com/scheduler -.. _Setup Authentication.: https://googlecloudplatform.github.io/google-cloud-python/latest/core/auth.html +.. _Setup Authentication.: https://googleapis.github.io/google-cloud-python/latest/core/auth.html Installation ~~~~~~~~~~~~ diff --git a/securitycenter/README.rst b/securitycenter/README.rst index 9a7619bd641a..175cc13cebf2 100644 --- a/securitycenter/README.rst +++ b/securitycenter/README.rst @@ -15,7 +15,7 @@ Python Client for Cloud Security Command Center API (`Alpha`_) :target: https://pypi.org/project/google-cloud-securitycenter/ .. _Alpha: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/README.rst .. _Cloud Security Command Center API: https://cloud.google.com/security-command-center -.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/securitycenter/index.html +.. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/securitycenter/index.html .. _Product Documentation: https://cloud.google.com/security-command-center @@ -32,7 +32,7 @@ In order to use this library, you first need to go through the following steps: .. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project .. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project .. _Enable the Cloud Security Command Center API.: https://cloud.google.com/security-command-center -.. _Setup Authentication.: https://googlecloudplatform.github.io/google-cloud-python/latest/core/auth.html +.. _Setup Authentication.: https://googleapis.github.io/google-cloud-python/latest/core/auth.html Installation ~~~~~~~~~~~~ diff --git a/spanner/README.rst b/spanner/README.rst index 984f57078b81..0f1606d41411 100644 --- a/spanner/README.rst +++ b/spanner/README.rst @@ -22,7 +22,7 @@ workloads. .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-spanner.svg :target: https://pypi.org/project/google-cloud-spanner/ .. _Cloud Spanner: https://cloud.google.com/spanner/ -.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/spanner/index.html +.. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/spanner/index.html .. _Product Documentation: https://cloud.google.com/spanner/docs Quick Start @@ -38,7 +38,7 @@ In order to use this library, you first need to go through the following steps: .. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project .. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project .. _Enable the Google Cloud Spanner API.: https://cloud.google.com/spanner -.. _Setup Authentication.: https://googlecloudplatform.github.io/google-cloud-python/latest/core/auth.html +.. _Setup Authentication.: https://googleapis.github.io/google-cloud-python/latest/core/auth.html Installation ~~~~~~~~~~~~ diff --git a/speech/README.rst b/speech/README.rst index b2e1644d75ba..064a51faec35 100644 --- a/speech/README.rst +++ b/speech/README.rst @@ -17,7 +17,7 @@ variants, to support your global user base. .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-speech.svg :target: https://pypi.org/project/google-cloud-speech/ .. _Cloud Speech API: https://cloud.google.com/speech -.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/speech/index.html +.. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/speech/index.html .. _Product Documentation: https://cloud.google.com/speech Quick Start @@ -33,7 +33,7 @@ In order to use this library, you first need to go through the following steps: .. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project .. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project .. _Enable the Cloud Speech API.: https://cloud.google.com/speech -.. _Setup Authentication.: https://googlecloudplatform.github.io/google-cloud-python/stable/core/auth.html +.. _Setup Authentication.: https://googleapis.github.io/google-cloud-python/stable/core/auth.html Installation ~~~~~~~~~~~~ diff --git a/storage/README.rst b/storage/README.rst index b1240baebab0..20aaf3cb7464 100644 --- a/storage/README.rst +++ b/storage/README.rst @@ -18,7 +18,7 @@ via direct download. .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-storage.svg :target: https://pypi.org/project/google-cloud-storage .. _Google Cloud Storage: https://cloud.google.com/storage/docs -.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/storage/client.html +.. _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 Quick Start @@ -34,7 +34,7 @@ In order to use this library, you first need to go through the following steps: .. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project .. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project .. _Enable the Google Cloud Storage API.: https://cloud.google.com/storage -.. _Setup Authentication.: https://googlecloudplatform.github.io/google-cloud-python/latest/core/auth.html +.. _Setup Authentication.: https://googleapis.github.io/google-cloud-python/latest/core/auth.html Installation ~~~~~~~~~~~~ diff --git a/storage/google/cloud/storage/blob.py b/storage/google/cloud/storage/blob.py index aad0c601233c..c41cacb37b75 100644 --- a/storage/google/cloud/storage/blob.py +++ b/storage/google/cloud/storage/blob.py @@ -20,7 +20,7 @@ json_api/v1/objects .. _customer-supplied: https://cloud.google.com/storage/docs/\ encryption#customer-supplied -.. _google-resumable-media: https://googlecloudplatform.github.io/\ +.. _google-resumable-media: https://googleapis.github.io/\ google-resumable-media-python/latest/\ google.resumable_media.requests.html """ diff --git a/tasks/README.rst b/tasks/README.rst index c1f4882d0fbc..f018345912da 100644 --- a/tasks/README.rst +++ b/tasks/README.rst @@ -16,7 +16,7 @@ requests. .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-tasks.svg :target: https://pypi.org/project/google-cloud-tasks/ .. _Cloud Tasks API: https://cloud.google.com/tasks -.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/tasks/index.html +.. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/tasks/index.html .. _Product Documentation: https://cloud.google.com/tasks Quick Start @@ -32,7 +32,7 @@ In order to use this library, you first need to go through the following steps: .. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project .. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project .. _Enable the Cloud Tasks API.: https://console.cloud.google.com/apis/library/cloudtasks.googleapis.com -.. _Setup Authentication.: https://googlecloudplatform.github.io/google-cloud-python/latest/core/auth.html +.. _Setup Authentication.: https://googleapis.github.io/google-cloud-python/latest/core/auth.html Installation ~~~~~~~~~~~~ diff --git a/texttospeech/README.rst b/texttospeech/README.rst index 623de1b07c9a..839045ecc4f1 100644 --- a/texttospeech/README.rst +++ b/texttospeech/README.rst @@ -16,7 +16,7 @@ powerful neural network models. .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-texttospeech.svg :target: https://pypi.org/project/google-cloud-texttospeech/ .. _Cloud Text-to-Speech API: https://cloud.google.com/texttospeech -.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/texttospeech/index.html +.. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/texttospeech/index.html .. _Product Documentation: https://cloud.google.com/texttospeech Quick Start @@ -32,7 +32,7 @@ In order to use this library, you first need to go through the following steps: .. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project .. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project .. _Enable the Cloud Text-to-Speech API.: https://cloud.google.com/texttospeech -.. _Setup Authentication.: https://googlecloudplatform.github.io/google-cloud-python/latest/core/auth.html +.. _Setup Authentication.: https://googleapis.github.io/google-cloud-python/latest/core/auth.html Installation ~~~~~~~~~~~~ diff --git a/trace/README.rst b/trace/README.rst index 4fe31a8a784d..7fccd93fb742 100644 --- a/trace/README.rst +++ b/trace/README.rst @@ -17,7 +17,7 @@ default. Trace data from other applications can be provided using this API. .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-trace.svg :target: https://pypi.org/project/google-cloud-trace/ .. _Stackdriver Trace API: https://cloud.google.com/trace -.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/trace/starting.html +.. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/trace/starting.html .. _Product Documentation: https://cloud.google.com/trace Quick Start @@ -31,7 +31,7 @@ In order to use this library, you first need to go through the following steps: .. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project .. _Enable the trace API.: https://cloud.google.com/trace -.. _Setup Authentication.: https://googlecloudplatform.github.io/google-cloud-python/latest/core/auth.html +.. _Setup Authentication.: https://googleapis.github.io/google-cloud-python/latest/core/auth.html Installation ~~~~~~~~~~~~ diff --git a/translate/README.rst b/translate/README.rst index 8eaa4ddc51bf..7d527d2ca325 100644 --- a/translate/README.rst +++ b/translate/README.rst @@ -21,7 +21,7 @@ Cloud Translation is available as a paid service. See the `Pricing`_ and .. _Google Cloud Translation: https://cloud.google.com/translate/ .. _Pricing: https://cloud.google.com/translate/pricing .. _FAQ: https://cloud.google.com/translate/faq -.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/translate/usage.html +.. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/translate/usage.html .. _Product Documentation: https://cloud.google.com/translate/docs Quick Start @@ -37,7 +37,7 @@ In order to use this library, you first need to go through the following steps: .. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project .. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project .. _Enable the Google Cloud Translate API.: https://cloud.google.com/translate -.. _Setup Authentication.: https://googlecloudplatform.github.io/google-cloud-python/latest/core/auth.html +.. _Setup Authentication.: https://googleapis.github.io/google-cloud-python/latest/core/auth.html Installation ~~~~~~~~~~~~ diff --git a/videointelligence/README.rst b/videointelligence/README.rst index 484b2c8424a3..53610cbc1fa5 100644 --- a/videointelligence/README.rst +++ b/videointelligence/README.rst @@ -23,7 +23,7 @@ relevant information at the video, shot or per frame. :target: https://pypi.org/project/google-cloud-videointelligence/ .. _Google Cloud Video Intelligence: https://cloud.google.com/video-intelligence/ .. _Google Cloud Storage: https://cloud.google.com/storage/ -.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/videointelligence/index.html +.. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/videointelligence/index.html .. _Product Documentation: https://cloud.google.com/video-intelligence/docs/ Quick Start @@ -39,7 +39,7 @@ In order to use this library, you first need to go through the following steps: .. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project .. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project .. _Enable the Google Cloud Video Intelligence API.: https://cloud.google.com/datastore -.. _Setup Authentication.: https://googlecloudplatform.github.io/google-cloud-python/latest/core/auth.html +.. _Setup Authentication.: https://googleapis.github.io/google-cloud-python/latest/core/auth.html Installation ~~~~~~~~~~~~ diff --git a/vision/README.rst b/vision/README.rst index 7709052a3faa..af73627688fa 100644 --- a/vision/README.rst +++ b/vision/README.rst @@ -26,7 +26,7 @@ Storage. .. _Vision: https://cloud.google.com/vision/ .. _Google Cloud Vision: https://cloud.google.com/vision/ -.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/vision/ +.. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/vision/ .. _Product Documentation: https://cloud.google.com/vision/reference/rest/ @@ -43,7 +43,7 @@ In order to use this library, you first need to go through the following steps: .. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project .. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project .. _Enable the Google Cloud Vision API.: https://cloud.google.com/vision -.. _Setup Authentication.: https://googlecloudplatform.github.io/google-cloud-python/latest/core/auth.html +.. _Setup Authentication.: https://googleapis.github.io/google-cloud-python/latest/core/auth.html Installation ~~~~~~~~~~~~ diff --git a/websecurityscanner/README.rst b/websecurityscanner/README.rst index a8e1e692b048..ec46dab4cf61 100644 --- a/websecurityscanner/README.rst +++ b/websecurityscanner/README.rst @@ -15,7 +15,7 @@ Python Client for Web Security Scanner API .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-websecurityscanner.svg :target: https://pypi.org/project/google-cloud-websecurityscanner/ .. _Web Security Scanner API: https://cloud.google.com/security-scanner -.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/websecurityscanner/index.html +.. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/websecurityscanner/index.html .. _Product Documentation: https://cloud.google.com/security-scanner Quick Start @@ -31,7 +31,7 @@ In order to use this library, you first need to go through the following steps: .. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project .. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project .. _Enable the Web Security Scanner API.: https://cloud.google.com/security-scanner -.. _Setup Authentication.: https://googlecloudplatform.github.io/google-cloud-python/latest/core/auth.html +.. _Setup Authentication.: https://googleapis.github.io/google-cloud-python/latest/core/auth.html Installation ~~~~~~~~~~~~