vmwareengine_v1.yaml 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. type: google.api.Service
  2. config_version: 3
  3. name: vmwareengine.googleapis.com
  4. title: VMware Engine API
  5. apis:
  6. - name: google.cloud.location.Locations
  7. - name: google.cloud.vmwareengine.v1.VmwareEngine
  8. - name: google.iam.v1.IAMPolicy
  9. - name: google.longrunning.Operations
  10. types:
  11. - name: google.cloud.vmwareengine.v1.OperationMetadata
  12. documentation:
  13. summary: |-
  14. The Google VMware Engine API lets you programmatically manage VMware
  15. environments.
  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. - selector: google.iam.v1.IAMPolicy.GetIamPolicy
  22. description: |-
  23. Gets the access control policy for a resource. Returns an empty policy
  24. if the resource exists and does not have a policy set.
  25. - selector: google.iam.v1.IAMPolicy.SetIamPolicy
  26. description: |-
  27. Sets the access control policy on the specified resource. Replaces
  28. any existing policy.
  29. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED`
  30. errors.
  31. - selector: google.iam.v1.IAMPolicy.TestIamPermissions
  32. description: |-
  33. Returns permissions that a caller has on the specified resource. If the
  34. resource does not exist, this will return an empty set of
  35. permissions, not a `NOT_FOUND` error.
  36. Note: This operation is designed to be used for building
  37. permission-aware UIs and command-line tools, not for authorization
  38. checking. This operation may "fail open" without warning.
  39. backend:
  40. rules:
  41. - selector: google.cloud.location.Locations.GetLocation
  42. deadline: 60.0
  43. - selector: google.cloud.location.Locations.ListLocations
  44. deadline: 60.0
  45. - selector: 'google.cloud.vmwareengine.v1.VmwareEngine.*'
  46. deadline: 60.0
  47. - selector: 'google.iam.v1.IAMPolicy.*'
  48. deadline: 60.0
  49. - selector: 'google.longrunning.Operations.*'
  50. deadline: 60.0
  51. http:
  52. rules:
  53. - selector: google.cloud.location.Locations.GetLocation
  54. get: '/v1/{name=projects/*/locations/*}'
  55. - selector: google.cloud.location.Locations.ListLocations
  56. get: '/v1/{name=projects/*}/locations'
  57. - selector: google.iam.v1.IAMPolicy.GetIamPolicy
  58. get: '/v1/{resource=projects/*/locations/*/privateClouds/*}:getIamPolicy'
  59. additional_bindings:
  60. - get: '/v1/{resource=projects/*/locations/*/privateClouds/*/clusters/*}:getIamPolicy'
  61. - get: '/v1/{resource=projects/*/locations/*/privateClouds/*/hcxActivationKeys/*}:getIamPolicy'
  62. - selector: google.iam.v1.IAMPolicy.SetIamPolicy
  63. post: '/v1/{resource=projects/*/locations/*/privateClouds/*}:setIamPolicy'
  64. body: '*'
  65. additional_bindings:
  66. - post: '/v1/{resource=projects/*/locations/*/privateClouds/*/clusters/*}:setIamPolicy'
  67. body: '*'
  68. - post: '/v1/{resource=projects/*/locations/*/privateClouds/*/hcxActivationKeys/*}:setIamPolicy'
  69. body: '*'
  70. - selector: google.iam.v1.IAMPolicy.TestIamPermissions
  71. post: '/v1/{resource=projects/*/locations/*/privateClouds/*}:testIamPermissions'
  72. body: '*'
  73. additional_bindings:
  74. - post: '/v1/{resource=projects/*/locations/*/privateClouds/*/clusters/*}:testIamPermissions'
  75. body: '*'
  76. - post: '/v1/{resource=projects/*/locations/*/privateClouds/*/hcxActivationKeys/*}:testIamPermissions'
  77. body: '*'
  78. - selector: google.longrunning.Operations.DeleteOperation
  79. delete: '/v1/{name=projects/*/locations/*/operations/*}'
  80. - selector: google.longrunning.Operations.GetOperation
  81. get: '/v1/{name=projects/*/locations/*/operations/*}'
  82. - selector: google.longrunning.Operations.ListOperations
  83. get: '/v1/{name=projects/*/locations/*}/operations'
  84. authentication:
  85. rules:
  86. - selector: google.cloud.location.Locations.GetLocation
  87. oauth:
  88. canonical_scopes: |-
  89. https://www.googleapis.com/auth/cloud-platform
  90. - selector: google.cloud.location.Locations.ListLocations
  91. oauth:
  92. canonical_scopes: |-
  93. https://www.googleapis.com/auth/cloud-platform
  94. - selector: 'google.cloud.vmwareengine.v1.VmwareEngine.*'
  95. oauth:
  96. canonical_scopes: |-
  97. https://www.googleapis.com/auth/cloud-platform
  98. - selector: 'google.iam.v1.IAMPolicy.*'
  99. oauth:
  100. canonical_scopes: |-
  101. https://www.googleapis.com/auth/cloud-platform
  102. - selector: 'google.longrunning.Operations.*'
  103. oauth:
  104. canonical_scopes: |-
  105. https://www.googleapis.com/auth/cloud-platform