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.
 
 
 

35 lines
883 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. # When a document snapshot is used, the client appends a __name__ order-by clause.
  4. description: "query: cursor methods with a document snapshot"
  5. query: <
  6. coll_path: "projects/projectID/databases/(default)/documents/C"
  7. clauses: <
  8. start_at: <
  9. doc_snapshot: <
  10. path: "projects/projectID/databases/(default)/documents/C/D"
  11. json_data: "{\"a\": 7, \"b\": 8}"
  12. >
  13. >
  14. >
  15. query: <
  16. from: <
  17. collection_id: "C"
  18. >
  19. order_by: <
  20. field: <
  21. field_path: "__name__"
  22. >
  23. direction: ASCENDING
  24. >
  25. start_at: <
  26. values: <
  27. reference_value: "projects/projectID/databases/(default)/documents/C/D"
  28. >
  29. before: true
  30. >
  31. >
  32. >