datastore_v1.yaml 1.3 KB

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