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.
 
 
 

22 lines
610 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. # Delete supports an exists precondition.
  4. description: "delete: delete with exists precondition"
  5. delete: <
  6. doc_ref_path: "projects/projectID/databases/(default)/documents/C/d"
  7. precondition: <
  8. exists: true
  9. >
  10. request: <
  11. database: "projects/projectID/databases/(default)"
  12. writes: <
  13. delete: "projects/projectID/databases/(default)/documents/C/d"
  14. current_document: <
  15. exists: true
  16. >
  17. >
  18. >
  19. >