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.
 
 
 

61 line
1.0 KiB

  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. # When multiple Start* or End* calls occur, the values of the last one are used.
  4. description: "query: cursor methods, last one wins"
  5. query: <
  6. coll_path: "projects/projectID/databases/(default)/documents/C"
  7. clauses: <
  8. order_by: <
  9. path: <
  10. field: "a"
  11. >
  12. direction: "asc"
  13. >
  14. >
  15. clauses: <
  16. start_after: <
  17. json_values: "1"
  18. >
  19. >
  20. clauses: <
  21. start_at: <
  22. json_values: "2"
  23. >
  24. >
  25. clauses: <
  26. end_at: <
  27. json_values: "3"
  28. >
  29. >
  30. clauses: <
  31. end_before: <
  32. json_values: "4"
  33. >
  34. >
  35. query: <
  36. from: <
  37. collection_id: "C"
  38. >
  39. order_by: <
  40. field: <
  41. field_path: "a"
  42. >
  43. direction: ASCENDING
  44. >
  45. start_at: <
  46. values: <
  47. integer_value: 2
  48. >
  49. before: true
  50. >
  51. end_at: <
  52. values: <
  53. integer_value: 4
  54. >
  55. before: true
  56. >
  57. >
  58. >