You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

47 regels
1.2 KiB

  1. # DO NOT MODIFY. This file was generated by
  2. # github.com/GoogleCloudPlatform/google-cloud-common/testing/firestore/cmd/generate-firestore-tests/generate-firestore-tests.go.
  3. # If a field path is in a merge option, the value at that path replaces the stored
  4. # value. That is true even if the value is complex.
  5. description: "set-merge: Merge field is not a leaf"
  6. set: <
  7. doc_ref_path: "projects/projectID/databases/(default)/documents/C/d"
  8. option: <
  9. fields: <
  10. field: "h"
  11. >
  12. >
  13. json_data: "{\"h\": {\"f\": 5, \"g\": 6}, \"e\": 7}"
  14. request: <
  15. database: "projects/projectID/databases/(default)"
  16. writes: <
  17. update: <
  18. name: "projects/projectID/databases/(default)/documents/C/d"
  19. fields: <
  20. key: "h"
  21. value: <
  22. map_value: <
  23. fields: <
  24. key: "f"
  25. value: <
  26. integer_value: 5
  27. >
  28. >
  29. fields: <
  30. key: "g"
  31. value: <
  32. integer_value: 6
  33. >
  34. >
  35. >
  36. >
  37. >
  38. >
  39. update_mask: <
  40. field_paths: "h"
  41. >
  42. >
  43. >
  44. >