Skip to content

Commit 37581e3

Browse files
authored
docs: File#setMetadata in parallel results in unpredictable state (#504)
* docs: File#setMetadata in parallel results in unpredictable state * npm run fix
1 parent 749c1be commit 37581e3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

handwritten/storage/src/file.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2785,6 +2785,10 @@ class File extends ServiceObject {
27852785
* object, however the other properties outside of this object must adhere
27862786
* to the [official API documentation](https://goo.gl/BOnnCK).
27872787
*
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+
*
27882792
* See the examples below for more information.
27892793
*
27902794
* @see [Objects: patch API Documentation]{@link https://cloud.google.com/storage/docs/json_api/v1/objects/patch}

0 commit comments

Comments
 (0)