google-cloud-compute-v1 0.2.0 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (257) hide show
  1. checksums.yaml +4 -4
  2. data/.yardopts +1 -1
  3. data/AUTHENTICATION.md +19 -37
  4. data/README.md +4 -30
  5. data/lib/google/cloud/compute/v1/accelerator_types/rest/client.rb +127 -90
  6. data/lib/google/cloud/compute/v1/accelerator_types/rest/service_stub.rb +188 -0
  7. data/lib/google/cloud/compute/v1/accelerator_types/rest.rb +0 -2
  8. data/lib/google/cloud/compute/v1/addresses/rest/client.rb +172 -130
  9. data/lib/google/cloud/compute/v1/addresses/rest/service_stub.rb +279 -0
  10. data/lib/google/cloud/compute/v1/addresses/rest.rb +0 -2
  11. data/lib/google/cloud/compute/v1/autoscalers/rest/client.rb +218 -172
  12. data/lib/google/cloud/compute/v1/autoscalers/rest/service_stub.rb +373 -0
  13. data/lib/google/cloud/compute/v1/autoscalers/rest.rb +0 -2
  14. data/lib/google/cloud/compute/v1/backend_buckets/rest/client.rb +236 -185
  15. data/lib/google/cloud/compute/v1/backend_buckets/rest/service_stub.rb +413 -0
  16. data/lib/google/cloud/compute/v1/backend_buckets/rest.rb +0 -2
  17. data/lib/google/cloud/compute/v1/backend_services/rest/client.rb +308 -253
  18. data/lib/google/cloud/compute/v1/backend_services/rest/service_stub.rb +553 -0
  19. data/lib/google/cloud/compute/v1/backend_services/rest.rb +0 -2
  20. data/lib/google/cloud/compute/v1/compute_pb.rb +8507 -7466
  21. data/lib/google/cloud/compute/v1/disk_types/rest/client.rb +127 -90
  22. data/lib/google/cloud/compute/v1/disk_types/rest/service_stub.rb +188 -0
  23. data/lib/google/cloud/compute/v1/disk_types/rest.rb +0 -2
  24. data/lib/google/cloud/compute/v1/disks/rest/client.rb +345 -272
  25. data/lib/google/cloud/compute/v1/disks/rest/service_stub.rb +644 -0
  26. data/lib/google/cloud/compute/v1/disks/rest.rb +0 -2
  27. data/lib/google/cloud/compute/v1/external_vpn_gateways/rest/client.rb +184 -129
  28. data/lib/google/cloud/compute/v1/external_vpn_gateways/rest/service_stub.rb +317 -0
  29. data/lib/google/cloud/compute/v1/external_vpn_gateways/rest.rb +0 -2
  30. data/lib/google/cloud/compute/v1/firewall_policies/rest/client.rb +476 -343
  31. data/lib/google/cloud/compute/v1/firewall_policies/rest/service_stub.rb +869 -0
  32. data/lib/google/cloud/compute/v1/firewall_policies/rest.rb +0 -2
  33. data/lib/google/cloud/compute/v1/firewalls/rest/client.rb +191 -145
  34. data/lib/google/cloud/compute/v1/firewalls/rest/service_stub.rb +321 -0
  35. data/lib/google/cloud/compute/v1/firewalls/rest.rb +0 -2
  36. data/lib/google/cloud/compute/v1/forwarding_rules/rest/client.rb +296 -171
  37. data/lib/google/cloud/compute/v1/forwarding_rules/rest/service_stub.rb +417 -0
  38. data/lib/google/cloud/compute/v1/forwarding_rules/rest.rb +0 -2
  39. data/lib/google/cloud/compute/v1/global_addresses/rest/client.rb +145 -103
  40. data/lib/google/cloud/compute/v1/global_addresses/rest/service_stub.rb +229 -0
  41. data/lib/google/cloud/compute/v1/global_addresses/rest.rb +0 -2
  42. data/lib/google/cloud/compute/v1/global_forwarding_rules/rest/client.rb +265 -144
  43. data/lib/google/cloud/compute/v1/global_forwarding_rules/rest/service_stub.rb +365 -0
  44. data/lib/google/cloud/compute/v1/global_forwarding_rules/rest.rb +0 -2
  45. data/lib/google/cloud/compute/v1/global_network_endpoint_groups/rest/client.rb +215 -172
  46. data/lib/google/cloud/compute/v1/global_network_endpoint_groups/rest/service_stub.rb +370 -0
  47. data/lib/google/cloud/compute/v1/global_network_endpoint_groups/rest.rb +0 -2
  48. data/lib/google/cloud/compute/v1/global_operations/rest/client.rb +165 -118
  49. data/lib/google/cloud/compute/v1/global_operations/rest/service_stub.rb +274 -0
  50. data/lib/google/cloud/compute/v1/global_operations/rest.rb +0 -2
  51. data/lib/google/cloud/compute/v1/global_organization_operations/rest/client.rb +118 -76
  52. data/lib/google/cloud/compute/v1/global_organization_operations/rest/service_stub.rb +186 -0
  53. data/lib/google/cloud/compute/v1/global_organization_operations/rest.rb +0 -2
  54. data/lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest/client.rb +175 -124
  55. data/lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest/service_stub.rb +275 -0
  56. data/lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest.rb +0 -2
  57. data/lib/google/cloud/compute/v1/health_checks/rest/client.rb +218 -172
  58. data/lib/google/cloud/compute/v1/health_checks/rest/service_stub.rb +371 -0
  59. data/lib/google/cloud/compute/v1/health_checks/rest.rb +0 -2
  60. data/lib/google/cloud/compute/v1/image_family_views/credentials.rb +53 -0
  61. data/lib/google/cloud/compute/v1/image_family_views/rest/client.rb +318 -0
  62. data/lib/google/cloud/compute/v1/image_family_views/rest/service_stub.rb +89 -0
  63. data/lib/google/cloud/compute/v1/image_family_views/rest.rb +33 -0
  64. data/lib/google/cloud/compute/v1/image_family_views.rb +44 -0
  65. data/lib/google/cloud/compute/v1/images/rest/client.rb +291 -209
  66. data/lib/google/cloud/compute/v1/images/rest/service_stub.rb +542 -0
  67. data/lib/google/cloud/compute/v1/images/rest.rb +0 -2
  68. data/lib/google/cloud/compute/v1/instance_group_managers/rest/client.rb +526 -477
  69. data/lib/google/cloud/compute/v1/instance_group_managers/rest/service_stub.rb +974 -0
  70. data/lib/google/cloud/compute/v1/instance_group_managers/rest.rb +0 -2
  71. data/lib/google/cloud/compute/v1/instance_groups/rest/client.rb +271 -233
  72. data/lib/google/cloud/compute/v1/instance_groups/rest/service_stub.rb +467 -0
  73. data/lib/google/cloud/compute/v1/instance_groups/rest.rb +0 -2
  74. data/lib/google/cloud/compute/v1/instance_templates/rest/client.rb +202 -139
  75. data/lib/google/cloud/compute/v1/instance_templates/rest/service_stub.rb +362 -0
  76. data/lib/google/cloud/compute/v1/instance_templates/rest.rb +0 -2
  77. data/lib/google/cloud/compute/v1/instances/rest/client.rb +1186 -797
  78. data/lib/google/cloud/compute/v1/instances/rest/service_stub.rb +2018 -0
  79. data/lib/google/cloud/compute/v1/instances/rest.rb +0 -2
  80. data/lib/google/cloud/compute/v1/interconnect_attachments/rest/client.rb +195 -151
  81. data/lib/google/cloud/compute/v1/interconnect_attachments/rest/service_stub.rb +326 -0
  82. data/lib/google/cloud/compute/v1/interconnect_attachments/rest.rb +0 -2
  83. data/lib/google/cloud/compute/v1/interconnect_locations/rest/client.rb +100 -63
  84. data/lib/google/cloud/compute/v1/interconnect_locations/rest/service_stub.rb +138 -0
  85. data/lib/google/cloud/compute/v1/interconnect_locations/rest.rb +0 -2
  86. data/lib/google/cloud/compute/v1/interconnects/rest/client.rb +189 -135
  87. data/lib/google/cloud/compute/v1/interconnects/rest/service_stub.rb +318 -0
  88. data/lib/google/cloud/compute/v1/interconnects/rest.rb +0 -2
  89. data/lib/google/cloud/compute/v1/license_codes/rest/client.rb +93 -50
  90. data/lib/google/cloud/compute/v1/license_codes/rest/service_stub.rb +133 -0
  91. data/lib/google/cloud/compute/v1/license_codes/rest.rb +0 -2
  92. data/lib/google/cloud/compute/v1/licenses/rest/client.rb +209 -146
  93. data/lib/google/cloud/compute/v1/licenses/rest/service_stub.rb +362 -0
  94. data/lib/google/cloud/compute/v1/licenses/rest.rb +0 -2
  95. data/lib/google/cloud/compute/v1/machine_types/rest/client.rb +127 -90
  96. data/lib/google/cloud/compute/v1/machine_types/rest/service_stub.rb +188 -0
  97. data/lib/google/cloud/compute/v1/machine_types/rest.rb +0 -2
  98. data/lib/google/cloud/compute/v1/network_endpoint_groups/rest/client.rb +261 -213
  99. data/lib/google/cloud/compute/v1/network_endpoint_groups/rest/service_stub.rb +465 -0
  100. data/lib/google/cloud/compute/v1/network_endpoint_groups/rest.rb +0 -2
  101. data/lib/google/cloud/compute/v1/networks/rest/client.rb +363 -234
  102. data/lib/google/cloud/compute/v1/networks/rest/service_stub.rb +553 -0
  103. data/lib/google/cloud/compute/v1/networks/rest.rb +0 -2
  104. data/lib/google/cloud/compute/v1/node_groups/rest/client.rb +345 -277
  105. data/lib/google/cloud/compute/v1/node_groups/rest/service_stub.rb +646 -0
  106. data/lib/google/cloud/compute/v1/node_groups/rest.rb +0 -2
  107. data/lib/google/cloud/compute/v1/node_templates/rest/client.rb +229 -166
  108. data/lib/google/cloud/compute/v1/node_templates/rest/service_stub.rb +412 -0
  109. data/lib/google/cloud/compute/v1/node_templates/rest.rb +0 -2
  110. data/lib/google/cloud/compute/v1/node_types/rest/client.rb +127 -90
  111. data/lib/google/cloud/compute/v1/node_types/rest/service_stub.rb +188 -0
  112. data/lib/google/cloud/compute/v1/node_types/rest.rb +0 -2
  113. data/lib/google/cloud/compute/v1/packet_mirrorings/rest/client.rb +213 -163
  114. data/lib/google/cloud/compute/v1/packet_mirrorings/rest/service_stub.rb +369 -0
  115. data/lib/google/cloud/compute/v1/packet_mirrorings/rest.rb +0 -2
  116. data/lib/google/cloud/compute/v1/projects/rest/client.rb +351 -288
  117. data/lib/google/cloud/compute/v1/projects/rest/service_stub.rb +643 -0
  118. data/lib/google/cloud/compute/v1/projects/rest.rb +0 -2
  119. data/lib/google/cloud/compute/v1/public_advertised_prefixes/rest/client.rb +175 -124
  120. data/lib/google/cloud/compute/v1/public_advertised_prefixes/rest/service_stub.rb +275 -0
  121. data/lib/google/cloud/compute/v1/public_advertised_prefixes/rest.rb +0 -2
  122. data/lib/google/cloud/compute/v1/public_delegated_prefixes/rest/client.rb +203 -151
  123. data/lib/google/cloud/compute/v1/public_delegated_prefixes/rest/service_stub.rb +325 -0
  124. data/lib/google/cloud/compute/v1/public_delegated_prefixes/rest.rb +0 -2
  125. data/lib/google/cloud/compute/v1/region_autoscalers/rest/client.rb +191 -145
  126. data/lib/google/cloud/compute/v1/region_autoscalers/rest/service_stub.rb +323 -0
  127. data/lib/google/cloud/compute/v1/region_autoscalers/rest.rb +0 -2
  128. data/lib/google/cloud/compute/v1/region_backend_services/rest/client.rb +212 -160
  129. data/lib/google/cloud/compute/v1/region_backend_services/rest/service_stub.rb +365 -0
  130. data/lib/google/cloud/compute/v1/region_backend_services/rest.rb +0 -2
  131. data/lib/google/cloud/compute/v1/region_commitments/rest/client.rb +151 -112
  132. data/lib/google/cloud/compute/v1/region_commitments/rest/service_stub.rb +234 -0
  133. data/lib/google/cloud/compute/v1/region_commitments/rest.rb +0 -2
  134. data/lib/google/cloud/compute/v1/region_disk_types/rest/client.rb +100 -63
  135. data/lib/google/cloud/compute/v1/region_disk_types/rest/service_stub.rb +138 -0
  136. data/lib/google/cloud/compute/v1/region_disk_types/rest.rb +0 -2
  137. data/lib/google/cloud/compute/v1/region_disks/rest/client.rb +318 -245
  138. data/lib/google/cloud/compute/v1/region_disks/rest/service_stub.rb +593 -0
  139. data/lib/google/cloud/compute/v1/region_disks/rest.rb +0 -2
  140. data/lib/google/cloud/compute/v1/region_health_check_services/rest/client.rb +168 -124
  141. data/lib/google/cloud/compute/v1/region_health_check_services/rest/service_stub.rb +275 -0
  142. data/lib/google/cloud/compute/v1/region_health_check_services/rest.rb +0 -2
  143. data/lib/google/cloud/compute/v1/region_health_checks/rest/client.rb +191 -145
  144. data/lib/google/cloud/compute/v1/region_health_checks/rest/service_stub.rb +321 -0
  145. data/lib/google/cloud/compute/v1/region_health_checks/rest.rb +0 -2
  146. data/lib/google/cloud/compute/v1/region_instance_group_managers/rest/client.rb +498 -445
  147. data/lib/google/cloud/compute/v1/region_instance_group_managers/rest/service_stub.rb +924 -0
  148. data/lib/google/cloud/compute/v1/region_instance_group_managers/rest.rb +0 -2
  149. data/lib/google/cloud/compute/v1/region_instance_groups/rest/client.rb +148 -113
  150. data/lib/google/cloud/compute/v1/region_instance_groups/rest/service_stub.rb +234 -0
  151. data/lib/google/cloud/compute/v1/region_instance_groups/rest.rb +0 -2
  152. data/lib/google/cloud/compute/v1/region_instances/rest/client.rb +76 -45
  153. data/lib/google/cloud/compute/v1/region_instances/rest/service_stub.rb +92 -0
  154. data/lib/google/cloud/compute/v1/region_instances/rest.rb +0 -2
  155. data/lib/google/cloud/compute/v1/region_network_endpoint_groups/rest/client.rb +145 -103
  156. data/lib/google/cloud/compute/v1/region_network_endpoint_groups/rest/service_stub.rb +229 -0
  157. data/lib/google/cloud/compute/v1/region_network_endpoint_groups/rest.rb +0 -2
  158. data/lib/google/cloud/compute/v1/region_notification_endpoints/rest/client.rb +145 -103
  159. data/lib/google/cloud/compute/v1/region_notification_endpoints/rest/service_stub.rb +229 -0
  160. data/lib/google/cloud/compute/v1/region_notification_endpoints/rest.rb +0 -2
  161. data/lib/google/cloud/compute/v1/region_operations/rest/client.rb +137 -90
  162. data/lib/google/cloud/compute/v1/region_operations/rest/service_stub.rb +224 -0
  163. data/lib/google/cloud/compute/v1/region_operations/rest.rb +0 -2
  164. data/lib/google/cloud/compute/v1/region_ssl_certificates/rest/client.rb +145 -103
  165. data/lib/google/cloud/compute/v1/region_ssl_certificates/rest/service_stub.rb +229 -0
  166. data/lib/google/cloud/compute/v1/region_ssl_certificates/rest.rb +0 -2
  167. data/lib/google/cloud/compute/v1/region_target_http_proxies/rest/client.rb +168 -124
  168. data/lib/google/cloud/compute/v1/region_target_http_proxies/rest/service_stub.rb +275 -0
  169. data/lib/google/cloud/compute/v1/region_target_http_proxies/rest.rb +0 -2
  170. data/lib/google/cloud/compute/v1/region_target_https_proxies/rest/client.rb +191 -145
  171. data/lib/google/cloud/compute/v1/region_target_https_proxies/rest/service_stub.rb +321 -0
  172. data/lib/google/cloud/compute/v1/region_target_https_proxies/rest.rb +0 -2
  173. data/lib/google/cloud/compute/v1/region_url_maps/rest/client.rb +205 -137
  174. data/lib/google/cloud/compute/v1/region_url_maps/rest/service_stub.rb +365 -0
  175. data/lib/google/cloud/compute/v1/region_url_maps/rest.rb +0 -2
  176. data/lib/google/cloud/compute/v1/regions/rest/client.rb +100 -63
  177. data/lib/google/cloud/compute/v1/regions/rest/service_stub.rb +138 -0
  178. data/lib/google/cloud/compute/v1/regions/rest.rb +0 -2
  179. data/lib/google/cloud/compute/v1/reservations/rest/client.rb +252 -187
  180. data/lib/google/cloud/compute/v1/reservations/rest/service_stub.rb +458 -0
  181. data/lib/google/cloud/compute/v1/reservations/rest.rb +0 -2
  182. data/lib/google/cloud/compute/v1/resource_policies/rest/client.rb +229 -166
  183. data/lib/google/cloud/compute/v1/resource_policies/rest/service_stub.rb +412 -0
  184. data/lib/google/cloud/compute/v1/resource_policies/rest.rb +0 -2
  185. data/lib/google/cloud/compute/v1/routers/rest/client.rb +284 -222
  186. data/lib/google/cloud/compute/v1/routers/rest/service_stub.rb +507 -0
  187. data/lib/google/cloud/compute/v1/routers/rest.rb +0 -2
  188. data/lib/google/cloud/compute/v1/routes/rest/client.rb +145 -103
  189. data/lib/google/cloud/compute/v1/routes/rest/service_stub.rb +229 -0
  190. data/lib/google/cloud/compute/v1/routes/rest.rb +0 -2
  191. data/lib/google/cloud/compute/v1/security_policies/rest/client.rb +277 -205
  192. data/lib/google/cloud/compute/v1/security_policies/rest/service_stub.rb +504 -0
  193. data/lib/google/cloud/compute/v1/security_policies/rest.rb +0 -2
  194. data/lib/google/cloud/compute/v1/service_attachments/credentials.rb +52 -0
  195. data/lib/google/cloud/compute/v1/service_attachments/rest/client.rb +954 -0
  196. data/lib/google/cloud/compute/v1/service_attachments/rest/service_stub.rb +458 -0
  197. data/lib/google/cloud/compute/v1/service_attachments/rest.rb +33 -0
  198. data/lib/google/cloud/compute/v1/service_attachments.rb +44 -0
  199. data/lib/google/cloud/compute/v1/snapshots/rest/client.rb +201 -135
  200. data/lib/google/cloud/compute/v1/snapshots/rest/service_stub.rb +360 -0
  201. data/lib/google/cloud/compute/v1/snapshots/rest.rb +0 -2
  202. data/lib/google/cloud/compute/v1/ssl_certificates/rest/client.rb +172 -130
  203. data/lib/google/cloud/compute/v1/ssl_certificates/rest/service_stub.rb +279 -0
  204. data/lib/google/cloud/compute/v1/ssl_certificates/rest.rb +0 -2
  205. data/lib/google/cloud/compute/v1/ssl_policies/rest/client.rb +192 -149
  206. data/lib/google/cloud/compute/v1/ssl_policies/rest/service_stub.rb +324 -0
  207. data/lib/google/cloud/compute/v1/ssl_policies/rest.rb +0 -2
  208. data/lib/google/cloud/compute/v1/subnetworks/rest/client.rb +325 -256
  209. data/lib/google/cloud/compute/v1/subnetworks/rest/service_stub.rb +600 -0
  210. data/lib/google/cloud/compute/v1/subnetworks/rest.rb +0 -2
  211. data/lib/google/cloud/compute/v1/target_grpc_proxies/rest/client.rb +168 -124
  212. data/lib/google/cloud/compute/v1/target_grpc_proxies/rest/service_stub.rb +275 -0
  213. data/lib/google/cloud/compute/v1/target_grpc_proxies/rest.rb +0 -2
  214. data/lib/google/cloud/compute/v1/target_http_proxies/rest/client.rb +219 -173
  215. data/lib/google/cloud/compute/v1/target_http_proxies/rest/service_stub.rb +371 -0
  216. data/lib/google/cloud/compute/v1/target_http_proxies/rest.rb +0 -2
  217. data/lib/google/cloud/compute/v1/target_https_proxies/rest/client.rb +340 -213
  218. data/lib/google/cloud/compute/v1/target_https_proxies/rest/service_stub.rb +509 -0
  219. data/lib/google/cloud/compute/v1/target_https_proxies/rest.rb +0 -2
  220. data/lib/google/cloud/compute/v1/target_instances/rest/client.rb +172 -130
  221. data/lib/google/cloud/compute/v1/target_instances/rest/service_stub.rb +279 -0
  222. data/lib/google/cloud/compute/v1/target_instances/rest.rb +0 -2
  223. data/lib/google/cloud/compute/v1/target_pools/rest/client.rb +305 -247
  224. data/lib/google/cloud/compute/v1/target_pools/rest/service_stub.rb +554 -0
  225. data/lib/google/cloud/compute/v1/target_pools/rest.rb +0 -2
  226. data/lib/google/cloud/compute/v1/target_ssl_proxies/rest/client.rb +237 -187
  227. data/lib/google/cloud/compute/v1/target_ssl_proxies/rest/service_stub.rb +413 -0
  228. data/lib/google/cloud/compute/v1/target_ssl_proxies/rest.rb +0 -2
  229. data/lib/google/cloud/compute/v1/target_tcp_proxies/rest/client.rb +191 -145
  230. data/lib/google/cloud/compute/v1/target_tcp_proxies/rest/service_stub.rb +321 -0
  231. data/lib/google/cloud/compute/v1/target_tcp_proxies/rest.rb +0 -2
  232. data/lib/google/cloud/compute/v1/target_vpn_gateways/rest/client.rb +172 -130
  233. data/lib/google/cloud/compute/v1/target_vpn_gateways/rest/service_stub.rb +279 -0
  234. data/lib/google/cloud/compute/v1/target_vpn_gateways/rest.rb +0 -2
  235. data/lib/google/cloud/compute/v1/url_maps/rest/client.rb +260 -208
  236. data/lib/google/cloud/compute/v1/url_maps/rest/service_stub.rb +461 -0
  237. data/lib/google/cloud/compute/v1/url_maps/rest.rb +0 -2
  238. data/lib/google/cloud/compute/v1/version.rb +1 -1
  239. data/lib/google/cloud/compute/v1/vpn_gateways/rest/client.rb +234 -174
  240. data/lib/google/cloud/compute/v1/vpn_gateways/rest/service_stub.rb +412 -0
  241. data/lib/google/cloud/compute/v1/vpn_gateways/rest.rb +0 -2
  242. data/lib/google/cloud/compute/v1/vpn_tunnels/rest/client.rb +172 -130
  243. data/lib/google/cloud/compute/v1/vpn_tunnels/rest/service_stub.rb +279 -0
  244. data/lib/google/cloud/compute/v1/vpn_tunnels/rest.rb +0 -2
  245. data/lib/google/cloud/compute/v1/zone_operations/rest/client.rb +137 -90
  246. data/lib/google/cloud/compute/v1/zone_operations/rest/service_stub.rb +224 -0
  247. data/lib/google/cloud/compute/v1/zone_operations/rest.rb +0 -2
  248. data/lib/google/cloud/compute/v1/zones/rest/client.rb +100 -63
  249. data/lib/google/cloud/compute/v1/zones/rest/service_stub.rb +138 -0
  250. data/lib/google/cloud/compute/v1/zones/rest.rb +0 -2
  251. data/lib/google/cloud/compute/v1.rb +7 -0
  252. data/proto_docs/README.md +1 -1
  253. data/proto_docs/google/api/field_behavior.rb +6 -0
  254. data/proto_docs/google/api/resource.rb +10 -71
  255. data/proto_docs/google/cloud/compute/v1/compute.rb +18964 -19481
  256. data/proto_docs/google/cloud/extended_operations.rb +51 -0
  257. metadata +110 -9
@@ -0,0 +1,869 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright 2021 Google LLC
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # https://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+
17
+ # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
+
19
+ require "google/cloud/compute/v1/compute_pb"
20
+
21
+ module Google
22
+ module Cloud
23
+ module Compute
24
+ module V1
25
+ module FirewallPolicies
26
+ module Rest
27
+ ##
28
+ # REST service stub for the FirewallPolicies service.
29
+ # service stub contains baseline method implementations
30
+ # including transcoding, making the REST call and deserialing the response
31
+ #
32
+ class ServiceStub
33
+ def initialize endpoint:, credentials:
34
+ # These require statements are intentionally placed here to initialize
35
+ # the REST modules only when it's required.
36
+ require "gapic/rest"
37
+
38
+ @client_stub = ::Gapic::Rest::ClientStub.new endpoint: endpoint, credentials: credentials
39
+ end
40
+
41
+ ##
42
+ # Baseline implementation for the add_association REST call
43
+ #
44
+ # @param request_pb [::Google::Cloud::Compute::V1::AddAssociationFirewallPolicyRequest]
45
+ # A request object representing the call parameters. Required.
46
+ # @param options [::Gapic::CallOptions]
47
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
48
+ #
49
+ # @yield [result, response] Access the result along with the Faraday response object
50
+ # @yieldparam result [::Google::Cloud::Compute::V1::Operation]
51
+ # @yieldparam response [::Faraday::Response]
52
+ #
53
+ # @return [::Google::Cloud::Compute::V1::Operation]
54
+ # A result object deserialized from the server's reply
55
+ def add_association request_pb, options = nil
56
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
57
+
58
+ uri, body, query_string_params = transcode_add_association_request request_pb
59
+ response = @client_stub.make_post_request(
60
+ uri: uri,
61
+ body: body,
62
+ params: query_string_params,
63
+ options: options
64
+ )
65
+ result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
66
+
67
+ yield result, response if block_given?
68
+ result
69
+ end
70
+
71
+ ##
72
+ # GRPC transcoding helper method for the add_association REST call
73
+ #
74
+ # @param request_pb [::Google::Cloud::Compute::V1::AddAssociationFirewallPolicyRequest]
75
+ # A request object representing the call parameters. Required.
76
+ # @return [Array(String, [String, nil], Hash{String => String})]
77
+ # Uri, Body, Query string parameters
78
+ def transcode_add_association_request request_pb
79
+ uri = "/compute/v1/locations/global/firewallPolicies/#{request_pb.firewall_policy}/addAssociation"
80
+ body = request_pb.firewall_policy_association_resource.to_json
81
+ query_string_params = {}
82
+ query_string_params["replaceExistingAssociation"] = request_pb.replace_existing_association.to_s if request_pb.has_replace_existing_association?
83
+ query_string_params["requestId"] = request_pb.request_id.to_s if request_pb.has_request_id?
84
+
85
+ [uri, body, query_string_params]
86
+ end
87
+
88
+ ##
89
+ # Baseline implementation for the add_rule REST call
90
+ #
91
+ # @param request_pb [::Google::Cloud::Compute::V1::AddRuleFirewallPolicyRequest]
92
+ # A request object representing the call parameters. Required.
93
+ # @param options [::Gapic::CallOptions]
94
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
95
+ #
96
+ # @yield [result, response] Access the result along with the Faraday response object
97
+ # @yieldparam result [::Google::Cloud::Compute::V1::Operation]
98
+ # @yieldparam response [::Faraday::Response]
99
+ #
100
+ # @return [::Google::Cloud::Compute::V1::Operation]
101
+ # A result object deserialized from the server's reply
102
+ def add_rule request_pb, options = nil
103
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
104
+
105
+ uri, body, query_string_params = transcode_add_rule_request request_pb
106
+ response = @client_stub.make_post_request(
107
+ uri: uri,
108
+ body: body,
109
+ params: query_string_params,
110
+ options: options
111
+ )
112
+ result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
113
+
114
+ yield result, response if block_given?
115
+ result
116
+ end
117
+
118
+ ##
119
+ # GRPC transcoding helper method for the add_rule REST call
120
+ #
121
+ # @param request_pb [::Google::Cloud::Compute::V1::AddRuleFirewallPolicyRequest]
122
+ # A request object representing the call parameters. Required.
123
+ # @return [Array(String, [String, nil], Hash{String => String})]
124
+ # Uri, Body, Query string parameters
125
+ def transcode_add_rule_request request_pb
126
+ uri = "/compute/v1/locations/global/firewallPolicies/#{request_pb.firewall_policy}/addRule"
127
+ body = request_pb.firewall_policy_rule_resource.to_json
128
+ query_string_params = {}
129
+ query_string_params["requestId"] = request_pb.request_id.to_s if request_pb.has_request_id?
130
+
131
+ [uri, body, query_string_params]
132
+ end
133
+
134
+ ##
135
+ # Baseline implementation for the clone_rules REST call
136
+ #
137
+ # @param request_pb [::Google::Cloud::Compute::V1::CloneRulesFirewallPolicyRequest]
138
+ # A request object representing the call parameters. Required.
139
+ # @param options [::Gapic::CallOptions]
140
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
141
+ #
142
+ # @yield [result, response] Access the result along with the Faraday response object
143
+ # @yieldparam result [::Google::Cloud::Compute::V1::Operation]
144
+ # @yieldparam response [::Faraday::Response]
145
+ #
146
+ # @return [::Google::Cloud::Compute::V1::Operation]
147
+ # A result object deserialized from the server's reply
148
+ def clone_rules request_pb, options = nil
149
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
150
+
151
+ uri, _body, query_string_params = transcode_clone_rules_request request_pb
152
+ response = @client_stub.make_post_request(
153
+ uri: uri,
154
+ params: query_string_params,
155
+ options: options
156
+ )
157
+ result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
158
+
159
+ yield result, response if block_given?
160
+ result
161
+ end
162
+
163
+ ##
164
+ # GRPC transcoding helper method for the clone_rules REST call
165
+ #
166
+ # @param request_pb [::Google::Cloud::Compute::V1::CloneRulesFirewallPolicyRequest]
167
+ # A request object representing the call parameters. Required.
168
+ # @return [Array(String, [String, nil], Hash{String => String})]
169
+ # Uri, Body, Query string parameters
170
+ def transcode_clone_rules_request request_pb
171
+ uri = "/compute/v1/locations/global/firewallPolicies/#{request_pb.firewall_policy}/cloneRules"
172
+ body = nil
173
+ query_string_params = {}
174
+ query_string_params["requestId"] = request_pb.request_id.to_s if request_pb.has_request_id?
175
+ query_string_params["sourceFirewallPolicy"] = request_pb.source_firewall_policy.to_s if request_pb.has_source_firewall_policy?
176
+
177
+ [uri, body, query_string_params]
178
+ end
179
+
180
+ ##
181
+ # Baseline implementation for the delete REST call
182
+ #
183
+ # @param request_pb [::Google::Cloud::Compute::V1::DeleteFirewallPolicyRequest]
184
+ # A request object representing the call parameters. Required.
185
+ # @param options [::Gapic::CallOptions]
186
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
187
+ #
188
+ # @yield [result, response] Access the result along with the Faraday response object
189
+ # @yieldparam result [::Google::Cloud::Compute::V1::Operation]
190
+ # @yieldparam response [::Faraday::Response]
191
+ #
192
+ # @return [::Google::Cloud::Compute::V1::Operation]
193
+ # A result object deserialized from the server's reply
194
+ def delete request_pb, options = nil
195
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
196
+
197
+ uri, _body, query_string_params = transcode_delete_request request_pb
198
+ response = @client_stub.make_delete_request(
199
+ uri: uri,
200
+ params: query_string_params,
201
+ options: options
202
+ )
203
+ result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
204
+
205
+ yield result, response if block_given?
206
+ result
207
+ end
208
+
209
+ ##
210
+ # GRPC transcoding helper method for the delete REST call
211
+ #
212
+ # @param request_pb [::Google::Cloud::Compute::V1::DeleteFirewallPolicyRequest]
213
+ # A request object representing the call parameters. Required.
214
+ # @return [Array(String, [String, nil], Hash{String => String})]
215
+ # Uri, Body, Query string parameters
216
+ def transcode_delete_request request_pb
217
+ uri = "/compute/v1/locations/global/firewallPolicies/#{request_pb.firewall_policy}"
218
+ body = nil
219
+ query_string_params = {}
220
+ query_string_params["requestId"] = request_pb.request_id.to_s if request_pb.has_request_id?
221
+
222
+ [uri, body, query_string_params]
223
+ end
224
+
225
+ ##
226
+ # Baseline implementation for the get REST call
227
+ #
228
+ # @param request_pb [::Google::Cloud::Compute::V1::GetFirewallPolicyRequest]
229
+ # A request object representing the call parameters. Required.
230
+ # @param options [::Gapic::CallOptions]
231
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
232
+ #
233
+ # @yield [result, response] Access the result along with the Faraday response object
234
+ # @yieldparam result [::Google::Cloud::Compute::V1::FirewallPolicy]
235
+ # @yieldparam response [::Faraday::Response]
236
+ #
237
+ # @return [::Google::Cloud::Compute::V1::FirewallPolicy]
238
+ # A result object deserialized from the server's reply
239
+ def get request_pb, options = nil
240
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
241
+
242
+ uri, _body, _query_string_params = transcode_get_request request_pb
243
+ response = @client_stub.make_get_request(
244
+ uri: uri,
245
+ options: options
246
+ )
247
+ result = ::Google::Cloud::Compute::V1::FirewallPolicy.decode_json response.body, ignore_unknown_fields: true
248
+
249
+ yield result, response if block_given?
250
+ result
251
+ end
252
+
253
+ ##
254
+ # GRPC transcoding helper method for the get REST call
255
+ #
256
+ # @param request_pb [::Google::Cloud::Compute::V1::GetFirewallPolicyRequest]
257
+ # A request object representing the call parameters. Required.
258
+ # @return [Array(String, [String, nil], Hash{String => String})]
259
+ # Uri, Body, Query string parameters
260
+ def transcode_get_request request_pb
261
+ uri = "/compute/v1/locations/global/firewallPolicies/#{request_pb.firewall_policy}"
262
+ body = nil
263
+ query_string_params = {}
264
+
265
+ [uri, body, query_string_params]
266
+ end
267
+
268
+ ##
269
+ # Baseline implementation for the get_association REST call
270
+ #
271
+ # @param request_pb [::Google::Cloud::Compute::V1::GetAssociationFirewallPolicyRequest]
272
+ # A request object representing the call parameters. Required.
273
+ # @param options [::Gapic::CallOptions]
274
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
275
+ #
276
+ # @yield [result, response] Access the result along with the Faraday response object
277
+ # @yieldparam result [::Google::Cloud::Compute::V1::FirewallPolicyAssociation]
278
+ # @yieldparam response [::Faraday::Response]
279
+ #
280
+ # @return [::Google::Cloud::Compute::V1::FirewallPolicyAssociation]
281
+ # A result object deserialized from the server's reply
282
+ def get_association request_pb, options = nil
283
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
284
+
285
+ uri, _body, query_string_params = transcode_get_association_request request_pb
286
+ response = @client_stub.make_get_request(
287
+ uri: uri,
288
+ params: query_string_params,
289
+ options: options
290
+ )
291
+ result = ::Google::Cloud::Compute::V1::FirewallPolicyAssociation.decode_json response.body, ignore_unknown_fields: true
292
+
293
+ yield result, response if block_given?
294
+ result
295
+ end
296
+
297
+ ##
298
+ # GRPC transcoding helper method for the get_association REST call
299
+ #
300
+ # @param request_pb [::Google::Cloud::Compute::V1::GetAssociationFirewallPolicyRequest]
301
+ # A request object representing the call parameters. Required.
302
+ # @return [Array(String, [String, nil], Hash{String => String})]
303
+ # Uri, Body, Query string parameters
304
+ def transcode_get_association_request request_pb
305
+ uri = "/compute/v1/locations/global/firewallPolicies/#{request_pb.firewall_policy}/getAssociation"
306
+ body = nil
307
+ query_string_params = {}
308
+ query_string_params["name"] = request_pb.name.to_s if request_pb.has_name?
309
+
310
+ [uri, body, query_string_params]
311
+ end
312
+
313
+ ##
314
+ # Baseline implementation for the get_iam_policy REST call
315
+ #
316
+ # @param request_pb [::Google::Cloud::Compute::V1::GetIamPolicyFirewallPolicyRequest]
317
+ # A request object representing the call parameters. Required.
318
+ # @param options [::Gapic::CallOptions]
319
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
320
+ #
321
+ # @yield [result, response] Access the result along with the Faraday response object
322
+ # @yieldparam result [::Google::Cloud::Compute::V1::Policy]
323
+ # @yieldparam response [::Faraday::Response]
324
+ #
325
+ # @return [::Google::Cloud::Compute::V1::Policy]
326
+ # A result object deserialized from the server's reply
327
+ def get_iam_policy request_pb, options = nil
328
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
329
+
330
+ uri, _body, query_string_params = transcode_get_iam_policy_request request_pb
331
+ response = @client_stub.make_get_request(
332
+ uri: uri,
333
+ params: query_string_params,
334
+ options: options
335
+ )
336
+ result = ::Google::Cloud::Compute::V1::Policy.decode_json response.body, ignore_unknown_fields: true
337
+
338
+ yield result, response if block_given?
339
+ result
340
+ end
341
+
342
+ ##
343
+ # GRPC transcoding helper method for the get_iam_policy REST call
344
+ #
345
+ # @param request_pb [::Google::Cloud::Compute::V1::GetIamPolicyFirewallPolicyRequest]
346
+ # A request object representing the call parameters. Required.
347
+ # @return [Array(String, [String, nil], Hash{String => String})]
348
+ # Uri, Body, Query string parameters
349
+ def transcode_get_iam_policy_request request_pb
350
+ uri = "/compute/v1/locations/global/firewallPolicies/#{request_pb.resource}/getIamPolicy"
351
+ body = nil
352
+ query_string_params = {}
353
+ query_string_params["optionsRequestedPolicyVersion"] = request_pb.options_requested_policy_version.to_s if request_pb.has_options_requested_policy_version?
354
+
355
+ [uri, body, query_string_params]
356
+ end
357
+
358
+ ##
359
+ # Baseline implementation for the get_rule REST call
360
+ #
361
+ # @param request_pb [::Google::Cloud::Compute::V1::GetRuleFirewallPolicyRequest]
362
+ # A request object representing the call parameters. Required.
363
+ # @param options [::Gapic::CallOptions]
364
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
365
+ #
366
+ # @yield [result, response] Access the result along with the Faraday response object
367
+ # @yieldparam result [::Google::Cloud::Compute::V1::FirewallPolicyRule]
368
+ # @yieldparam response [::Faraday::Response]
369
+ #
370
+ # @return [::Google::Cloud::Compute::V1::FirewallPolicyRule]
371
+ # A result object deserialized from the server's reply
372
+ def get_rule request_pb, options = nil
373
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
374
+
375
+ uri, _body, query_string_params = transcode_get_rule_request request_pb
376
+ response = @client_stub.make_get_request(
377
+ uri: uri,
378
+ params: query_string_params,
379
+ options: options
380
+ )
381
+ result = ::Google::Cloud::Compute::V1::FirewallPolicyRule.decode_json response.body, ignore_unknown_fields: true
382
+
383
+ yield result, response if block_given?
384
+ result
385
+ end
386
+
387
+ ##
388
+ # GRPC transcoding helper method for the get_rule REST call
389
+ #
390
+ # @param request_pb [::Google::Cloud::Compute::V1::GetRuleFirewallPolicyRequest]
391
+ # A request object representing the call parameters. Required.
392
+ # @return [Array(String, [String, nil], Hash{String => String})]
393
+ # Uri, Body, Query string parameters
394
+ def transcode_get_rule_request request_pb
395
+ uri = "/compute/v1/locations/global/firewallPolicies/#{request_pb.firewall_policy}/getRule"
396
+ body = nil
397
+ query_string_params = {}
398
+ query_string_params["priority"] = request_pb.priority.to_s if request_pb.has_priority?
399
+
400
+ [uri, body, query_string_params]
401
+ end
402
+
403
+ ##
404
+ # Baseline implementation for the insert REST call
405
+ #
406
+ # @param request_pb [::Google::Cloud::Compute::V1::InsertFirewallPolicyRequest]
407
+ # A request object representing the call parameters. Required.
408
+ # @param options [::Gapic::CallOptions]
409
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
410
+ #
411
+ # @yield [result, response] Access the result along with the Faraday response object
412
+ # @yieldparam result [::Google::Cloud::Compute::V1::Operation]
413
+ # @yieldparam response [::Faraday::Response]
414
+ #
415
+ # @return [::Google::Cloud::Compute::V1::Operation]
416
+ # A result object deserialized from the server's reply
417
+ def insert request_pb, options = nil
418
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
419
+
420
+ uri, body, query_string_params = transcode_insert_request request_pb
421
+ response = @client_stub.make_post_request(
422
+ uri: uri,
423
+ body: body,
424
+ params: query_string_params,
425
+ options: options
426
+ )
427
+ result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
428
+
429
+ yield result, response if block_given?
430
+ result
431
+ end
432
+
433
+ ##
434
+ # GRPC transcoding helper method for the insert REST call
435
+ #
436
+ # @param request_pb [::Google::Cloud::Compute::V1::InsertFirewallPolicyRequest]
437
+ # A request object representing the call parameters. Required.
438
+ # @return [Array(String, [String, nil], Hash{String => String})]
439
+ # Uri, Body, Query string parameters
440
+ def transcode_insert_request request_pb
441
+ uri = "/compute/v1/locations/global/firewallPolicies"
442
+ body = request_pb.firewall_policy_resource.to_json
443
+ query_string_params = {}
444
+ query_string_params["parentId"] = request_pb.parent_id.to_s
445
+ query_string_params["requestId"] = request_pb.request_id.to_s if request_pb.has_request_id?
446
+
447
+ [uri, body, query_string_params]
448
+ end
449
+
450
+ ##
451
+ # Baseline implementation for the list REST call
452
+ #
453
+ # @param request_pb [::Google::Cloud::Compute::V1::ListFirewallPoliciesRequest]
454
+ # A request object representing the call parameters. Required.
455
+ # @param options [::Gapic::CallOptions]
456
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
457
+ #
458
+ # @yield [result, response] Access the result along with the Faraday response object
459
+ # @yieldparam result [::Google::Cloud::Compute::V1::FirewallPolicyList]
460
+ # @yieldparam response [::Faraday::Response]
461
+ #
462
+ # @return [::Google::Cloud::Compute::V1::FirewallPolicyList]
463
+ # A result object deserialized from the server's reply
464
+ def list request_pb, options = nil
465
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
466
+
467
+ uri, _body, query_string_params = transcode_list_request request_pb
468
+ response = @client_stub.make_get_request(
469
+ uri: uri,
470
+ params: query_string_params,
471
+ options: options
472
+ )
473
+ result = ::Google::Cloud::Compute::V1::FirewallPolicyList.decode_json response.body, ignore_unknown_fields: true
474
+
475
+ yield result, response if block_given?
476
+ result
477
+ end
478
+
479
+ ##
480
+ # GRPC transcoding helper method for the list REST call
481
+ #
482
+ # @param request_pb [::Google::Cloud::Compute::V1::ListFirewallPoliciesRequest]
483
+ # A request object representing the call parameters. Required.
484
+ # @return [Array(String, [String, nil], Hash{String => String})]
485
+ # Uri, Body, Query string parameters
486
+ def transcode_list_request request_pb
487
+ uri = "/compute/v1/locations/global/firewallPolicies"
488
+ body = nil
489
+ query_string_params = {}
490
+ query_string_params["filter"] = request_pb.filter.to_s if request_pb.has_filter?
491
+ query_string_params["maxResults"] = request_pb.max_results.to_s if request_pb.has_max_results?
492
+ query_string_params["orderBy"] = request_pb.order_by.to_s if request_pb.has_order_by?
493
+ query_string_params["pageToken"] = request_pb.page_token.to_s if request_pb.has_page_token?
494
+ query_string_params["parentId"] = request_pb.parent_id.to_s if request_pb.has_parent_id?
495
+ query_string_params["returnPartialSuccess"] = request_pb.return_partial_success.to_s if request_pb.has_return_partial_success?
496
+
497
+ [uri, body, query_string_params]
498
+ end
499
+
500
+ ##
501
+ # Baseline implementation for the list_associations REST call
502
+ #
503
+ # @param request_pb [::Google::Cloud::Compute::V1::ListAssociationsFirewallPolicyRequest]
504
+ # A request object representing the call parameters. Required.
505
+ # @param options [::Gapic::CallOptions]
506
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
507
+ #
508
+ # @yield [result, response] Access the result along with the Faraday response object
509
+ # @yieldparam result [::Google::Cloud::Compute::V1::FirewallPoliciesListAssociationsResponse]
510
+ # @yieldparam response [::Faraday::Response]
511
+ #
512
+ # @return [::Google::Cloud::Compute::V1::FirewallPoliciesListAssociationsResponse]
513
+ # A result object deserialized from the server's reply
514
+ def list_associations request_pb, options = nil
515
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
516
+
517
+ uri, _body, query_string_params = transcode_list_associations_request request_pb
518
+ response = @client_stub.make_get_request(
519
+ uri: uri,
520
+ params: query_string_params,
521
+ options: options
522
+ )
523
+ result = ::Google::Cloud::Compute::V1::FirewallPoliciesListAssociationsResponse.decode_json response.body, ignore_unknown_fields: true
524
+
525
+ yield result, response if block_given?
526
+ result
527
+ end
528
+
529
+ ##
530
+ # GRPC transcoding helper method for the list_associations REST call
531
+ #
532
+ # @param request_pb [::Google::Cloud::Compute::V1::ListAssociationsFirewallPolicyRequest]
533
+ # A request object representing the call parameters. Required.
534
+ # @return [Array(String, [String, nil], Hash{String => String})]
535
+ # Uri, Body, Query string parameters
536
+ def transcode_list_associations_request request_pb
537
+ uri = "/compute/v1/locations/global/firewallPolicies/listAssociations"
538
+ body = nil
539
+ query_string_params = {}
540
+ query_string_params["targetResource"] = request_pb.target_resource.to_s if request_pb.has_target_resource?
541
+
542
+ [uri, body, query_string_params]
543
+ end
544
+
545
+ ##
546
+ # Baseline implementation for the move REST call
547
+ #
548
+ # @param request_pb [::Google::Cloud::Compute::V1::MoveFirewallPolicyRequest]
549
+ # A request object representing the call parameters. Required.
550
+ # @param options [::Gapic::CallOptions]
551
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
552
+ #
553
+ # @yield [result, response] Access the result along with the Faraday response object
554
+ # @yieldparam result [::Google::Cloud::Compute::V1::Operation]
555
+ # @yieldparam response [::Faraday::Response]
556
+ #
557
+ # @return [::Google::Cloud::Compute::V1::Operation]
558
+ # A result object deserialized from the server's reply
559
+ def move request_pb, options = nil
560
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
561
+
562
+ uri, _body, query_string_params = transcode_move_request request_pb
563
+ response = @client_stub.make_post_request(
564
+ uri: uri,
565
+ params: query_string_params,
566
+ options: options
567
+ )
568
+ result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
569
+
570
+ yield result, response if block_given?
571
+ result
572
+ end
573
+
574
+ ##
575
+ # GRPC transcoding helper method for the move REST call
576
+ #
577
+ # @param request_pb [::Google::Cloud::Compute::V1::MoveFirewallPolicyRequest]
578
+ # A request object representing the call parameters. Required.
579
+ # @return [Array(String, [String, nil], Hash{String => String})]
580
+ # Uri, Body, Query string parameters
581
+ def transcode_move_request request_pb
582
+ uri = "/compute/v1/locations/global/firewallPolicies/#{request_pb.firewall_policy}/move"
583
+ body = nil
584
+ query_string_params = {}
585
+ query_string_params["parentId"] = request_pb.parent_id.to_s
586
+ query_string_params["requestId"] = request_pb.request_id.to_s if request_pb.has_request_id?
587
+
588
+ [uri, body, query_string_params]
589
+ end
590
+
591
+ ##
592
+ # Baseline implementation for the patch REST call
593
+ #
594
+ # @param request_pb [::Google::Cloud::Compute::V1::PatchFirewallPolicyRequest]
595
+ # A request object representing the call parameters. Required.
596
+ # @param options [::Gapic::CallOptions]
597
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
598
+ #
599
+ # @yield [result, response] Access the result along with the Faraday response object
600
+ # @yieldparam result [::Google::Cloud::Compute::V1::Operation]
601
+ # @yieldparam response [::Faraday::Response]
602
+ #
603
+ # @return [::Google::Cloud::Compute::V1::Operation]
604
+ # A result object deserialized from the server's reply
605
+ def patch request_pb, options = nil
606
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
607
+
608
+ uri, body, query_string_params = transcode_patch_request request_pb
609
+ response = @client_stub.make_patch_request(
610
+ uri: uri,
611
+ body: body,
612
+ params: query_string_params,
613
+ options: options
614
+ )
615
+ result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
616
+
617
+ yield result, response if block_given?
618
+ result
619
+ end
620
+
621
+ ##
622
+ # GRPC transcoding helper method for the patch REST call
623
+ #
624
+ # @param request_pb [::Google::Cloud::Compute::V1::PatchFirewallPolicyRequest]
625
+ # A request object representing the call parameters. Required.
626
+ # @return [Array(String, [String, nil], Hash{String => String})]
627
+ # Uri, Body, Query string parameters
628
+ def transcode_patch_request request_pb
629
+ uri = "/compute/v1/locations/global/firewallPolicies/#{request_pb.firewall_policy}"
630
+ body = request_pb.firewall_policy_resource.to_json
631
+ query_string_params = {}
632
+ query_string_params["requestId"] = request_pb.request_id.to_s if request_pb.has_request_id?
633
+
634
+ [uri, body, query_string_params]
635
+ end
636
+
637
+ ##
638
+ # Baseline implementation for the patch_rule REST call
639
+ #
640
+ # @param request_pb [::Google::Cloud::Compute::V1::PatchRuleFirewallPolicyRequest]
641
+ # A request object representing the call parameters. Required.
642
+ # @param options [::Gapic::CallOptions]
643
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
644
+ #
645
+ # @yield [result, response] Access the result along with the Faraday response object
646
+ # @yieldparam result [::Google::Cloud::Compute::V1::Operation]
647
+ # @yieldparam response [::Faraday::Response]
648
+ #
649
+ # @return [::Google::Cloud::Compute::V1::Operation]
650
+ # A result object deserialized from the server's reply
651
+ def patch_rule request_pb, options = nil
652
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
653
+
654
+ uri, body, query_string_params = transcode_patch_rule_request request_pb
655
+ response = @client_stub.make_post_request(
656
+ uri: uri,
657
+ body: body,
658
+ params: query_string_params,
659
+ options: options
660
+ )
661
+ result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
662
+
663
+ yield result, response if block_given?
664
+ result
665
+ end
666
+
667
+ ##
668
+ # GRPC transcoding helper method for the patch_rule REST call
669
+ #
670
+ # @param request_pb [::Google::Cloud::Compute::V1::PatchRuleFirewallPolicyRequest]
671
+ # A request object representing the call parameters. Required.
672
+ # @return [Array(String, [String, nil], Hash{String => String})]
673
+ # Uri, Body, Query string parameters
674
+ def transcode_patch_rule_request request_pb
675
+ uri = "/compute/v1/locations/global/firewallPolicies/#{request_pb.firewall_policy}/patchRule"
676
+ body = request_pb.firewall_policy_rule_resource.to_json
677
+ query_string_params = {}
678
+ query_string_params["priority"] = request_pb.priority.to_s if request_pb.has_priority?
679
+ query_string_params["requestId"] = request_pb.request_id.to_s if request_pb.has_request_id?
680
+
681
+ [uri, body, query_string_params]
682
+ end
683
+
684
+ ##
685
+ # Baseline implementation for the remove_association REST call
686
+ #
687
+ # @param request_pb [::Google::Cloud::Compute::V1::RemoveAssociationFirewallPolicyRequest]
688
+ # A request object representing the call parameters. Required.
689
+ # @param options [::Gapic::CallOptions]
690
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
691
+ #
692
+ # @yield [result, response] Access the result along with the Faraday response object
693
+ # @yieldparam result [::Google::Cloud::Compute::V1::Operation]
694
+ # @yieldparam response [::Faraday::Response]
695
+ #
696
+ # @return [::Google::Cloud::Compute::V1::Operation]
697
+ # A result object deserialized from the server's reply
698
+ def remove_association request_pb, options = nil
699
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
700
+
701
+ uri, _body, query_string_params = transcode_remove_association_request request_pb
702
+ response = @client_stub.make_post_request(
703
+ uri: uri,
704
+ params: query_string_params,
705
+ options: options
706
+ )
707
+ result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
708
+
709
+ yield result, response if block_given?
710
+ result
711
+ end
712
+
713
+ ##
714
+ # GRPC transcoding helper method for the remove_association REST call
715
+ #
716
+ # @param request_pb [::Google::Cloud::Compute::V1::RemoveAssociationFirewallPolicyRequest]
717
+ # A request object representing the call parameters. Required.
718
+ # @return [Array(String, [String, nil], Hash{String => String})]
719
+ # Uri, Body, Query string parameters
720
+ def transcode_remove_association_request request_pb
721
+ uri = "/compute/v1/locations/global/firewallPolicies/#{request_pb.firewall_policy}/removeAssociation"
722
+ body = nil
723
+ query_string_params = {}
724
+ query_string_params["name"] = request_pb.name.to_s if request_pb.has_name?
725
+ query_string_params["requestId"] = request_pb.request_id.to_s if request_pb.has_request_id?
726
+
727
+ [uri, body, query_string_params]
728
+ end
729
+
730
+ ##
731
+ # Baseline implementation for the remove_rule REST call
732
+ #
733
+ # @param request_pb [::Google::Cloud::Compute::V1::RemoveRuleFirewallPolicyRequest]
734
+ # A request object representing the call parameters. Required.
735
+ # @param options [::Gapic::CallOptions]
736
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
737
+ #
738
+ # @yield [result, response] Access the result along with the Faraday response object
739
+ # @yieldparam result [::Google::Cloud::Compute::V1::Operation]
740
+ # @yieldparam response [::Faraday::Response]
741
+ #
742
+ # @return [::Google::Cloud::Compute::V1::Operation]
743
+ # A result object deserialized from the server's reply
744
+ def remove_rule request_pb, options = nil
745
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
746
+
747
+ uri, _body, query_string_params = transcode_remove_rule_request request_pb
748
+ response = @client_stub.make_post_request(
749
+ uri: uri,
750
+ params: query_string_params,
751
+ options: options
752
+ )
753
+ result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
754
+
755
+ yield result, response if block_given?
756
+ result
757
+ end
758
+
759
+ ##
760
+ # GRPC transcoding helper method for the remove_rule REST call
761
+ #
762
+ # @param request_pb [::Google::Cloud::Compute::V1::RemoveRuleFirewallPolicyRequest]
763
+ # A request object representing the call parameters. Required.
764
+ # @return [Array(String, [String, nil], Hash{String => String})]
765
+ # Uri, Body, Query string parameters
766
+ def transcode_remove_rule_request request_pb
767
+ uri = "/compute/v1/locations/global/firewallPolicies/#{request_pb.firewall_policy}/removeRule"
768
+ body = nil
769
+ query_string_params = {}
770
+ query_string_params["priority"] = request_pb.priority.to_s if request_pb.has_priority?
771
+ query_string_params["requestId"] = request_pb.request_id.to_s if request_pb.has_request_id?
772
+
773
+ [uri, body, query_string_params]
774
+ end
775
+
776
+ ##
777
+ # Baseline implementation for the set_iam_policy REST call
778
+ #
779
+ # @param request_pb [::Google::Cloud::Compute::V1::SetIamPolicyFirewallPolicyRequest]
780
+ # A request object representing the call parameters. Required.
781
+ # @param options [::Gapic::CallOptions]
782
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
783
+ #
784
+ # @yield [result, response] Access the result along with the Faraday response object
785
+ # @yieldparam result [::Google::Cloud::Compute::V1::Policy]
786
+ # @yieldparam response [::Faraday::Response]
787
+ #
788
+ # @return [::Google::Cloud::Compute::V1::Policy]
789
+ # A result object deserialized from the server's reply
790
+ def set_iam_policy request_pb, options = nil
791
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
792
+
793
+ uri, body, _query_string_params = transcode_set_iam_policy_request request_pb
794
+ response = @client_stub.make_post_request(
795
+ uri: uri,
796
+ body: body,
797
+ options: options
798
+ )
799
+ result = ::Google::Cloud::Compute::V1::Policy.decode_json response.body, ignore_unknown_fields: true
800
+
801
+ yield result, response if block_given?
802
+ result
803
+ end
804
+
805
+ ##
806
+ # GRPC transcoding helper method for the set_iam_policy REST call
807
+ #
808
+ # @param request_pb [::Google::Cloud::Compute::V1::SetIamPolicyFirewallPolicyRequest]
809
+ # A request object representing the call parameters. Required.
810
+ # @return [Array(String, [String, nil], Hash{String => String})]
811
+ # Uri, Body, Query string parameters
812
+ def transcode_set_iam_policy_request request_pb
813
+ uri = "/compute/v1/locations/global/firewallPolicies/#{request_pb.resource}/setIamPolicy"
814
+ body = request_pb.global_organization_set_policy_request_resource.to_json
815
+ query_string_params = {}
816
+
817
+ [uri, body, query_string_params]
818
+ end
819
+
820
+ ##
821
+ # Baseline implementation for the test_iam_permissions REST call
822
+ #
823
+ # @param request_pb [::Google::Cloud::Compute::V1::TestIamPermissionsFirewallPolicyRequest]
824
+ # A request object representing the call parameters. Required.
825
+ # @param options [::Gapic::CallOptions]
826
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
827
+ #
828
+ # @yield [result, response] Access the result along with the Faraday response object
829
+ # @yieldparam result [::Google::Cloud::Compute::V1::TestPermissionsResponse]
830
+ # @yieldparam response [::Faraday::Response]
831
+ #
832
+ # @return [::Google::Cloud::Compute::V1::TestPermissionsResponse]
833
+ # A result object deserialized from the server's reply
834
+ def test_iam_permissions request_pb, options = nil
835
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
836
+
837
+ uri, body, _query_string_params = transcode_test_iam_permissions_request request_pb
838
+ response = @client_stub.make_post_request(
839
+ uri: uri,
840
+ body: body,
841
+ options: options
842
+ )
843
+ result = ::Google::Cloud::Compute::V1::TestPermissionsResponse.decode_json response.body, ignore_unknown_fields: true
844
+
845
+ yield result, response if block_given?
846
+ result
847
+ end
848
+
849
+ ##
850
+ # GRPC transcoding helper method for the test_iam_permissions REST call
851
+ #
852
+ # @param request_pb [::Google::Cloud::Compute::V1::TestIamPermissionsFirewallPolicyRequest]
853
+ # A request object representing the call parameters. Required.
854
+ # @return [Array(String, [String, nil], Hash{String => String})]
855
+ # Uri, Body, Query string parameters
856
+ def transcode_test_iam_permissions_request request_pb
857
+ uri = "/compute/v1/locations/global/firewallPolicies/#{request_pb.resource}/testIamPermissions"
858
+ body = request_pb.test_permissions_request_resource.to_json
859
+ query_string_params = {}
860
+
861
+ [uri, body, query_string_params]
862
+ end
863
+ end
864
+ end
865
+ end
866
+ end
867
+ end
868
+ end
869
+ end