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ů.
 
 
 

24 řádky
558 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 not allowed to use empty values with StartAt. It should
  4. # result in an error.
  5. description: "query: StartAt with empty values"
  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. start_at: <
  18. >
  19. >
  20. is_error: true
  21. >