edgecontainer_v1.yaml 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. type: google.api.Service
  2. config_version: 3
  3. name: edgecontainer.googleapis.com
  4. title: Distributed Cloud Edge Container API
  5. apis:
  6. - name: google.cloud.edgecontainer.v1.EdgeContainer
  7. - name: google.cloud.location.Locations
  8. - name: google.longrunning.Operations
  9. types:
  10. - name: google.cloud.edgecontainer.v1.LocationMetadata
  11. - name: google.cloud.edgecontainer.v1.OperationMetadata
  12. documentation:
  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.edgecontainer.v1.EdgeContainer.*'
  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: '/v1/{name=projects/*/locations/*}'
  32. - selector: google.cloud.location.Locations.ListLocations
  33. get: '/v1/{name=projects/*}/locations'
  34. - selector: google.longrunning.Operations.CancelOperation
  35. post: '/v1/{name=projects/*/locations/*/operations/*}:cancel'
  36. body: '*'
  37. - selector: google.longrunning.Operations.DeleteOperation
  38. delete: '/v1/{name=projects/*/locations/*/operations/*}'
  39. - selector: google.longrunning.Operations.GetOperation
  40. get: '/v1/{name=projects/*/locations/*/operations/*}'
  41. - selector: google.longrunning.Operations.ListOperations
  42. get: '/v1/{name=projects/*/locations/*}/operations'
  43. authentication:
  44. rules:
  45. - selector: 'google.cloud.edgecontainer.v1.EdgeContainer.*'
  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