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

17 строки
604 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. # The Delete sentinel must be the value of a field. Deletes are implemented by
  4. # turning the path to the Delete sentinel into a FieldPath, and FieldPaths do not
  5. # support array indexing.
  6. description: "update-paths: Delete cannot be in an array value"
  7. update_paths: <
  8. doc_ref_path: "projects/projectID/databases/(default)/documents/C/d"
  9. field_paths: <
  10. field: "a"
  11. >
  12. json_values: "[1, 2, \"Delete\"]"
  13. is_error: true
  14. >