@google-cloud/nodejs-common 1.8.2-beta → 1.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -9
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -33,10 +33,10 @@ and [Data Tasks Coordinator]. This library includes:
|
|
|
33
33
|
|
|
34
34
|
1. Utilities wrapper class for Google Cloud Products:
|
|
35
35
|
|
|
36
|
-
- **Firestore Access Object**: Firestore has two modes which
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
36
|
+
- **Firestore Access Object**: Firestore has two modes[[comparison]] which
|
|
37
|
+
have different API. This class, with its two successors, offer a unified
|
|
38
|
+
interface to operate data objects within or not a transaction on either
|
|
39
|
+
Firestore Native mode or Firestore Datastore mode.
|
|
40
40
|
|
|
41
41
|
- **AutoMl Tables API**: Offers a unified entry to use this API based on
|
|
42
42
|
Google Cloud client library combined with REST requests to service
|
|
@@ -61,15 +61,14 @@ and [Data Tasks Coordinator]. This library includes:
|
|
|
61
61
|
- **Cloud Scheduler Adapter**: A wrapper to pause and resume Cloud Scheduler
|
|
62
62
|
jobs.
|
|
63
63
|
|
|
64
|
-
-
|
|
65
|
-
different environments, e.g. Node6 vs Node8
|
|
64
|
+
- ~~**Cloud Functions Adapter**: Cloud Functions have different parameters in
|
|
65
|
+
different environments, e.g. Node6 vs Node8. This utility file offers
|
|
66
66
|
an adapter to wrap a Node8 Cloud Functions into Node6 and Node8 compatible
|
|
67
|
-
functions.
|
|
67
|
+
functions.~~ (This has been removed since v1.9.0)
|
|
68
68
|
|
|
69
69
|
1. A share library for [Bash] to facilitate installation tasks.
|
|
70
70
|
|
|
71
71
|
[gmp and google ads connector]: https://github.com/GoogleCloudPlatform/cloud-for-marketing/tree/master/marketing-analytics/activation/gmp-googleads-connector
|
|
72
72
|
[data tasks coordinator]: https://github.com/GoogleCloudPlatform/cloud-for-marketing/tree/master/marketing-analytics/activation/data-tasks-coordinator
|
|
73
|
-
[
|
|
74
|
-
[2]: https://cloud.google.com/datastore/docs/concepts/overview#comparison_with_traditional_databases
|
|
73
|
+
[comparison]: https://cloud.google.com/datastore/docs/firestore-or-datastore
|
|
75
74
|
[bash]: https://www.gnu.org/software/bash/
|