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.
 
 
 

38 lines
897 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. # The Update call supports a last-update-time precondition.
  4. description: "update: last-update-time precondition"
  5. update: <
  6. doc_ref_path: "projects/projectID/databases/(default)/documents/C/d"
  7. precondition: <
  8. update_time: <
  9. seconds: 42
  10. >
  11. >
  12. json_data: "{\"a\": 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. integer_value: 1
  22. >
  23. >
  24. >
  25. update_mask: <
  26. field_paths: "a"
  27. >
  28. current_document: <
  29. update_time: <
  30. seconds: 42
  31. >
  32. >
  33. >
  34. >
  35. >