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.
 
 
 

27 lines
788 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 only values in the input are ServerTimestamps, then no update operation
  4. # should be produced.
  5. description: "set: ServerTimestamp alone with MergeAll"
  6. set: <
  7. doc_ref_path: "projects/projectID/databases/(default)/documents/C/d"
  8. option: <
  9. all: true
  10. >
  11. json_data: "{\"a\": \"ServerTimestamp\"}"
  12. request: <
  13. database: "projects/projectID/databases/(default)"
  14. writes: <
  15. transform: <
  16. document: "projects/projectID/databases/(default)/documents/C/d"
  17. field_transforms: <
  18. field_path: "a"
  19. set_to_server_value: REQUEST_TIME
  20. >
  21. >
  22. >
  23. >
  24. >