Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 

46 строки
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. # In a field path, any component beginning with a non-letter or underscore is
  4. # quoted.
  5. description: "update: non-letter starting chars are quoted, except underscore"
  6. update: <
  7. doc_ref_path: "projects/projectID/databases/(default)/documents/C/d"
  8. json_data: "{\"_0.1.+2\": 1}"
  9. request: <
  10. database: "projects/projectID/databases/(default)"
  11. writes: <
  12. update: <
  13. name: "projects/projectID/databases/(default)/documents/C/d"
  14. fields: <
  15. key: "_0"
  16. value: <
  17. map_value: <
  18. fields: <
  19. key: "1"
  20. value: <
  21. map_value: <
  22. fields: <
  23. key: "+2"
  24. value: <
  25. integer_value: 1
  26. >
  27. >
  28. >
  29. >
  30. >
  31. >
  32. >
  33. >
  34. >
  35. update_mask: <
  36. field_paths: "_0.`1`.`+2`"
  37. >
  38. current_document: <
  39. exists: true
  40. >
  41. >
  42. >
  43. >