@@ -18,8 +18,8 @@ This client supports the following Google Cloud Platform services:
18
18
- `Google Cloud Datastore `_
19
19
- `Google Cloud Storage `_
20
20
21
- .. _Google Cloud Datastore : https://cloud. google.com/ datastore/
22
- .. _Google Cloud Storage : https://cloud. google.com/ storage/
21
+ .. _Google Cloud Datastore : # google-cloud- datastore
22
+ .. _Google Cloud Storage : # google-cloud- storage
23
23
24
24
If you need support for other Google APIs, check out the
25
25
`Google APIs Python Client library `_.
@@ -43,23 +43,24 @@ Example Applications
43
43
Google Cloud Datastore
44
44
----------------------
45
45
46
- Google `Cloud Datastore `_ is a fully managed, schemaless database for
47
- storing non-relational data. Cloud Datastore automatically scales with
48
- your users and supports ACID transactions, high availability of reads and
46
+ Google `Cloud Datastore `_ (` Datastore API docs `_) is a fully managed, schemaless
47
+ database for storing non-relational data. Cloud Datastore automatically scales
48
+ with your users and supports ACID transactions, high availability of reads and
49
49
writes, strong consistency for reads and ancestor queries, and eventual
50
50
consistency for all other queries.
51
51
52
52
.. _Cloud Datastore : https://cloud.google.com/datastore/docs
53
+ .. _Datastore API docs : https://cloud.google.com/datastore/docs/apis/v1beta2/
53
54
54
- See the `Google Cloud Datastore docs `_ for more details on how to activate
55
- Cloud Datastore for your project .
55
+ See the `` gcloud-python `` API ` datastore documentation `_ to learn how to
56
+ interact with the Cloud Datastore using this Client Library .
56
57
57
- .. _ Google Cloud Datastore docs : https://cloud.google.com/datastore/docs/activate
58
+ .. _ datastore documentation : https://googlecloudplatform.github.io/gcloud-python/latest/datastore-api.html
58
59
59
- See the `` gcloud-python `` API ` datastore documentation `_ to learn how to interact
60
- with the Cloud Datastore using this Client Library .
60
+ See the `official Google Cloud Datastore documentation `_ for more details on how
61
+ to activate Cloud Datastore for your project .
61
62
62
- .. _ datastore documentation : https://googlecloudplatform.github.io/gcloud-python/latest/datastore-api.html
63
+ .. _ official Google Cloud Datastore documentation : https://cloud.google.com/datastore/docs/activate
63
64
64
65
.. code :: python
65
66
@@ -79,23 +80,24 @@ with the Cloud Datastore using this Client Library.
79
80
Google Cloud Storage
80
81
--------------------
81
82
82
- Google `Cloud Storage `_ allows you to store data on Google infrastructure with
83
- very high reliability, performance and availability, and can be used to
84
- distribute large data objects to users via direct download.
83
+ Google `Cloud Storage `_ (` Storage API docs `_) allows you to store data on Google
84
+ infrastructure with very high reliability, performance and availability, and can
85
+ be used to distribute large data objects to users via direct download.
85
86
86
87
.. _Cloud Storage : https://cloud.google.com/storage/docs
87
-
88
- You need to create a Google Cloud Storage bucket to use this client
89
- library. Follow the steps on the `Google Cloud Storage docs `_
90
- to learn how to create a bucket.
91
-
92
- .. _Google Cloud Storage docs : https://cloud.google.com/storage/docs/cloud-console#_creatingbuckets
88
+ .. _Storage API docs : https://cloud.google.com/storage/docs/json_api/v1
93
89
94
90
See the ``gcloud-python `` API `storage documentation `_ to learn how to connect
95
91
to Cloud Storage using this Client Library.
96
92
97
93
.. _storage documentation : https://googlecloudplatform.github.io/gcloud-python/latest/storage-api.html
98
94
95
+ You need to create a Google Cloud Storage bucket to use this client library.
96
+ Follow along with the `official Google Cloud Storage documentation `_ to learn
97
+ how to create a bucket.
98
+
99
+ .. _official Google Cloud Storage documentation : https://cloud.google.com/storage/docs/cloud-console#_creatingbuckets
100
+
99
101
.. code :: python
100
102
101
103
from gcloud import storage
0 commit comments