Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 

33 righe
631 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. # An ordinary Select clause.
  4. description: "query: Select clause with some fields"
  5. query: <
  6. coll_path: "projects/projectID/databases/(default)/documents/C"
  7. clauses: <
  8. select: <
  9. fields: <
  10. field: "a"
  11. >
  12. fields: <
  13. field: "b"
  14. >
  15. >
  16. >
  17. query: <
  18. select: <
  19. fields: <
  20. field_path: "a"
  21. >
  22. fields: <
  23. field_path: "b"
  24. >
  25. >
  26. from: <
  27. collection_id: "C"
  28. >
  29. >
  30. >