Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 

42 řádky
836 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 are allowed to use empty maps with EndBefore. It should result in
  4. # an empty map in the query.
  5. description: "query: EndBefore with explicit empty map"
  6. query: <
  7. coll_path: "projects/projectID/databases/(default)/documents/C"
  8. clauses: <
  9. order_by: <
  10. path: <
  11. field: "a"
  12. >
  13. direction: "asc"
  14. >
  15. >
  16. clauses: <
  17. end_before: <
  18. json_values: "{}"
  19. >
  20. >
  21. query: <
  22. from: <
  23. collection_id: "C"
  24. >
  25. order_by: <
  26. field: <
  27. field_path: "a"
  28. >
  29. direction: ASCENDING
  30. >
  31. end_at: <
  32. values: <
  33. map_value: <
  34. >
  35. >
  36. before: true
  37. >
  38. >
  39. >