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.
 
 
 

51 lines
943 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. # Cursor methods take the same number of values as there are OrderBy clauses.
  4. description: "query: StartAt/EndBefore with values"
  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_at: <
  17. json_values: "7"
  18. >
  19. >
  20. clauses: <
  21. end_before: <
  22. json_values: "9"
  23. >
  24. >
  25. query: <
  26. from: <
  27. collection_id: "C"
  28. >
  29. order_by: <
  30. field: <
  31. field_path: "a"
  32. >
  33. direction: ASCENDING
  34. >
  35. start_at: <
  36. values: <
  37. integer_value: 7
  38. >
  39. before: true
  40. >
  41. end_at: <
  42. values: <
  43. integer_value: 9
  44. >
  45. before: true
  46. >
  47. >
  48. >