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

40 строки
957 B

  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. # If a field's value is the Delete sentinel, then it doesn't appear in the update
  4. # data, but does in the mask.
  5. description: "update-paths: Delete"
  6. update_paths: <
  7. doc_ref_path: "projects/projectID/databases/(default)/documents/C/d"
  8. field_paths: <
  9. field: "a"
  10. >
  11. field_paths: <
  12. field: "b"
  13. >
  14. json_values: "1"
  15. json_values: "\"Delete\""
  16. request: <
  17. database: "projects/projectID/databases/(default)"
  18. writes: <
  19. update: <
  20. name: "projects/projectID/databases/(default)/documents/C/d"
  21. fields: <
  22. key: "a"
  23. value: <
  24. integer_value: 1
  25. >
  26. >
  27. >
  28. update_mask: <
  29. field_paths: "a"
  30. field_paths: "b"
  31. >
  32. current_document: <
  33. exists: true
  34. >
  35. >
  36. >
  37. >