firestore_v1beta1.yaml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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.v1beta1.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.v1beta1.Firestore.*'
  23. deadline: 295.0
  24. - selector: 'google.longrunning.Operations.*'
  25. deadline: 295.0
  26. authentication:
  27. rules:
  28. - selector: google.cloud.location.Locations.GetLocation
  29. oauth:
  30. canonical_scopes: |-
  31. https://www.googleapis.com/auth/cloud-platform,
  32. https://www.googleapis.com/auth/datastore
  33. - selector: google.cloud.location.Locations.ListLocations
  34. oauth:
  35. canonical_scopes: |-
  36. https://www.googleapis.com/auth/cloud-platform,
  37. https://www.googleapis.com/auth/datastore
  38. - selector: 'google.firestore.v1beta1.Firestore.*'
  39. oauth:
  40. canonical_scopes: |-
  41. https://www.googleapis.com/auth/cloud-platform,
  42. https://www.googleapis.com/auth/datastore
  43. - selector: 'google.longrunning.Operations.*'
  44. oauth:
  45. canonical_scopes: |-
  46. https://www.googleapis.com/auth/cloud-platform,
  47. https://www.googleapis.com/auth/datastore