@@ -17,33 +17,46 @@ Google Cloud Python Client
1717
1818This client supports the following Google Cloud Platform services:
1919
20- - `Google Cloud Datastore `_
21- - `Google Cloud Storage `_
22- - `Google Cloud Pub/Sub `_
23- - `Google BigQuery `_
24- - `Google Cloud Resource Manager `_
25- - `Stackdriver Logging `_
26- - `Stackdriver Monitoring `_
27- - `Google Cloud Bigtable `_
28- - `Google Cloud DNS `_
29- - `Stackdriver Error Reporting `_
30- - `Google Cloud Natural Language `_
31- - `Google Translate `_
32- - `Google Cloud Vision `_
33-
34- .. _Google Cloud Datastore : https://github.com/GoogleCloudPlatform/google-cloud-python/tree/master/datastore
35- .. _Google Cloud Storage : https://github.com/GoogleCloudPlatform/google-cloud-python/tree/master/storage
36- .. _Google Cloud Pub/Sub : https://github.com/GoogleCloudPlatform/google-cloud-python/tree/master/pubsub
37- .. _Google BigQuery : https://github.com/GoogleCloudPlatform/google-cloud-python/tree/master/bigquery
38- .. _Google Cloud Resource Manager : https://github.com/GoogleCloudPlatform/google-cloud-python/tree/master/resource_manager
39- .. _Stackdriver Logging : https://github.com/GoogleCloudPlatform/google-cloud-python/tree/master/logging
40- .. _Stackdriver Monitoring : https://github.com/GoogleCloudPlatform/google-cloud-python/tree/master/monitoring
41- .. _Google Cloud Bigtable : https://github.com/GoogleCloudPlatform/google-cloud-python/tree/master/bigtable
42- .. _Google Cloud DNS : https://github.com/GoogleCloudPlatform/google-cloud-python/tree/master/dns
43- .. _Stackdriver Error Reporting : https://github.com/GoogleCloudPlatform/google-cloud-python/tree/master/error_reporting
44- .. _Google Cloud Natural Language : https://github.com/GoogleCloudPlatform/google-cloud-python/tree/master/language
45- .. _Google Translate : https://github.com/GoogleCloudPlatform/google-cloud-python/tree/master/translate
46- .. _Google Cloud Vision : https://github.com/GoogleCloudPlatform/google-cloud-python/tree/master/vision
20+ - `Google Cloud Datastore `_ (`Datastore README `_)
21+ - `Google Cloud Storage `_ (`Storage README `_)
22+ - `Google Cloud Pub/Sub `_ (`Pub/Sub README `_)
23+ - `Google BigQuery `_ (`BigQuery README `_)
24+ - `Google Cloud Resource Manager `_ (`Resource Manager README `_)
25+ - `Stackdriver Logging `_ (`Logging README `_)
26+ - `Stackdriver Monitoring `_ (`Monitoring README `_)
27+ - `Google Cloud Bigtable `_ (`Bigtable README `_)
28+ - `Google Cloud DNS `_ (`DNS README `_)
29+ - `Stackdriver Error Reporting `_ (`Error Reporting README `_)
30+ - `Google Cloud Natural Language `_ (`Natural Language README `_)
31+ - `Google Translate `_ (`Translate README `_)
32+ - `Google Cloud Vision `_ (`Vision README `_)
33+
34+ .. _Google Cloud Datastore : https://pypi.python.org/pypi/google-cloud-datastore
35+ .. _Datastore README : https://github.com/GoogleCloudPlatform/google-cloud-python/tree/master/datastore
36+ .. _Google Cloud Storage : https://pypi.python.org/pypi/google-cloud-storage
37+ .. _Storage README : https://github.com/GoogleCloudPlatform/google-cloud-python/tree/master/storage
38+ .. _Google Cloud Pub/Sub : https://pypi.python.org/pypi/google-cloud-pubsub
39+ .. _Pub/Sub README : https://github.com/GoogleCloudPlatform/google-cloud-python/tree/master/pubsub
40+ .. _Google BigQuery : https://pypi.python.org/pypi/google-cloud-bigquery
41+ .. _BigQuery README : https://github.com/GoogleCloudPlatform/google-cloud-python/tree/master/bigquery
42+ .. _Google Cloud Resource Manager : https://pypi.python.org/pypi/google-cloud-resource-manager
43+ .. _Resource Manager README : https://github.com/GoogleCloudPlatform/google-cloud-python/tree/master/resource_manager
44+ .. _Stackdriver Logging : https://pypi.python.org/pypi/google-cloud-logging
45+ .. _Logging README : https://github.com/GoogleCloudPlatform/google-cloud-python/tree/master/logging
46+ .. _Stackdriver Monitoring : https://pypi.python.org/pypi/google-cloud-monitoring
47+ .. _Monitoring README : https://github.com/GoogleCloudPlatform/google-cloud-python/tree/master/monitoring
48+ .. _Google Cloud Bigtable : https://pypi.python.org/pypi/google-cloud-bigtable
49+ .. _Bigtable README : https://github.com/GoogleCloudPlatform/google-cloud-python/tree/master/bigtable
50+ .. _Google Cloud DNS : https://pypi.python.org/pypi/google-cloud-dns
51+ .. _DNS README : https://github.com/GoogleCloudPlatform/google-cloud-python/tree/master/dns
52+ .. _Stackdriver Error Reporting : https://pypi.python.org/pypi/google-cloud-error-reporting
53+ .. _Error Reporting README : https://github.com/GoogleCloudPlatform/google-cloud-python/tree/master/error_reporting
54+ .. _Google Cloud Natural Language : https://pypi.python.org/pypi/google-cloud-language
55+ .. _Natural Language README : https://github.com/GoogleCloudPlatform/google-cloud-python/tree/master/language
56+ .. _Google Translate : https://pypi.python.org/pypi/google-cloud-translate
57+ .. _Translate README : https://github.com/GoogleCloudPlatform/google-cloud-python/tree/master/translate
58+ .. _Google Cloud Vision : https://pypi.python.org/pypi/google-cloud-vision
59+ .. _Vision README : https://github.com/GoogleCloudPlatform/google-cloud-python/tree/master/vision
4760
4861If you need support for other Google APIs, check out the
4962`Google APIs Python Client library `_.
0 commit comments