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.
 
 
 

29 lines
773 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 the input data consists solely of Deletes, then the update operation has no
  4. # map, just an update mask.
  5. description: "update-paths: Delete alone"
  6. update_paths: <
  7. doc_ref_path: "projects/projectID/databases/(default)/documents/C/d"
  8. field_paths: <
  9. field: "a"
  10. >
  11. json_values: "\"Delete\""
  12. request: <
  13. database: "projects/projectID/databases/(default)"
  14. writes: <
  15. update: <
  16. name: "projects/projectID/databases/(default)/documents/C/d"
  17. >
  18. update_mask: <
  19. field_paths: "a"
  20. >
  21. current_document: <
  22. exists: true
  23. >
  24. >
  25. >
  26. >