Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 

21 linhas
552 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 a merge option mentions a path that is not in the
  4. # input data.
  5. description: "set-merge: Merge fields must all be present in data"
  6. set: <
  7. doc_ref_path: "projects/projectID/databases/(default)/documents/C/d"
  8. option: <
  9. fields: <
  10. field: "b"
  11. >
  12. fields: <
  13. field: "a"
  14. >
  15. >
  16. json_data: "{\"a\": 1}"
  17. is_error: true
  18. >