memcache_v1beta2.yaml 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. type: google.api.Service
  2. config_version: 3
  3. name: memcache.googleapis.com
  4. title: Cloud Memorystore for Memcached API
  5. apis:
  6. - name: google.cloud.location.Locations
  7. - name: google.cloud.memcache.v1beta2.CloudMemcache
  8. - name: google.longrunning.Operations
  9. types:
  10. - name: google.cloud.memcache.v1beta2.LocationMetadata
  11. - name: google.cloud.memcache.v1beta2.OperationMetadata
  12. documentation:
  13. summary: |-
  14. Google Cloud Memorystore for Memcached API is used for creating and
  15. managing Memcached instances in GCP.
  16. rules:
  17. - selector: google.cloud.location.Locations.GetLocation
  18. description: Gets information about a location.
  19. - selector: google.cloud.location.Locations.ListLocations
  20. description: Lists information about the supported locations for this service.
  21. backend:
  22. rules:
  23. - selector: google.cloud.location.Locations.GetLocation
  24. deadline: 60.0
  25. - selector: google.cloud.location.Locations.ListLocations
  26. deadline: 60.0
  27. - selector: google.cloud.memcache.v1beta2.CloudMemcache.GetInstance
  28. deadline: 10.0
  29. - selector: google.cloud.memcache.v1beta2.CloudMemcache.ListInstances
  30. deadline: 10.0
  31. - selector: 'google.longrunning.Operations.*'
  32. deadline: 60.0
  33. - selector: google.longrunning.Operations.GetOperation
  34. deadline: 5.0
  35. http:
  36. rules:
  37. - selector: google.cloud.location.Locations.GetLocation
  38. get: '/v1beta2/{name=projects/*/locations/*}'
  39. - selector: google.cloud.location.Locations.ListLocations
  40. get: '/v1beta2/{name=projects/*}/locations'
  41. - selector: google.longrunning.Operations.CancelOperation
  42. post: '/v1beta2/{name=projects/*/locations/*/operations/*}:cancel'
  43. body: '*'
  44. - selector: google.longrunning.Operations.DeleteOperation
  45. delete: '/v1beta2/{name=projects/*/locations/*/operations/*}'
  46. - selector: google.longrunning.Operations.GetOperation
  47. get: '/v1beta2/{name=projects/*/locations/*/operations/*}'
  48. - selector: google.longrunning.Operations.ListOperations
  49. get: '/v1beta2/{name=projects/*/locations/*}/operations'
  50. authentication:
  51. rules:
  52. - selector: google.cloud.location.Locations.GetLocation
  53. oauth:
  54. canonical_scopes: |-
  55. https://www.googleapis.com/auth/cloud-platform
  56. - selector: google.cloud.location.Locations.ListLocations
  57. oauth:
  58. canonical_scopes: |-
  59. https://www.googleapis.com/auth/cloud-platform
  60. - selector: 'google.cloud.memcache.v1beta2.CloudMemcache.*'
  61. oauth:
  62. canonical_scopes: |-
  63. https://www.googleapis.com/auth/cloud-platform
  64. - selector: 'google.longrunning.Operations.*'
  65. oauth:
  66. canonical_scopes: |-
  67. https://www.googleapis.com/auth/cloud-platform