datastore_v1.yaml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. type: google.api.Service
  2. config_version: 3
  3. name: datastore.googleapis.com
  4. title: Cloud Datastore API
  5. apis:
  6. - name: google.datastore.v1.Datastore
  7. documentation:
  8. summary: |-
  9. Accesses the schemaless NoSQL database to provide fully managed, robust,
  10. scalable storage for your application.
  11. backend:
  12. rules:
  13. - selector: 'google.datastore.v1.Datastore.*'
  14. deadline: 295.0
  15. - selector: 'google.longrunning.Operations.*'
  16. deadline: 295.0
  17. http:
  18. rules:
  19. - selector: google.longrunning.Operations.CancelOperation
  20. post: '/v1/{name=projects/*/operations/*}:cancel'
  21. - selector: google.longrunning.Operations.DeleteOperation
  22. delete: '/v1/{name=projects/*/operations/*}'
  23. - selector: google.longrunning.Operations.GetOperation
  24. get: '/v1/{name=projects/*/operations/*}'
  25. - selector: google.longrunning.Operations.ListOperations
  26. get: '/v1/{name=projects/*}/operations'
  27. authentication:
  28. rules:
  29. - selector: 'google.datastore.v1.Datastore.*'
  30. oauth:
  31. canonical_scopes: |-
  32. https://www.googleapis.com/auth/cloud-platform,
  33. https://www.googleapis.com/auth/datastore
  34. - selector: 'google.longrunning.Operations.*'
  35. oauth:
  36. canonical_scopes: |-
  37. https://www.googleapis.com/auth/cloud-platform,
  38. https://www.googleapis.com/auth/datastore