@@ -7,6 +7,7 @@ This repository holds Node.js samples used throughout [cloud.google.com]().
7
7
## Table of Contents
8
8
9
9
* [ Google App Engine] ( #google-app-engine )
10
+ * [ Google Cloud Functions] ( #google-cloud-functions )
10
11
* [ Google Cloud Logging] ( #google-cloud-logging )
11
12
* [ Google Cloud Pub/Sub] ( #google-cloud-pubsub )
12
13
* [ Google Cloud Storage] ( #google-cloud-storage )
@@ -67,10 +68,14 @@ __Other Examples__
67
68
- Reading/writing from/to disk - [ Source code] [ aedisk_1 ]
68
69
- Serving static files - [ Source code] [ aestaticfiles_1 ]
69
70
70
- ## Google Cloud Datastorem
71
+ ## Google Cloud Datastore
71
72
72
73
- Tasks sample - [ Source code] [ datastore_1 ] | [ Documentation] [ datastore_2 ]
73
74
75
+ ## Google Cloud Functions
76
+
77
+ - Samples - [ Source code] [ functions_1 ] | [ Documentation] [ functions_2 ]
78
+
74
79
## Google Cloud Logging
75
80
76
81
- Reading logs sample - [ Source code] [ logging_read_1 ] | [ Documentation] [ logging_read_2 ]
@@ -251,6 +256,9 @@ See [LICENSE](https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/ma
251
256
[ datastore_1 ] : https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/datastore/tasks.js
252
257
[ datastore_2 ] : https://cloud.google.com/datastore/docs/concepts/overview
253
258
259
+ [ functions_1 ] : https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/functions/
260
+ [ functions_2 ] : https://cloud.google.com/functions/docs
261
+
254
262
[ logging_read_1 ] : https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/logging/list.js
255
263
[ logging_read_2 ] : https://cloud.google.com/logging/docs/api/tasks/authorization
256
264
[ logging_write_1 ] : https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/logging/write.js
0 commit comments