We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7d27b1 commit aa1e31aCopy full SHA for aa1e31a
1 file changed
lib/logging/entry.js
@@ -41,6 +41,16 @@ var GrpcService = require('../common/grpc-service.js');
41
* [Monitored Resource](https://cloud.google.com/logging/docs/api/ref_v2beta1/rest/v2beta1/MonitoredResource).
42
* @param {object|string} data - The data to use as the value for this log
43
* entry.
44
+ *
45
+ * If providing an object, these value types are supported:
46
+ * - `String`
47
+ * - `Number`
48
+ * - `Boolean`
49
+ * - `Buffer`
50
+ * - `Object`
51
+ * - `Array`
52
53
+ * Any other types are stringified with `String(value)`.
54
* @return {module:logging/entry}
55
*
56
* @example
0 commit comments