networkservices_v1beta1.yaml 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. type: google.api.Service
  2. config_version: 3
  3. name: networkservices.googleapis.com
  4. title: Network Services API
  5. apis:
  6. - name: google.cloud.networkservices.v1beta1.NetworkServices
  7. types:
  8. - name: google.cloud.networkservices.v1beta1.OperationMetadata
  9. documentation:
  10. rules:
  11. - selector: google.cloud.location.Locations.GetLocation
  12. description: Gets information about a location.
  13. - selector: google.cloud.location.Locations.ListLocations
  14. description: Lists information about the supported locations for this service.
  15. - selector: google.iam.v1.IAMPolicy.GetIamPolicy
  16. description: |-
  17. Gets the access control policy for a resource. Returns an empty policy
  18. if the resource exists and does not have a policy set.
  19. - selector: google.iam.v1.IAMPolicy.SetIamPolicy
  20. description: |-
  21. Sets the access control policy on the specified resource. Replaces
  22. any existing policy.
  23. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED`
  24. errors.
  25. - selector: google.iam.v1.IAMPolicy.TestIamPermissions
  26. description: |-
  27. Returns permissions that a caller has on the specified resource. If the
  28. resource does not exist, this will return an empty set of
  29. permissions, not a `NOT_FOUND` error.
  30. Note: This operation is designed to be used for building
  31. permission-aware UIs and command-line tools, not for authorization
  32. checking. This operation may "fail open" without warning.
  33. backend:
  34. rules:
  35. - selector: google.cloud.location.Locations.GetLocation
  36. deadline: 60.0
  37. - selector: google.cloud.location.Locations.ListLocations
  38. deadline: 60.0
  39. - selector: 'google.cloud.networkservices.v1beta1.NetworkServices.*'
  40. deadline: 60.0
  41. - selector: 'google.iam.v1.IAMPolicy.*'
  42. deadline: 60.0
  43. - selector: 'google.longrunning.Operations.*'
  44. deadline: 60.0
  45. http:
  46. rules:
  47. - selector: google.cloud.location.Locations.GetLocation
  48. get: '/v1beta1/{name=projects/*/locations/*}'
  49. - selector: google.cloud.location.Locations.ListLocations
  50. get: '/v1beta1/{name=projects/*}/locations'
  51. - selector: google.iam.v1.IAMPolicy.GetIamPolicy
  52. get: '/v1beta1/{resource=projects/*/locations/*/endpointPolicies/*}:getIamPolicy'
  53. - selector: google.iam.v1.IAMPolicy.SetIamPolicy
  54. post: '/v1beta1/{resource=projects/*/locations/*/endpointPolicies/*}:setIamPolicy'
  55. body: '*'
  56. - selector: google.iam.v1.IAMPolicy.TestIamPermissions
  57. post: '/v1beta1/{resource=projects/*/locations/*/endpointPolicies/*}:testIamPermissions'
  58. body: '*'
  59. - selector: google.longrunning.Operations.CancelOperation
  60. post: '/v1beta1/{name=projects/*/locations/*/operations/*}:cancel'
  61. body: '*'
  62. - selector: google.longrunning.Operations.DeleteOperation
  63. delete: '/v1beta1/{name=projects/*/locations/*/operations/*}'
  64. - selector: google.longrunning.Operations.GetOperation
  65. get: '/v1beta1/{name=projects/*/locations/*/operations/*}'
  66. - selector: google.longrunning.Operations.ListOperations
  67. get: '/v1beta1/{name=projects/*/locations/*}/operations'
  68. authentication:
  69. rules:
  70. - selector: google.cloud.location.Locations.GetLocation
  71. oauth:
  72. canonical_scopes: |-
  73. https://www.googleapis.com/auth/cloud-platform
  74. - selector: google.cloud.location.Locations.ListLocations
  75. oauth:
  76. canonical_scopes: |-
  77. https://www.googleapis.com/auth/cloud-platform
  78. - selector: 'google.cloud.networkservices.v1beta1.NetworkServices.*'
  79. oauth:
  80. canonical_scopes: |-
  81. https://www.googleapis.com/auth/cloud-platform
  82. - selector: 'google.iam.v1.IAMPolicy.*'
  83. oauth:
  84. canonical_scopes: |-
  85. https://www.googleapis.com/auth/cloud-platform
  86. - selector: 'google.longrunning.Operations.*'
  87. oauth:
  88. canonical_scopes: |-
  89. https://www.googleapis.com/auth/cloud-platform