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
1.1 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. # Cursor values corresponding to a __name__ field take the document path relative
  4. # to the query's collection.
  5. description: "query: cursor methods with __name__"
  6. query: <
  7. coll_path: "projects/projectID/databases/(default)/documents/C"
  8. clauses: <
  9. order_by: <
  10. path: <
  11. field: "__name__"
  12. >
  13. direction: "asc"
  14. >
  15. >
  16. clauses: <
  17. start_after: <
  18. json_values: "\"D1\""
  19. >
  20. >
  21. clauses: <
  22. end_before: <
  23. json_values: "\"D2\""
  24. >
  25. >
  26. query: <
  27. from: <
  28. collection_id: "C"
  29. >
  30. order_by: <
  31. field: <
  32. field_path: "__name__"
  33. >
  34. direction: ASCENDING
  35. >
  36. start_at: <
  37. values: <
  38. reference_value: "projects/projectID/databases/(default)/documents/C/D1"
  39. >
  40. >
  41. end_at: <
  42. values: <
  43. reference_value: "projects/projectID/databases/(default)/documents/C/D2"
  44. >
  45. before: true
  46. >
  47. >
  48. >