firestore_v1.yaml 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. type: google.api.Service
  2. config_version: 3
  3. name: firestore.googleapis.com
  4. title: Cloud Firestore API
  5. apis:
  6. - name: google.firestore.v1.Firestore
  7. documentation:
  8. summary: |-
  9. Accesses the NoSQL document database built for automatic scaling, high
  10. performance, and ease of application development.
  11. rules:
  12. - selector: google.cloud.location.Locations.GetLocation
  13. description: Gets information about a location.
  14. - selector: google.cloud.location.Locations.ListLocations
  15. description: Lists information about the supported locations for this service.
  16. backend:
  17. rules:
  18. - selector: google.cloud.location.Locations.GetLocation
  19. deadline: 295.0
  20. - selector: google.cloud.location.Locations.ListLocations
  21. deadline: 295.0
  22. - selector: 'google.firestore.v1.Firestore.*'
  23. deadline: 295.0
  24. - selector: 'google.longrunning.Operations.*'
  25. deadline: 295.0
  26. http:
  27. rules:
  28. - selector: google.longrunning.Operations.CancelOperation
  29. post: '/v1/{name=projects/*/databases/*/operations/*}:cancel'
  30. body: '*'
  31. - selector: google.longrunning.Operations.DeleteOperation
  32. delete: '/v1/{name=projects/*/databases/*/operations/*}'
  33. - selector: google.longrunning.Operations.GetOperation
  34. get: '/v1/{name=projects/*/databases/*/operations/*}'
  35. - selector: google.longrunning.Operations.ListOperations
  36. get: '/v1/{name=projects/*/databases/*}/operations'
  37. authentication:
  38. rules:
  39. - selector: google.cloud.location.Locations.GetLocation
  40. oauth:
  41. canonical_scopes: |-
  42. https://www.googleapis.com/auth/cloud-platform,
  43. https://www.googleapis.com/auth/datastore
  44. - selector: google.cloud.location.Locations.ListLocations
  45. oauth:
  46. canonical_scopes: |-
  47. https://www.googleapis.com/auth/cloud-platform,
  48. https://www.googleapis.com/auth/datastore
  49. - selector: 'google.firestore.v1.Firestore.*'
  50. oauth:
  51. canonical_scopes: |-
  52. https://www.googleapis.com/auth/cloud-platform,
  53. https://www.googleapis.com/auth/datastore
  54. - selector: 'google.longrunning.Operations.*'
  55. oauth:
  56. canonical_scopes: |-
  57. https://www.googleapis.com/auth/cloud-platform,
  58. https://www.googleapis.com/auth/datastore