apikeys_v2.yaml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. type: google.api.Service
  2. config_version: 3
  3. name: apikeys.googleapis.com
  4. title: API Keys API
  5. apis:
  6. - name: google.api.apikeys.v2.ApiKeys
  7. - name: google.longrunning.Operations
  8. documentation:
  9. summary: Manages the API keys associated with developer projects.
  10. backend:
  11. rules:
  12. - selector: 'google.api.apikeys.v2.ApiKeys.*'
  13. deadline: 120.0
  14. - selector: google.longrunning.Operations.GetOperation
  15. deadline: 120.0
  16. http:
  17. rules:
  18. - selector: google.longrunning.Operations.GetOperation
  19. get: '/v2/{name=operations/*}'
  20. authentication:
  21. rules:
  22. - selector: 'google.api.apikeys.v2.ApiKeys.*'
  23. oauth:
  24. canonical_scopes: |-
  25. https://www.googleapis.com/auth/cloud-platform
  26. - selector: google.api.apikeys.v2.ApiKeys.GetKey
  27. oauth:
  28. canonical_scopes: |-
  29. https://www.googleapis.com/auth/cloud-platform,
  30. https://www.googleapis.com/auth/cloud-platform.read-only
  31. - selector: google.api.apikeys.v2.ApiKeys.GetKeyString
  32. oauth:
  33. canonical_scopes: |-
  34. https://www.googleapis.com/auth/cloud-platform,
  35. https://www.googleapis.com/auth/cloud-platform.read-only
  36. - selector: google.api.apikeys.v2.ApiKeys.ListKeys
  37. oauth:
  38. canonical_scopes: |-
  39. https://www.googleapis.com/auth/cloud-platform,
  40. https://www.googleapis.com/auth/cloud-platform.read-only
  41. - selector: google.api.apikeys.v2.ApiKeys.LookupKey
  42. oauth:
  43. canonical_scopes: |-
  44. https://www.googleapis.com/auth/cloud-platform,
  45. https://www.googleapis.com/auth/cloud-platform.read-only
  46. - selector: google.longrunning.Operations.GetOperation
  47. oauth:
  48. canonical_scopes: |-
  49. https://www.googleapis.com/auth/cloud-platform,
  50. https://www.googleapis.com/auth/cloud-platform.read-only