file_v1beta1.yaml 2.3 KB

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