firestore_v1.yaml 2.2 KB

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