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.
 
 
 

26 regels
732 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: Delete alone"
  6. update: <
  7. doc_ref_path: "projects/projectID/databases/(default)/documents/C/d"
  8. json_data: "{\"a\": \"Delete\"}"
  9. request: <
  10. database: "projects/projectID/databases/(default)"
  11. writes: <
  12. update: <
  13. name: "projects/projectID/databases/(default)/documents/C/d"
  14. >
  15. update_mask: <
  16. field_paths: "a"
  17. >
  18. current_document: <
  19. exists: true
  20. >
  21. >
  22. >
  23. >