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.
 
 
 

18 lines
598 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 client signals an error if the Delete sentinel is in the input data, but not
  4. # selected by a merge option, because this is most likely a programming bug.
  5. description: "set-merge: Delete cannot appear in an unmerged field"
  6. set: <
  7. doc_ref_path: "projects/projectID/databases/(default)/documents/C/d"
  8. option: <
  9. fields: <
  10. field: "a"
  11. >
  12. >
  13. json_data: "{\"a\": 1, \"b\": \"Delete\"}"
  14. is_error: true
  15. >