選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

set-del-nonleaf.textproto 712 B

12345678910111213141516171819
  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 a Delete is part of the value at a merge path, then the user is confused:
  4. # their merge path says "replace this entire value" but their Delete says "delete
  5. # this part of the value". This should be an error, just as if they specified
  6. # Delete in a Set with no merge.
  7. description: "set-merge: Delete cannot appear as part of a merge path"
  8. set: <
  9. doc_ref_path: "projects/projectID/databases/(default)/documents/C/d"
  10. option: <
  11. fields: <
  12. field: "h"
  13. >
  14. >
  15. json_data: "{\"h\": {\"g\": \"Delete\"}}"
  16. is_error: true
  17. >