You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-21Lines changed: 12 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,19 +50,14 @@ There are multiple ways to authenticate to use Google Cloud services.
50
50
Google Cloud Datastore
51
51
----------------------
52
52
53
-
[Google Cloud Datastore][cloud-datastore] is a fully managed, schemaless database for
54
-
storing non-relational data. Cloud Datastore automatically scales with
55
-
your users and supports ACID transactions, high availability of reads and
56
-
writes, strong consistency for reads and ancestor queries, and eventual
57
-
consistency for all other queries.
53
+
-[API Documentation][datastore-api]
54
+
-[Official Documentation][cloud-datastore-docs]
58
55
59
-
See the [Google Cloud Datastore docs][cloud-datastore-activation] for more details on how to activate
60
-
Cloud Datastore for your project.
56
+
*Follow the [activation instructions][cloud-datastore-activation] to use the Google Cloud Datastore API with your project.*
61
57
62
-
See the ``gcloud-java`` API [datastore documentation][datastore-api] to learn how to interact
63
-
with the Cloud Datastore using this Client Library.
58
+
#### Preview
64
59
65
-
Here is a code snippet showing a simple usage example from within Compute/App Engine. Note that you must [supply credentials](#authentication) if running this snippet elsewhere.
60
+
Here is a code snippet showing a simple usage example from within Compute/App Engine. Note that you must [supply credentials](#authentication)and a project ID if running this snippet elsewhere.
[Google Cloud Storage][cloud-storage] is a durable and highly available
101
-
object storage service. Google Cloud Storage is almost infinitely scalable
102
-
and guarantees consistency: when a write succeeds, the latest copy of the
103
-
object will be returned to any GET, globally.
95
+
-[API Documentation][storage-api]
96
+
-[Official Documentation][cloud-storage-docs]
104
97
105
-
See the [Google Cloud Storage docs][cloud-storage-activation] for more details on how to activate
106
-
Cloud Storage for your project.
98
+
*Follow the [activation instructions][cloud-storage-activation] to use the Google Cloud Storage API with your project.*
107
99
108
-
See the ``gcloud-java`` API [storage documentation][storage-api] to learn how to interact
109
-
with the Cloud Storage using this Client Library.
100
+
#### Preview
110
101
111
-
Here is a code snippet showing a simple usage example from within Compute/App Engine. Note that you must [supply credentials](#authentication) if running this snippet elsewhere.
102
+
Here is a code snippet showing a simple usage example from within Compute/App Engine. Note that you must [supply credentials](#authentication)and a project ID if running this snippet elsewhere.
0 commit comments