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.
 
 
 

54 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. # FieldPaths can contain special characters.
  4. description: "update-paths: special characters"
  5. update_paths: <
  6. doc_ref_path: "projects/projectID/databases/(default)/documents/C/d"
  7. field_paths: <
  8. field: "*"
  9. field: "~"
  10. >
  11. field_paths: <
  12. field: "*"
  13. field: "`"
  14. >
  15. json_values: "1"
  16. json_values: "2"
  17. request: <
  18. database: "projects/projectID/databases/(default)"
  19. writes: <
  20. update: <
  21. name: "projects/projectID/databases/(default)/documents/C/d"
  22. fields: <
  23. key: "*"
  24. value: <
  25. map_value: <
  26. fields: <
  27. key: "`"
  28. value: <
  29. integer_value: 2
  30. >
  31. >
  32. fields: <
  33. key: "~"
  34. value: <
  35. integer_value: 1
  36. >
  37. >
  38. >
  39. >
  40. >
  41. >
  42. update_mask: <
  43. field_paths: "`*`.`\\``"
  44. field_paths: "`*`.`~`"
  45. >
  46. current_document: <
  47. exists: true
  48. >
  49. >
  50. >
  51. >