file_v1.yaml 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. type: google.api.Service
  2. config_version: 3
  3. name: file.googleapis.com
  4. title: Cloud Filestore API
  5. apis:
  6. - name: google.cloud.filestore.v1.CloudFilestoreManager
  7. documentation:
  8. summary: |-
  9. The Cloud Filestore API is used for creating and managing cloud file
  10. servers.
  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.filestore.v1.CloudFilestoreManager.*'
  19. deadline: 60.0
  20. - selector: google.cloud.location.Locations.GetLocation
  21. deadline: 60.0
  22. - selector: google.cloud.location.Locations.ListLocations
  23. deadline: 60.0
  24. - selector: 'google.longrunning.Operations.*'
  25. deadline: 60.0
  26. http:
  27. rules:
  28. - selector: google.cloud.location.Locations.GetLocation
  29. get: '/v1/{name=projects/*/locations/*}'
  30. - selector: google.cloud.location.Locations.ListLocations
  31. get: '/v1/{name=projects/*}/locations'
  32. - selector: google.longrunning.Operations.CancelOperation
  33. post: '/v1/{name=projects/*/locations/*/operations/*}:cancel'
  34. body: '*'
  35. - selector: google.longrunning.Operations.DeleteOperation
  36. delete: '/v1/{name=projects/*/locations/*/operations/*}'
  37. - selector: google.longrunning.Operations.GetOperation
  38. get: '/v1/{name=projects/*/locations/*/operations/*}'
  39. - selector: google.longrunning.Operations.ListOperations
  40. get: '/v1/{name=projects/*/locations/*}/operations'
  41. authentication:
  42. rules:
  43. - selector: 'google.cloud.filestore.v1.CloudFilestoreManager.*'
  44. oauth:
  45. canonical_scopes: |-
  46. https://www.googleapis.com/auth/cloud-platform
  47. - selector: google.cloud.location.Locations.GetLocation
  48. oauth:
  49. canonical_scopes: |-
  50. https://www.googleapis.com/auth/cloud-platform
  51. - selector: google.cloud.location.Locations.ListLocations
  52. oauth:
  53. canonical_scopes: |-
  54. https://www.googleapis.com/auth/cloud-platform
  55. - selector: 'google.longrunning.Operations.*'
  56. oauth:
  57. canonical_scopes: |-
  58. https://www.googleapis.com/auth/cloud-platform