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.
 
 
 

28 lines
941 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. # Like other uses of ServerTimestamp, the data is pruned and the field does not
  4. # appear in the update mask, because it is in the transform. In this case An
  5. # update operation is produced just to hold the precondition.
  6. description: "update: ServerTimestamp with dotted field"
  7. update: <
  8. doc_ref_path: "projects/projectID/databases/(default)/documents/C/d"
  9. json_data: "{\"a.b.c\": \"ServerTimestamp\"}"
  10. request: <
  11. database: "projects/projectID/databases/(default)"
  12. writes: <
  13. transform: <
  14. document: "projects/projectID/databases/(default)/documents/C/d"
  15. field_transforms: <
  16. field_path: "a.b.c"
  17. set_to_server_value: REQUEST_TIME
  18. >
  19. >
  20. current_document: <
  21. exists: true
  22. >
  23. >
  24. >
  25. >