We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 749c1be commit 37581e3Copy full SHA for 37581e3
1 file changed
handwritten/storage/src/file.ts
@@ -2785,6 +2785,10 @@ class File extends ServiceObject {
2785
* object, however the other properties outside of this object must adhere
2786
* to the [official API documentation](https://goo.gl/BOnnCK).
2787
*
2788
+ * NOTE: multiple calls to setMetadata in parallel might result in
2789
+ * unpredictable results. See [issue]{@link
2790
+ * https://github.com/googleapis/nodejs-storage/issues/274}.
2791
+ *
2792
* See the examples below for more information.
2793
2794
* @see [Objects: patch API Documentation]{@link https://cloud.google.com/storage/docs/json_api/v1/objects/patch}
0 commit comments