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.
 
 
 

34 lines
812 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. # A simple call, resulting in a single update operation.
  4. description: "update-paths: basic"
  5. update_paths: <
  6. doc_ref_path: "projects/projectID/databases/(default)/documents/C/d"
  7. field_paths: <
  8. field: "a"
  9. >
  10. json_values: "1"
  11. request: <
  12. database: "projects/projectID/databases/(default)"
  13. writes: <
  14. update: <
  15. name: "projects/projectID/databases/(default)/documents/C/d"
  16. fields: <
  17. key: "a"
  18. value: <
  19. integer_value: 1
  20. >
  21. >
  22. >
  23. update_mask: <
  24. field_paths: "a"
  25. >
  26. current_document: <
  27. exists: true
  28. >
  29. >
  30. >
  31. >