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.
 
 
 

34 lines
920 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 ServerTimestamp value is not mentioned in a merge option, then it is
  4. # pruned from the data but does not result in a transform.
  5. description: "set-merge: If is ServerTimestamp not in Merge, no transform"
  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\": \"ServerTimestamp\"}"
  14. request: <
  15. database: "projects/projectID/databases/(default)"
  16. writes: <
  17. update: <
  18. name: "projects/projectID/databases/(default)/documents/C/d"
  19. fields: <
  20. key: "a"
  21. value: <
  22. integer_value: 1
  23. >
  24. >
  25. >
  26. update_mask: <
  27. field_paths: "a"
  28. >
  29. >
  30. >
  31. >