Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Add compatibility check badges to READMEs. #8288

Merged
merged 45 commits into from
Jul 15, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
1a14bcc
API Core: add compatibility check badges to README
ylil93 Jun 4, 2019
0c7bd3b
Asset: add compatibility check badges to README
ylil93 Jun 4, 2019
3a22f97
Automl: add compatibility check badges to README
ylil93 Jun 4, 2019
bd92ac6
Bigquery: add compatibility check badges to README
ylil93 Jun 4, 2019
a8e1e8f
BigQuery Data Transfer: add compatibility check badges to README
ylil93 Jun 4, 2019
0c2ebf3
Bigtable: add compatibility check badges to README
ylil93 Jun 4, 2019
7fb2582
Container: add compatibility check badges to README
ylil93 Jun 4, 2019
0fd65c2
Core: add compatibility check badges to README
ylil93 Jun 4, 2019
f10f851
Dataproc: add compatibility check badges to README
ylil93 Jun 4, 2019
66a23c9
Datastore: add compatibility check badges to README
ylil93 Jun 4, 2019
758016c
Data Loss Prevention: add compatibility check badges to README
ylil93 Jun 4, 2019
4d6138b
DNS: add compatibility check badges to README
ylil93 Jun 4, 2019
3521c18
Error Reporting: add compatibility check badges to README
ylil93 Jun 4, 2019
07291d6
Firestore: add compatibility check badges to README
ylil93 Jun 4, 2019
cb10c1d
IoT: add compatibility check badges to README
ylil93 Jun 4, 2019
d96b69a
Key Management Service: add compatibility check badges to README
ylil93 Jun 4, 2019
b67eaef
Language: add compatibility check badges to README
ylil93 Jun 4, 2019
815e6ac
Logging: add compatibility check badges to README
ylil93 Jun 4, 2019
b55e170
Monitoring: add compatibility check badges to README
ylil93 Jun 4, 2019
0af7d76
PubSub: add compatibility check badges to README
ylil93 Jun 4, 2019
de93be8
Redis: add compatibility check badges to README
ylil93 Jun 4, 2019
ec4a7ab
Resource Manger: add compatibility check badges to README
ylil93 Jun 4, 2019
ae7dbcf
Runtimeconfig: add compatibility check badges to README
ylil93 Jun 4, 2019
e01aaed
Security Command Center: add compatibility check badges to README
ylil93 Jun 4, 2019
5ce57d8
Spanner: add compatibility check badges to README
ylil93 Jun 4, 2019
47621d8
Speech: add compatibility check badges to README
ylil93 Jun 5, 2019
2b86415
Storage: add compatibility check badges to README
ylil93 Jun 5, 2019
a28811f
Tasks: add compatibility check badges to README
ylil93 Jun 5, 2019
243a06e
Text-to-Speech: add compatibility check badges to README
ylil93 Jun 5, 2019
48e0605
Trace: add compatibility check badges to README
ylil93 Jun 5, 2019
c9f36cc
Translate: add compatibility check badges to README
ylil93 Jun 5, 2019
eaa8755
Video Intelligence: add compatibility check badges to README
ylil93 Jun 5, 2019
d50bad8
Vision: add compatibility check badges to README
ylil93 Jun 5, 2019
00d6eb5
Web Security Scanner: add compatibility check badges to README
ylil93 Jun 5, 2019
2f4232b
Bigquery Storage: add compatibility check badges to README
ylil93 Jun 5, 2019
33386db
Data Catalog: add compatibility check badges to README
ylil93 Jun 5, 2019
6750a2c
Data Labeling: add compatibility check badges to README
ylil93 Jun 5, 2019
28d49d3
IAM: add compatibility check badges to README
ylil93 Jun 5, 2019
b2038f7
IRM: add compatibility check badges to README
ylil93 Jun 6, 2019
ca4c782
OS Login: add compatibility check badges to README
ylil93 Jun 6, 2019
5246380
Phishing Protection: add compatibility check badges to README
ylil93 Jun 6, 2019
853f168
Scheduler: add compatibility check badges to README
ylil93 Jun 6, 2019
e6f9fbe
Talent: add compatibility check badges to README
ylil93 Jun 6, 2019
f4fc0e0
Web Risk: add compatibility check badges to README
ylil93 Jun 6, 2019
be8610c
Merge branch 'master' into master
busunkim96 Jul 13, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions api_core/README.rst
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -20,4 +24,4 @@ Python >= 3.5

Deprecated Python Versions
--------------------------
Python == 2.7. Python 2.7 support will be removed on January 1, 2020.
Python == 2.7. Python 2.7 support will be removed on January 1, 2020.
6 changes: 5 additions & 1 deletion asset/README.rst
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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
Expand Down
6 changes: 5 additions & 1 deletion automl/README.rst
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
6 changes: 5 additions & 1 deletion bigquery/README.rst
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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/
Expand Down
6 changes: 5 additions & 1 deletion bigquery_datatransfer/README.rst
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
Expand Down
8 changes: 7 additions & 1 deletion bigquery_storage/README.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
.. _repository’s main README: https://github.com/googleapis/google-cloud-python/blob/master/README.rst
6 changes: 5 additions & 1 deletion bigtable/README.rst
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -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
Expand Down
6 changes: 5 additions & 1 deletion container/README.rst
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
6 changes: 5 additions & 1 deletion core/README.rst
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
8 changes: 7 additions & 1 deletion datacatalog/README.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
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).

- `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
Expand Down Expand Up @@ -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
.. _repository’s main README: https://github.com/googleapis/google-cloud-python/blob/master/README.rst
6 changes: 6 additions & 0 deletions datalabeling/README.rst
Original file line number Diff line number Diff line change
@@ -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/data-labeling
.. _Client Library Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/datalabeling/index.html
Expand Down
6 changes: 5 additions & 1 deletion dataproc/README.rst
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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
Expand Down
6 changes: 5 additions & 1 deletion datastore/README.rst
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
Loading