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.
 
 
 

45 lines
1.1 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. # The Update method splits top-level keys at dots.
  4. description: "update: split on dots"
  5. update: <
  6. doc_ref_path: "projects/projectID/databases/(default)/documents/C/d"
  7. json_data: "{\"a.b.c\": 1}"
  8. request: <
  9. database: "projects/projectID/databases/(default)"
  10. writes: <
  11. update: <
  12. name: "projects/projectID/databases/(default)/documents/C/d"
  13. fields: <
  14. key: "a"
  15. value: <
  16. map_value: <
  17. fields: <
  18. key: "b"
  19. value: <
  20. map_value: <
  21. fields: <
  22. key: "c"
  23. value: <
  24. integer_value: 1
  25. >
  26. >
  27. >
  28. >
  29. >
  30. >
  31. >
  32. >
  33. >
  34. update_mask: <
  35. field_paths: "a.b.c"
  36. >
  37. current_document: <
  38. exists: true
  39. >
  40. >
  41. >
  42. >