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.
 
 
 

41 lines
938 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-paths: last-update-time precondition"
  5. update_paths: <
  6. doc_ref_path: "projects/projectID/databases/(default)/documents/C/d"
  7. precondition: <
  8. update_time: <
  9. seconds: 42
  10. >
  11. >
  12. field_paths: <
  13. field: "a"
  14. >
  15. json_values: "1"
  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. >
  31. current_document: <
  32. update_time: <
  33. seconds: 42
  34. >
  35. >
  36. >
  37. >
  38. >