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.
 
 
 

49 lines
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. # FieldPath components are not split on dots.
  4. description: "update-paths: FieldPath elements are not split on dots"
  5. update_paths: <
  6. doc_ref_path: "projects/projectID/databases/(default)/documents/C/d"
  7. field_paths: <
  8. field: "a.b"
  9. field: "f.g"
  10. >
  11. json_values: "{\"n.o\": 7}"
  12. request: <
  13. database: "projects/projectID/databases/(default)"
  14. writes: <
  15. update: <
  16. name: "projects/projectID/databases/(default)/documents/C/d"
  17. fields: <
  18. key: "a.b"
  19. value: <
  20. map_value: <
  21. fields: <
  22. key: "f.g"
  23. value: <
  24. map_value: <
  25. fields: <
  26. key: "n.o"
  27. value: <
  28. integer_value: 7
  29. >
  30. >
  31. >
  32. >
  33. >
  34. >
  35. >
  36. >
  37. >
  38. update_mask: <
  39. field_paths: "`a.b`.`f.g`"
  40. >
  41. current_document: <
  42. exists: true
  43. >
  44. >
  45. >
  46. >