baremetalsolution_v2.yaml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. type: google.api.Service
  2. config_version: 3
  3. name: baremetalsolution.googleapis.com
  4. title: Bare Metal Solution API
  5. apis:
  6. - name: google.cloud.baremetalsolution.v2.BareMetalSolution
  7. - name: google.cloud.location.Locations
  8. - name: google.iam.v1.IAMPolicy
  9. - name: google.longrunning.Operations
  10. types:
  11. - name: google.cloud.baremetalsolution.v2.OperationMetadata
  12. - name: google.cloud.baremetalsolution.v2.ResetInstanceResponse
  13. documentation:
  14. summary: |-
  15. Provides ways to manage Bare Metal Solution hardware installed in a
  16. regional extension located near a Google Cloud data center.
  17. rules:
  18. - selector: google.cloud.location.Locations.GetLocation
  19. description: Gets information about a location.
  20. - selector: google.cloud.location.Locations.ListLocations
  21. description: Lists information about the supported locations for this service.
  22. backend:
  23. rules:
  24. - selector: 'google.cloud.baremetalsolution.v2.BareMetalSolution.*'
  25. deadline: 60.0
  26. - selector: google.cloud.location.Locations.GetLocation
  27. deadline: 60.0
  28. - selector: google.cloud.location.Locations.ListLocations
  29. deadline: 60.0
  30. - selector: 'google.longrunning.Operations.*'
  31. deadline: 60.0
  32. http:
  33. rules:
  34. - selector: google.cloud.location.Locations.GetLocation
  35. get: '/v2/{name=projects/*/locations/*}'
  36. - selector: google.cloud.location.Locations.ListLocations
  37. get: '/v2/{name=projects/*}/locations'
  38. authentication:
  39. rules:
  40. - selector: 'google.cloud.baremetalsolution.v2.BareMetalSolution.*'
  41. oauth:
  42. canonical_scopes: |-
  43. https://www.googleapis.com/auth/cloud-platform
  44. - selector: google.cloud.location.Locations.GetLocation
  45. oauth:
  46. canonical_scopes: |-
  47. https://www.googleapis.com/auth/cloud-platform
  48. - selector: google.cloud.location.Locations.ListLocations
  49. oauth:
  50. canonical_scopes: |-
  51. https://www.googleapis.com/auth/cloud-platform
  52. - selector: 'google.longrunning.Operations.*'
  53. oauth:
  54. canonical_scopes: |-
  55. https://www.googleapis.com/auth/cloud-platform