Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 

49 строки
903 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: StartAfter/EndAt 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_after: <
  17. json_values: "7"
  18. >
  19. >
  20. clauses: <
  21. end_at: <
  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. >
  40. end_at: <
  41. values: <
  42. integer_value: 9
  43. >
  44. >
  45. >
  46. >