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.
 
 
 

43 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 UpdatePaths or equivalent method takes a list of FieldPaths. Each FieldPath
  4. # is a sequence of uninterpreted path components.
  5. description: "update-paths: multiple-element field path"
  6. update_paths: <
  7. doc_ref_path: "projects/projectID/databases/(default)/documents/C/d"
  8. field_paths: <
  9. field: "a"
  10. field: "b"
  11. >
  12. json_values: "1"
  13. request: <
  14. database: "projects/projectID/databases/(default)"
  15. writes: <
  16. update: <
  17. name: "projects/projectID/databases/(default)/documents/C/d"
  18. fields: <
  19. key: "a"
  20. value: <
  21. map_value: <
  22. fields: <
  23. key: "b"
  24. value: <
  25. integer_value: 1
  26. >
  27. >
  28. >
  29. >
  30. >
  31. >
  32. update_mask: <
  33. field_paths: "a.b"
  34. >
  35. current_document: <
  36. exists: true
  37. >
  38. >
  39. >
  40. >