google-cloud-compute-v1 1.2.0 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (267) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +10 -5
  3. data/lib/google/cloud/compute/v1/accelerator_types/rest/client.rb +2 -2
  4. data/lib/google/cloud/compute/v1/accelerator_types/rest/service_stub.rb +90 -52
  5. data/lib/google/cloud/compute/v1/accelerator_types.rb +5 -0
  6. data/lib/google/cloud/compute/v1/addresses/rest/client.rb +2 -2
  7. data/lib/google/cloud/compute/v1/addresses/rest/service_stub.rb +156 -89
  8. data/lib/google/cloud/compute/v1/addresses.rb +3 -0
  9. data/lib/google/cloud/compute/v1/autoscalers/rest/client.rb +2 -2
  10. data/lib/google/cloud/compute/v1/autoscalers/rest/service_stub.rb +222 -129
  11. data/lib/google/cloud/compute/v1/autoscalers.rb +3 -0
  12. data/lib/google/cloud/compute/v1/backend_buckets/rest/client.rb +1 -1
  13. data/lib/google/cloud/compute/v1/backend_buckets/rest/service_stub.rb +285 -161
  14. data/lib/google/cloud/compute/v1/backend_buckets.rb +3 -0
  15. data/lib/google/cloud/compute/v1/backend_services/rest/client.rb +2 -2
  16. data/lib/google/cloud/compute/v1/backend_services/rest/service_stub.rb +383 -221
  17. data/lib/google/cloud/compute/v1/backend_services.rb +3 -0
  18. data/lib/google/cloud/compute/v1/compute_pb.rb +671 -3
  19. data/lib/google/cloud/compute/v1/disk_types/rest/client.rb +2 -2
  20. data/lib/google/cloud/compute/v1/disk_types/rest/service_stub.rb +90 -52
  21. data/lib/google/cloud/compute/v1/disk_types.rb +3 -0
  22. data/lib/google/cloud/compute/v1/disks/rest/client.rb +3 -3
  23. data/lib/google/cloud/compute/v1/disks/rest/service_stub.rb +429 -240
  24. data/lib/google/cloud/compute/v1/disks.rb +3 -0
  25. data/lib/google/cloud/compute/v1/external_vpn_gateways/rest/client.rb +1 -1
  26. data/lib/google/cloud/compute/v1/external_vpn_gateways/rest/service_stub.rb +189 -102
  27. data/lib/google/cloud/compute/v1/external_vpn_gateways.rb +3 -0
  28. data/lib/google/cloud/compute/v1/firewall_policies/rest/client.rb +1 -1
  29. data/lib/google/cloud/compute/v1/firewall_policies/rest/service_stub.rb +555 -330
  30. data/lib/google/cloud/compute/v1/firewall_policies.rb +3 -0
  31. data/lib/google/cloud/compute/v1/firewalls/rest/client.rb +1 -1
  32. data/lib/google/cloud/compute/v1/firewalls/rest/service_stub.rb +187 -104
  33. data/lib/google/cloud/compute/v1/firewalls.rb +3 -0
  34. data/lib/google/cloud/compute/v1/forwarding_rules/rest/client.rb +2 -2
  35. data/lib/google/cloud/compute/v1/forwarding_rules/rest/service_stub.rb +258 -146
  36. data/lib/google/cloud/compute/v1/forwarding_rules.rb +3 -0
  37. data/lib/google/cloud/compute/v1/global_addresses/rest/client.rb +1 -1
  38. data/lib/google/cloud/compute/v1/global_addresses/rest/service_stub.rb +121 -66
  39. data/lib/google/cloud/compute/v1/global_addresses.rb +3 -0
  40. data/lib/google/cloud/compute/v1/global_forwarding_rules/rest/client.rb +1 -1
  41. data/lib/google/cloud/compute/v1/global_forwarding_rules/rest/service_stub.rb +221 -122
  42. data/lib/google/cloud/compute/v1/global_forwarding_rules.rb +3 -0
  43. data/lib/google/cloud/compute/v1/global_network_endpoint_groups/rest/client.rb +2 -2
  44. data/lib/google/cloud/compute/v1/global_network_endpoint_groups/rest/service_stub.rb +219 -126
  45. data/lib/google/cloud/compute/v1/global_network_endpoint_groups.rb +3 -0
  46. data/lib/google/cloud/compute/v1/global_operations/rest/client.rb +2 -2
  47. data/lib/google/cloud/compute/v1/global_operations/rest/service_stub.rb +154 -86
  48. data/lib/google/cloud/compute/v1/global_operations.rb +3 -0
  49. data/lib/google/cloud/compute/v1/global_organization_operations/rest/client.rb +1 -1
  50. data/lib/google/cloud/compute/v1/global_organization_operations/rest/service_stub.rb +84 -49
  51. data/lib/google/cloud/compute/v1/global_organization_operations.rb +3 -0
  52. data/lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest/client.rb +1 -1
  53. data/lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest/service_stub.rb +154 -85
  54. data/lib/google/cloud/compute/v1/global_public_delegated_prefixes.rb +3 -0
  55. data/lib/google/cloud/compute/v1/health_checks/rest/client.rb +2 -2
  56. data/lib/google/cloud/compute/v1/health_checks/rest/service_stub.rb +218 -127
  57. data/lib/google/cloud/compute/v1/health_checks.rb +3 -0
  58. data/lib/google/cloud/compute/v1/image_family_views/rest/service_stub.rb +27 -7
  59. data/lib/google/cloud/compute/v1/image_family_views.rb +3 -0
  60. data/lib/google/cloud/compute/v1/images/rest/client.rb +1 -1
  61. data/lib/google/cloud/compute/v1/images/rest/service_stub.rb +354 -194
  62. data/lib/google/cloud/compute/v1/images.rb +3 -0
  63. data/lib/google/cloud/compute/v1/instance_group_managers/rest/client.rb +10 -10
  64. data/lib/google/cloud/compute/v1/instance_group_managers/rest/service_stub.rb +664 -381
  65. data/lib/google/cloud/compute/v1/instance_group_managers.rb +3 -0
  66. data/lib/google/cloud/compute/v1/instance_groups/rest/client.rb +4 -4
  67. data/lib/google/cloud/compute/v1/instance_groups/rest/service_stub.rb +292 -169
  68. data/lib/google/cloud/compute/v1/instance_groups.rb +3 -0
  69. data/lib/google/cloud/compute/v1/instance_templates/rest/client.rb +1 -1
  70. data/lib/google/cloud/compute/v1/instance_templates/rest/service_stub.rb +221 -120
  71. data/lib/google/cloud/compute/v1/instance_templates.rb +3 -0
  72. data/lib/google/cloud/compute/v1/instances/rest/client.rb +7 -5
  73. data/lib/google/cloud/compute/v1/instances/rest/service_stub.rb +1503 -845
  74. data/lib/google/cloud/compute/v1/instances.rb +3 -0
  75. data/lib/google/cloud/compute/v1/interconnect_attachments/rest/client.rb +2 -2
  76. data/lib/google/cloud/compute/v1/interconnect_attachments/rest/service_stub.rb +190 -109
  77. data/lib/google/cloud/compute/v1/interconnect_attachments.rb +3 -0
  78. data/lib/google/cloud/compute/v1/interconnect_locations/rest/client.rb +1 -1
  79. data/lib/google/cloud/compute/v1/interconnect_locations/rest/service_stub.rb +57 -29
  80. data/lib/google/cloud/compute/v1/interconnect_locations.rb +3 -0
  81. data/lib/google/cloud/compute/v1/interconnects/rest/client.rb +1 -1
  82. data/lib/google/cloud/compute/v1/interconnects/rest/service_stub.rb +187 -102
  83. data/lib/google/cloud/compute/v1/interconnects.rb +3 -0
  84. data/lib/google/cloud/compute/v1/license_codes/rest/service_stub.rb +60 -25
  85. data/lib/google/cloud/compute/v1/license_codes.rb +3 -0
  86. data/lib/google/cloud/compute/v1/licenses/rest/client.rb +1 -1
  87. data/lib/google/cloud/compute/v1/licenses/rest/service_stub.rb +221 -120
  88. data/lib/google/cloud/compute/v1/licenses.rb +3 -0
  89. data/lib/google/cloud/compute/v1/machine_images/rest/client.rb +1 -1
  90. data/lib/google/cloud/compute/v1/machine_images/rest/service_stub.rb +221 -121
  91. data/lib/google/cloud/compute/v1/machine_images.rb +3 -0
  92. data/lib/google/cloud/compute/v1/machine_types/rest/client.rb +2 -2
  93. data/lib/google/cloud/compute/v1/machine_types/rest/service_stub.rb +90 -52
  94. data/lib/google/cloud/compute/v1/machine_types.rb +3 -0
  95. data/lib/google/cloud/compute/v1/network_edge_security_services/credentials.rb +52 -0
  96. data/lib/google/cloud/compute/v1/network_edge_security_services/rest/client.rb +679 -0
  97. data/lib/google/cloud/compute/v1/network_edge_security_services/rest/service_stub.rb +348 -0
  98. data/lib/google/cloud/compute/v1/network_edge_security_services/rest.rb +33 -0
  99. data/lib/google/cloud/compute/v1/network_edge_security_services.rb +47 -0
  100. data/lib/google/cloud/compute/v1/network_endpoint_groups/rest/client.rb +3 -3
  101. data/lib/google/cloud/compute/v1/network_endpoint_groups/rest/service_stub.rb +293 -168
  102. data/lib/google/cloud/compute/v1/network_endpoint_groups.rb +3 -0
  103. data/lib/google/cloud/compute/v1/network_firewall_policies/credentials.rb +52 -0
  104. data/lib/google/cloud/compute/v1/network_firewall_policies/rest/client.rb +1552 -0
  105. data/lib/google/cloud/compute/v1/network_firewall_policies/rest/service_stub.rb +998 -0
  106. data/lib/google/cloud/compute/v1/network_firewall_policies/rest.rb +33 -0
  107. data/lib/google/cloud/compute/v1/network_firewall_policies.rb +47 -0
  108. data/lib/google/cloud/compute/v1/networks/rest/client.rb +2 -2
  109. data/lib/google/cloud/compute/v1/networks/rest/service_stub.rb +350 -202
  110. data/lib/google/cloud/compute/v1/networks.rb +3 -0
  111. data/lib/google/cloud/compute/v1/node_groups/rest/client.rb +3 -3
  112. data/lib/google/cloud/compute/v1/node_groups/rest/service_stub.rb +428 -242
  113. data/lib/google/cloud/compute/v1/node_groups.rb +3 -0
  114. data/lib/google/cloud/compute/v1/node_templates/rest/client.rb +2 -2
  115. data/lib/google/cloud/compute/v1/node_templates/rest/service_stub.rb +259 -143
  116. data/lib/google/cloud/compute/v1/node_templates.rb +3 -0
  117. data/lib/google/cloud/compute/v1/node_types/rest/client.rb +2 -2
  118. data/lib/google/cloud/compute/v1/node_types/rest/service_stub.rb +90 -52
  119. data/lib/google/cloud/compute/v1/node_types.rb +3 -0
  120. data/lib/google/cloud/compute/v1/packet_mirrorings/rest/client.rb +2 -2
  121. data/lib/google/cloud/compute/v1/packet_mirrorings/rest/service_stub.rb +225 -126
  122. data/lib/google/cloud/compute/v1/packet_mirrorings.rb +3 -0
  123. data/lib/google/cloud/compute/v1/projects/rest/client.rb +2 -2
  124. data/lib/google/cloud/compute/v1/projects/rest/service_stub.rb +406 -238
  125. data/lib/google/cloud/compute/v1/projects.rb +3 -0
  126. data/lib/google/cloud/compute/v1/public_advertised_prefixes/rest/client.rb +1 -1
  127. data/lib/google/cloud/compute/v1/public_advertised_prefixes/rest/service_stub.rb +154 -85
  128. data/lib/google/cloud/compute/v1/public_advertised_prefixes.rb +3 -0
  129. data/lib/google/cloud/compute/v1/public_delegated_prefixes/rest/client.rb +2 -2
  130. data/lib/google/cloud/compute/v1/public_delegated_prefixes/rest/service_stub.rb +190 -108
  131. data/lib/google/cloud/compute/v1/public_delegated_prefixes.rb +3 -0
  132. data/lib/google/cloud/compute/v1/region_autoscalers/rest/client.rb +1 -1
  133. data/lib/google/cloud/compute/v1/region_autoscalers/rest/service_stub.rb +191 -106
  134. data/lib/google/cloud/compute/v1/region_autoscalers.rb +3 -0
  135. data/lib/google/cloud/compute/v1/region_backend_services/rest/client.rb +1 -1
  136. data/lib/google/cloud/compute/v1/region_backend_services/rest/service_stub.rb +228 -122
  137. data/lib/google/cloud/compute/v1/region_backend_services.rb +3 -0
  138. data/lib/google/cloud/compute/v1/region_commitments/rest/client.rb +2 -2
  139. data/lib/google/cloud/compute/v1/region_commitments/rest/service_stub.rb +157 -92
  140. data/lib/google/cloud/compute/v1/region_commitments.rb +3 -0
  141. data/lib/google/cloud/compute/v1/region_disk_types/rest/client.rb +1 -1
  142. data/lib/google/cloud/compute/v1/region_disk_types/rest/service_stub.rb +59 -29
  143. data/lib/google/cloud/compute/v1/region_disk_types.rb +3 -0
  144. data/lib/google/cloud/compute/v1/region_disks/rest/client.rb +1 -1
  145. data/lib/google/cloud/compute/v1/region_disks/rest/service_stub.rb +398 -216
  146. data/lib/google/cloud/compute/v1/region_disks.rb +3 -0
  147. data/lib/google/cloud/compute/v1/region_health_check_services/rest/client.rb +1 -1
  148. data/lib/google/cloud/compute/v1/region_health_check_services/rest/service_stub.rb +159 -85
  149. data/lib/google/cloud/compute/v1/region_health_check_services.rb +3 -0
  150. data/lib/google/cloud/compute/v1/region_health_checks/rest/client.rb +1 -1
  151. data/lib/google/cloud/compute/v1/region_health_checks/rest/service_stub.rb +193 -104
  152. data/lib/google/cloud/compute/v1/region_health_checks.rb +3 -0
  153. data/lib/google/cloud/compute/v1/region_instance_group_managers/rest/client.rb +9 -9
  154. data/lib/google/cloud/compute/v1/region_instance_group_managers/rest/service_stub.rb +633 -358
  155. data/lib/google/cloud/compute/v1/region_instance_group_managers.rb +3 -0
  156. data/lib/google/cloud/compute/v1/region_instance_groups/rest/client.rb +2 -2
  157. data/lib/google/cloud/compute/v1/region_instance_groups/rest/service_stub.rb +127 -71
  158. data/lib/google/cloud/compute/v1/region_instance_groups.rb +3 -0
  159. data/lib/google/cloud/compute/v1/region_instances/rest/service_stub.rb +26 -9
  160. data/lib/google/cloud/compute/v1/region_instances.rb +3 -0
  161. data/lib/google/cloud/compute/v1/region_network_endpoint_groups/rest/client.rb +1 -1
  162. data/lib/google/cloud/compute/v1/region_network_endpoint_groups/rest/service_stub.rb +125 -66
  163. data/lib/google/cloud/compute/v1/region_network_endpoint_groups.rb +3 -0
  164. data/lib/google/cloud/compute/v1/region_network_firewall_policies/credentials.rb +52 -0
  165. data/lib/google/cloud/compute/v1/region_network_firewall_policies/rest/client.rb +1670 -0
  166. data/lib/google/cloud/compute/v1/region_network_firewall_policies/rest/service_stub.rb +1073 -0
  167. data/lib/google/cloud/compute/v1/region_network_firewall_policies/rest.rb +33 -0
  168. data/lib/google/cloud/compute/v1/region_network_firewall_policies.rb +47 -0
  169. data/lib/google/cloud/compute/v1/region_notification_endpoints/rest/client.rb +1 -1
  170. data/lib/google/cloud/compute/v1/region_notification_endpoints/rest/service_stub.rb +125 -66
  171. data/lib/google/cloud/compute/v1/region_notification_endpoints.rb +3 -0
  172. data/lib/google/cloud/compute/v1/region_operations/rest/client.rb +1 -1
  173. data/lib/google/cloud/compute/v1/region_operations/rest/service_stub.rb +127 -63
  174. data/lib/google/cloud/compute/v1/region_operations.rb +3 -0
  175. data/lib/google/cloud/compute/v1/region_security_policies/credentials.rb +52 -0
  176. data/lib/google/cloud/compute/v1/region_security_policies/rest/client.rb +676 -0
  177. data/lib/google/cloud/compute/v1/region_security_policies/rest/service_stub.rb +349 -0
  178. data/lib/google/cloud/compute/v1/region_security_policies/rest.rb +33 -0
  179. data/lib/google/cloud/compute/v1/region_security_policies.rb +47 -0
  180. data/lib/google/cloud/compute/v1/region_ssl_certificates/rest/client.rb +1 -1
  181. data/lib/google/cloud/compute/v1/region_ssl_certificates/rest/service_stub.rb +125 -66
  182. data/lib/google/cloud/compute/v1/region_ssl_certificates.rb +3 -0
  183. data/lib/google/cloud/compute/v1/region_target_http_proxies/rest/client.rb +1 -1
  184. data/lib/google/cloud/compute/v1/region_target_http_proxies/rest/service_stub.rb +159 -85
  185. data/lib/google/cloud/compute/v1/region_target_http_proxies.rb +3 -0
  186. data/lib/google/cloud/compute/v1/region_target_https_proxies/rest/client.rb +88 -1
  187. data/lib/google/cloud/compute/v1/region_target_https_proxies/rest/service_stub.rb +249 -99
  188. data/lib/google/cloud/compute/v1/region_target_https_proxies.rb +3 -0
  189. data/lib/google/cloud/compute/v1/region_url_maps/rest/client.rb +1 -1
  190. data/lib/google/cloud/compute/v1/region_url_maps/rest/service_stub.rb +228 -122
  191. data/lib/google/cloud/compute/v1/region_url_maps.rb +3 -0
  192. data/lib/google/cloud/compute/v1/regions/rest/client.rb +1 -1
  193. data/lib/google/cloud/compute/v1/regions/rest/service_stub.rb +57 -29
  194. data/lib/google/cloud/compute/v1/regions.rb +3 -0
  195. data/lib/google/cloud/compute/v1/reservations/rest/client.rb +2 -2
  196. data/lib/google/cloud/compute/v1/reservations/rest/service_stub.rb +327 -183
  197. data/lib/google/cloud/compute/v1/reservations.rb +3 -0
  198. data/lib/google/cloud/compute/v1/resource_policies/rest/client.rb +2 -2
  199. data/lib/google/cloud/compute/v1/resource_policies/rest/service_stub.rb +259 -143
  200. data/lib/google/cloud/compute/v1/resource_policies.rb +3 -0
  201. data/lib/google/cloud/compute/v1/routers/rest/client.rb +3 -3
  202. data/lib/google/cloud/compute/v1/routers/rest/service_stub.rb +326 -184
  203. data/lib/google/cloud/compute/v1/routers.rb +3 -0
  204. data/lib/google/cloud/compute/v1/routes/rest/client.rb +1 -1
  205. data/lib/google/cloud/compute/v1/routes/rest/service_stub.rb +121 -66
  206. data/lib/google/cloud/compute/v1/routes.rb +3 -0
  207. data/lib/google/cloud/compute/v1/security_policies/rest/client.rb +97 -5
  208. data/lib/google/cloud/compute/v1/security_policies/rest/service_stub.rb +368 -174
  209. data/lib/google/cloud/compute/v1/security_policies.rb +3 -0
  210. data/lib/google/cloud/compute/v1/service_attachments/rest/client.rb +2 -2
  211. data/lib/google/cloud/compute/v1/service_attachments/rest/service_stub.rb +293 -162
  212. data/lib/google/cloud/compute/v1/service_attachments.rb +3 -0
  213. data/lib/google/cloud/compute/v1/snapshots/rest/client.rb +1 -1
  214. data/lib/google/cloud/compute/v1/snapshots/rest/service_stub.rb +255 -138
  215. data/lib/google/cloud/compute/v1/snapshots.rb +3 -0
  216. data/lib/google/cloud/compute/v1/ssl_certificates/rest/client.rb +2 -2
  217. data/lib/google/cloud/compute/v1/ssl_certificates/rest/service_stub.rb +152 -89
  218. data/lib/google/cloud/compute/v1/ssl_certificates.rb +3 -0
  219. data/lib/google/cloud/compute/v1/ssl_policies/rest/client.rb +2 -2
  220. data/lib/google/cloud/compute/v1/ssl_policies/rest/service_stub.rb +185 -107
  221. data/lib/google/cloud/compute/v1/ssl_policies.rb +3 -0
  222. data/lib/google/cloud/compute/v1/subnetworks/rest/client.rb +3 -3
  223. data/lib/google/cloud/compute/v1/subnetworks/rest/service_stub.rb +392 -223
  224. data/lib/google/cloud/compute/v1/subnetworks.rb +3 -0
  225. data/lib/google/cloud/compute/v1/target_grpc_proxies/rest/client.rb +1 -1
  226. data/lib/google/cloud/compute/v1/target_grpc_proxies/rest/service_stub.rb +154 -85
  227. data/lib/google/cloud/compute/v1/target_grpc_proxies.rb +3 -0
  228. data/lib/google/cloud/compute/v1/target_http_proxies/rest/client.rb +2 -2
  229. data/lib/google/cloud/compute/v1/target_http_proxies/rest/service_stub.rb +218 -127
  230. data/lib/google/cloud/compute/v1/target_http_proxies.rb +3 -0
  231. data/lib/google/cloud/compute/v1/target_https_proxies/rest/client.rb +86 -2
  232. data/lib/google/cloud/compute/v1/target_https_proxies/rest/service_stub.rb +371 -178
  233. data/lib/google/cloud/compute/v1/target_https_proxies.rb +3 -0
  234. data/lib/google/cloud/compute/v1/target_instances/rest/client.rb +2 -2
  235. data/lib/google/cloud/compute/v1/target_instances/rest/service_stub.rb +156 -89
  236. data/lib/google/cloud/compute/v1/target_instances.rb +3 -0
  237. data/lib/google/cloud/compute/v1/target_pools/rest/client.rb +2 -2
  238. data/lib/google/cloud/compute/v1/target_pools/rest/service_stub.rb +361 -203
  239. data/lib/google/cloud/compute/v1/target_pools.rb +3 -0
  240. data/lib/google/cloud/compute/v1/target_ssl_proxies/rest/client.rb +85 -1
  241. data/lib/google/cloud/compute/v1/target_ssl_proxies/rest/service_stub.rb +307 -136
  242. data/lib/google/cloud/compute/v1/target_ssl_proxies.rb +3 -0
  243. data/lib/google/cloud/compute/v1/target_tcp_proxies/rest/client.rb +1 -1
  244. data/lib/google/cloud/compute/v1/target_tcp_proxies/rest/service_stub.rb +187 -104
  245. data/lib/google/cloud/compute/v1/target_tcp_proxies.rb +3 -0
  246. data/lib/google/cloud/compute/v1/target_vpn_gateways/rest/client.rb +2 -2
  247. data/lib/google/cloud/compute/v1/target_vpn_gateways/rest/service_stub.rb +156 -89
  248. data/lib/google/cloud/compute/v1/target_vpn_gateways.rb +3 -0
  249. data/lib/google/cloud/compute/v1/url_maps/rest/client.rb +2 -2
  250. data/lib/google/cloud/compute/v1/url_maps/rest/service_stub.rb +285 -164
  251. data/lib/google/cloud/compute/v1/url_maps.rb +3 -0
  252. data/lib/google/cloud/compute/v1/version.rb +1 -1
  253. data/lib/google/cloud/compute/v1/vpn_gateways/rest/client.rb +2 -2
  254. data/lib/google/cloud/compute/v1/vpn_gateways/rest/service_stub.rb +259 -143
  255. data/lib/google/cloud/compute/v1/vpn_gateways.rb +3 -0
  256. data/lib/google/cloud/compute/v1/vpn_tunnels/rest/client.rb +2 -2
  257. data/lib/google/cloud/compute/v1/vpn_tunnels/rest/service_stub.rb +156 -89
  258. data/lib/google/cloud/compute/v1/vpn_tunnels.rb +3 -0
  259. data/lib/google/cloud/compute/v1/zone_operations/rest/client.rb +1 -1
  260. data/lib/google/cloud/compute/v1/zone_operations/rest/service_stub.rb +127 -63
  261. data/lib/google/cloud/compute/v1/zone_operations.rb +3 -0
  262. data/lib/google/cloud/compute/v1/zones/rest/client.rb +1 -1
  263. data/lib/google/cloud/compute/v1/zones/rest/service_stub.rb +57 -29
  264. data/lib/google/cloud/compute/v1/zones.rb +3 -0
  265. data/lib/google/cloud/compute/v1.rb +4 -0
  266. data/proto_docs/google/cloud/compute/v1/compute.rb +1946 -229
  267. metadata +32 -12
@@ -0,0 +1,998 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright 2022 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 NetworkFirewallPolicies
26
+ module Rest
27
+ ##
28
+ # REST service stub for the NetworkFirewallPolicies 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::AddAssociationNetworkFirewallPolicyRequest]
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
+ verb, uri, query_string_params, body = transcode_add_association_request request_pb
59
+ query_string_params = if query_string_params.any?
60
+ query_string_params.to_h { |p| p.split("=", 2) }
61
+ else
62
+ {}
63
+ end
64
+
65
+ response = @client_stub.make_http_request(
66
+ verb,
67
+ uri: uri,
68
+ body: body || "",
69
+ params: query_string_params,
70
+ options: options
71
+ )
72
+ result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
73
+
74
+ yield result, response if block_given?
75
+ result
76
+ end
77
+
78
+ ##
79
+ # Baseline implementation for the add_rule REST call
80
+ #
81
+ # @param request_pb [::Google::Cloud::Compute::V1::AddRuleNetworkFirewallPolicyRequest]
82
+ # A request object representing the call parameters. Required.
83
+ # @param options [::Gapic::CallOptions]
84
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
85
+ #
86
+ # @yield [result, response] Access the result along with the Faraday response object
87
+ # @yieldparam result [::Google::Cloud::Compute::V1::Operation]
88
+ # @yieldparam response [::Faraday::Response]
89
+ #
90
+ # @return [::Google::Cloud::Compute::V1::Operation]
91
+ # A result object deserialized from the server's reply
92
+ def add_rule request_pb, options = nil
93
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
94
+
95
+ verb, uri, query_string_params, body = transcode_add_rule_request request_pb
96
+ query_string_params = if query_string_params.any?
97
+ query_string_params.to_h { |p| p.split("=", 2) }
98
+ else
99
+ {}
100
+ end
101
+
102
+ response = @client_stub.make_http_request(
103
+ verb,
104
+ uri: uri,
105
+ body: body || "",
106
+ params: query_string_params,
107
+ options: options
108
+ )
109
+ result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
110
+
111
+ yield result, response if block_given?
112
+ result
113
+ end
114
+
115
+ ##
116
+ # Baseline implementation for the clone_rules REST call
117
+ #
118
+ # @param request_pb [::Google::Cloud::Compute::V1::CloneRulesNetworkFirewallPolicyRequest]
119
+ # A request object representing the call parameters. Required.
120
+ # @param options [::Gapic::CallOptions]
121
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
122
+ #
123
+ # @yield [result, response] Access the result along with the Faraday response object
124
+ # @yieldparam result [::Google::Cloud::Compute::V1::Operation]
125
+ # @yieldparam response [::Faraday::Response]
126
+ #
127
+ # @return [::Google::Cloud::Compute::V1::Operation]
128
+ # A result object deserialized from the server's reply
129
+ def clone_rules request_pb, options = nil
130
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
131
+
132
+ verb, uri, query_string_params, body = transcode_clone_rules_request request_pb
133
+ query_string_params = if query_string_params.any?
134
+ query_string_params.to_h { |p| p.split("=", 2) }
135
+ else
136
+ {}
137
+ end
138
+
139
+ response = @client_stub.make_http_request(
140
+ verb,
141
+ uri: uri,
142
+ body: body || "",
143
+ params: query_string_params,
144
+ options: options
145
+ )
146
+ result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
147
+
148
+ yield result, response if block_given?
149
+ result
150
+ end
151
+
152
+ ##
153
+ # Baseline implementation for the delete REST call
154
+ #
155
+ # @param request_pb [::Google::Cloud::Compute::V1::DeleteNetworkFirewallPolicyRequest]
156
+ # A request object representing the call parameters. Required.
157
+ # @param options [::Gapic::CallOptions]
158
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
159
+ #
160
+ # @yield [result, response] Access the result along with the Faraday response object
161
+ # @yieldparam result [::Google::Cloud::Compute::V1::Operation]
162
+ # @yieldparam response [::Faraday::Response]
163
+ #
164
+ # @return [::Google::Cloud::Compute::V1::Operation]
165
+ # A result object deserialized from the server's reply
166
+ def delete request_pb, options = nil
167
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
168
+
169
+ verb, uri, query_string_params, body = transcode_delete_request request_pb
170
+ query_string_params = if query_string_params.any?
171
+ query_string_params.to_h { |p| p.split("=", 2) }
172
+ else
173
+ {}
174
+ end
175
+
176
+ response = @client_stub.make_http_request(
177
+ verb,
178
+ uri: uri,
179
+ body: body || "",
180
+ params: query_string_params,
181
+ options: options
182
+ )
183
+ result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
184
+
185
+ yield result, response if block_given?
186
+ result
187
+ end
188
+
189
+ ##
190
+ # Baseline implementation for the get REST call
191
+ #
192
+ # @param request_pb [::Google::Cloud::Compute::V1::GetNetworkFirewallPolicyRequest]
193
+ # A request object representing the call parameters. Required.
194
+ # @param options [::Gapic::CallOptions]
195
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
196
+ #
197
+ # @yield [result, response] Access the result along with the Faraday response object
198
+ # @yieldparam result [::Google::Cloud::Compute::V1::FirewallPolicy]
199
+ # @yieldparam response [::Faraday::Response]
200
+ #
201
+ # @return [::Google::Cloud::Compute::V1::FirewallPolicy]
202
+ # A result object deserialized from the server's reply
203
+ def get request_pb, options = nil
204
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
205
+
206
+ verb, uri, query_string_params, body = transcode_get_request request_pb
207
+ query_string_params = if query_string_params.any?
208
+ query_string_params.to_h { |p| p.split("=", 2) }
209
+ else
210
+ {}
211
+ end
212
+
213
+ response = @client_stub.make_http_request(
214
+ verb,
215
+ uri: uri,
216
+ body: body || "",
217
+ params: query_string_params,
218
+ options: options
219
+ )
220
+ result = ::Google::Cloud::Compute::V1::FirewallPolicy.decode_json response.body, ignore_unknown_fields: true
221
+
222
+ yield result, response if block_given?
223
+ result
224
+ end
225
+
226
+ ##
227
+ # Baseline implementation for the get_association REST call
228
+ #
229
+ # @param request_pb [::Google::Cloud::Compute::V1::GetAssociationNetworkFirewallPolicyRequest]
230
+ # A request object representing the call parameters. Required.
231
+ # @param options [::Gapic::CallOptions]
232
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
233
+ #
234
+ # @yield [result, response] Access the result along with the Faraday response object
235
+ # @yieldparam result [::Google::Cloud::Compute::V1::FirewallPolicyAssociation]
236
+ # @yieldparam response [::Faraday::Response]
237
+ #
238
+ # @return [::Google::Cloud::Compute::V1::FirewallPolicyAssociation]
239
+ # A result object deserialized from the server's reply
240
+ def get_association request_pb, options = nil
241
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
242
+
243
+ verb, uri, query_string_params, body = transcode_get_association_request request_pb
244
+ query_string_params = if query_string_params.any?
245
+ query_string_params.to_h { |p| p.split("=", 2) }
246
+ else
247
+ {}
248
+ end
249
+
250
+ response = @client_stub.make_http_request(
251
+ verb,
252
+ uri: uri,
253
+ body: body || "",
254
+ params: query_string_params,
255
+ options: options
256
+ )
257
+ result = ::Google::Cloud::Compute::V1::FirewallPolicyAssociation.decode_json response.body, ignore_unknown_fields: true
258
+
259
+ yield result, response if block_given?
260
+ result
261
+ end
262
+
263
+ ##
264
+ # Baseline implementation for the get_iam_policy REST call
265
+ #
266
+ # @param request_pb [::Google::Cloud::Compute::V1::GetIamPolicyNetworkFirewallPolicyRequest]
267
+ # A request object representing the call parameters. Required.
268
+ # @param options [::Gapic::CallOptions]
269
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
270
+ #
271
+ # @yield [result, response] Access the result along with the Faraday response object
272
+ # @yieldparam result [::Google::Cloud::Compute::V1::Policy]
273
+ # @yieldparam response [::Faraday::Response]
274
+ #
275
+ # @return [::Google::Cloud::Compute::V1::Policy]
276
+ # A result object deserialized from the server's reply
277
+ def get_iam_policy request_pb, options = nil
278
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
279
+
280
+ verb, uri, query_string_params, body = transcode_get_iam_policy_request request_pb
281
+ query_string_params = if query_string_params.any?
282
+ query_string_params.to_h { |p| p.split("=", 2) }
283
+ else
284
+ {}
285
+ end
286
+
287
+ response = @client_stub.make_http_request(
288
+ verb,
289
+ uri: uri,
290
+ body: body || "",
291
+ params: query_string_params,
292
+ options: options
293
+ )
294
+ result = ::Google::Cloud::Compute::V1::Policy.decode_json response.body, ignore_unknown_fields: true
295
+
296
+ yield result, response if block_given?
297
+ result
298
+ end
299
+
300
+ ##
301
+ # Baseline implementation for the get_rule REST call
302
+ #
303
+ # @param request_pb [::Google::Cloud::Compute::V1::GetRuleNetworkFirewallPolicyRequest]
304
+ # A request object representing the call parameters. Required.
305
+ # @param options [::Gapic::CallOptions]
306
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
307
+ #
308
+ # @yield [result, response] Access the result along with the Faraday response object
309
+ # @yieldparam result [::Google::Cloud::Compute::V1::FirewallPolicyRule]
310
+ # @yieldparam response [::Faraday::Response]
311
+ #
312
+ # @return [::Google::Cloud::Compute::V1::FirewallPolicyRule]
313
+ # A result object deserialized from the server's reply
314
+ def get_rule request_pb, options = nil
315
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
316
+
317
+ verb, uri, query_string_params, body = transcode_get_rule_request request_pb
318
+ query_string_params = if query_string_params.any?
319
+ query_string_params.to_h { |p| p.split("=", 2) }
320
+ else
321
+ {}
322
+ end
323
+
324
+ response = @client_stub.make_http_request(
325
+ verb,
326
+ uri: uri,
327
+ body: body || "",
328
+ params: query_string_params,
329
+ options: options
330
+ )
331
+ result = ::Google::Cloud::Compute::V1::FirewallPolicyRule.decode_json response.body, ignore_unknown_fields: true
332
+
333
+ yield result, response if block_given?
334
+ result
335
+ end
336
+
337
+ ##
338
+ # Baseline implementation for the insert REST call
339
+ #
340
+ # @param request_pb [::Google::Cloud::Compute::V1::InsertNetworkFirewallPolicyRequest]
341
+ # A request object representing the call parameters. Required.
342
+ # @param options [::Gapic::CallOptions]
343
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
344
+ #
345
+ # @yield [result, response] Access the result along with the Faraday response object
346
+ # @yieldparam result [::Google::Cloud::Compute::V1::Operation]
347
+ # @yieldparam response [::Faraday::Response]
348
+ #
349
+ # @return [::Google::Cloud::Compute::V1::Operation]
350
+ # A result object deserialized from the server's reply
351
+ def insert request_pb, options = nil
352
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
353
+
354
+ verb, uri, query_string_params, body = transcode_insert_request request_pb
355
+ query_string_params = if query_string_params.any?
356
+ query_string_params.to_h { |p| p.split("=", 2) }
357
+ else
358
+ {}
359
+ end
360
+
361
+ response = @client_stub.make_http_request(
362
+ verb,
363
+ uri: uri,
364
+ body: body || "",
365
+ params: query_string_params,
366
+ options: options
367
+ )
368
+ result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
369
+
370
+ yield result, response if block_given?
371
+ result
372
+ end
373
+
374
+ ##
375
+ # Baseline implementation for the list REST call
376
+ #
377
+ # @param request_pb [::Google::Cloud::Compute::V1::ListNetworkFirewallPoliciesRequest]
378
+ # A request object representing the call parameters. Required.
379
+ # @param options [::Gapic::CallOptions]
380
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
381
+ #
382
+ # @yield [result, response] Access the result along with the Faraday response object
383
+ # @yieldparam result [::Google::Cloud::Compute::V1::FirewallPolicyList]
384
+ # @yieldparam response [::Faraday::Response]
385
+ #
386
+ # @return [::Google::Cloud::Compute::V1::FirewallPolicyList]
387
+ # A result object deserialized from the server's reply
388
+ def list request_pb, options = nil
389
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
390
+
391
+ verb, uri, query_string_params, body = transcode_list_request request_pb
392
+ query_string_params = if query_string_params.any?
393
+ query_string_params.to_h { |p| p.split("=", 2) }
394
+ else
395
+ {}
396
+ end
397
+
398
+ response = @client_stub.make_http_request(
399
+ verb,
400
+ uri: uri,
401
+ body: body || "",
402
+ params: query_string_params,
403
+ options: options
404
+ )
405
+ result = ::Google::Cloud::Compute::V1::FirewallPolicyList.decode_json response.body, ignore_unknown_fields: true
406
+
407
+ yield result, response if block_given?
408
+ result
409
+ end
410
+
411
+ ##
412
+ # Baseline implementation for the patch REST call
413
+ #
414
+ # @param request_pb [::Google::Cloud::Compute::V1::PatchNetworkFirewallPolicyRequest]
415
+ # A request object representing the call parameters. Required.
416
+ # @param options [::Gapic::CallOptions]
417
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
418
+ #
419
+ # @yield [result, response] Access the result along with the Faraday response object
420
+ # @yieldparam result [::Google::Cloud::Compute::V1::Operation]
421
+ # @yieldparam response [::Faraday::Response]
422
+ #
423
+ # @return [::Google::Cloud::Compute::V1::Operation]
424
+ # A result object deserialized from the server's reply
425
+ def patch request_pb, options = nil
426
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
427
+
428
+ verb, uri, query_string_params, body = transcode_patch_request request_pb
429
+ query_string_params = if query_string_params.any?
430
+ query_string_params.to_h { |p| p.split("=", 2) }
431
+ else
432
+ {}
433
+ end
434
+
435
+ response = @client_stub.make_http_request(
436
+ verb,
437
+ uri: uri,
438
+ body: body || "",
439
+ params: query_string_params,
440
+ options: options
441
+ )
442
+ result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
443
+
444
+ yield result, response if block_given?
445
+ result
446
+ end
447
+
448
+ ##
449
+ # Baseline implementation for the patch_rule REST call
450
+ #
451
+ # @param request_pb [::Google::Cloud::Compute::V1::PatchRuleNetworkFirewallPolicyRequest]
452
+ # A request object representing the call parameters. Required.
453
+ # @param options [::Gapic::CallOptions]
454
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
455
+ #
456
+ # @yield [result, response] Access the result along with the Faraday response object
457
+ # @yieldparam result [::Google::Cloud::Compute::V1::Operation]
458
+ # @yieldparam response [::Faraday::Response]
459
+ #
460
+ # @return [::Google::Cloud::Compute::V1::Operation]
461
+ # A result object deserialized from the server's reply
462
+ def patch_rule request_pb, options = nil
463
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
464
+
465
+ verb, uri, query_string_params, body = transcode_patch_rule_request request_pb
466
+ query_string_params = if query_string_params.any?
467
+ query_string_params.to_h { |p| p.split("=", 2) }
468
+ else
469
+ {}
470
+ end
471
+
472
+ response = @client_stub.make_http_request(
473
+ verb,
474
+ uri: uri,
475
+ body: body || "",
476
+ params: query_string_params,
477
+ options: options
478
+ )
479
+ result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
480
+
481
+ yield result, response if block_given?
482
+ result
483
+ end
484
+
485
+ ##
486
+ # Baseline implementation for the remove_association REST call
487
+ #
488
+ # @param request_pb [::Google::Cloud::Compute::V1::RemoveAssociationNetworkFirewallPolicyRequest]
489
+ # A request object representing the call parameters. Required.
490
+ # @param options [::Gapic::CallOptions]
491
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
492
+ #
493
+ # @yield [result, response] Access the result along with the Faraday response object
494
+ # @yieldparam result [::Google::Cloud::Compute::V1::Operation]
495
+ # @yieldparam response [::Faraday::Response]
496
+ #
497
+ # @return [::Google::Cloud::Compute::V1::Operation]
498
+ # A result object deserialized from the server's reply
499
+ def remove_association request_pb, options = nil
500
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
501
+
502
+ verb, uri, query_string_params, body = transcode_remove_association_request request_pb
503
+ query_string_params = if query_string_params.any?
504
+ query_string_params.to_h { |p| p.split("=", 2) }
505
+ else
506
+ {}
507
+ end
508
+
509
+ response = @client_stub.make_http_request(
510
+ verb,
511
+ uri: uri,
512
+ body: body || "",
513
+ params: query_string_params,
514
+ options: options
515
+ )
516
+ result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
517
+
518
+ yield result, response if block_given?
519
+ result
520
+ end
521
+
522
+ ##
523
+ # Baseline implementation for the remove_rule REST call
524
+ #
525
+ # @param request_pb [::Google::Cloud::Compute::V1::RemoveRuleNetworkFirewallPolicyRequest]
526
+ # A request object representing the call parameters. Required.
527
+ # @param options [::Gapic::CallOptions]
528
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
529
+ #
530
+ # @yield [result, response] Access the result along with the Faraday response object
531
+ # @yieldparam result [::Google::Cloud::Compute::V1::Operation]
532
+ # @yieldparam response [::Faraday::Response]
533
+ #
534
+ # @return [::Google::Cloud::Compute::V1::Operation]
535
+ # A result object deserialized from the server's reply
536
+ def remove_rule request_pb, options = nil
537
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
538
+
539
+ verb, uri, query_string_params, body = transcode_remove_rule_request request_pb
540
+ query_string_params = if query_string_params.any?
541
+ query_string_params.to_h { |p| p.split("=", 2) }
542
+ else
543
+ {}
544
+ end
545
+
546
+ response = @client_stub.make_http_request(
547
+ verb,
548
+ uri: uri,
549
+ body: body || "",
550
+ params: query_string_params,
551
+ options: options
552
+ )
553
+ result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
554
+
555
+ yield result, response if block_given?
556
+ result
557
+ end
558
+
559
+ ##
560
+ # Baseline implementation for the set_iam_policy REST call
561
+ #
562
+ # @param request_pb [::Google::Cloud::Compute::V1::SetIamPolicyNetworkFirewallPolicyRequest]
563
+ # A request object representing the call parameters. Required.
564
+ # @param options [::Gapic::CallOptions]
565
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
566
+ #
567
+ # @yield [result, response] Access the result along with the Faraday response object
568
+ # @yieldparam result [::Google::Cloud::Compute::V1::Policy]
569
+ # @yieldparam response [::Faraday::Response]
570
+ #
571
+ # @return [::Google::Cloud::Compute::V1::Policy]
572
+ # A result object deserialized from the server's reply
573
+ def set_iam_policy request_pb, options = nil
574
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
575
+
576
+ verb, uri, query_string_params, body = transcode_set_iam_policy_request request_pb
577
+ query_string_params = if query_string_params.any?
578
+ query_string_params.to_h { |p| p.split("=", 2) }
579
+ else
580
+ {}
581
+ end
582
+
583
+ response = @client_stub.make_http_request(
584
+ verb,
585
+ uri: uri,
586
+ body: body || "",
587
+ params: query_string_params,
588
+ options: options
589
+ )
590
+ result = ::Google::Cloud::Compute::V1::Policy.decode_json response.body, ignore_unknown_fields: true
591
+
592
+ yield result, response if block_given?
593
+ result
594
+ end
595
+
596
+ ##
597
+ # Baseline implementation for the test_iam_permissions REST call
598
+ #
599
+ # @param request_pb [::Google::Cloud::Compute::V1::TestIamPermissionsNetworkFirewallPolicyRequest]
600
+ # A request object representing the call parameters. Required.
601
+ # @param options [::Gapic::CallOptions]
602
+ # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
603
+ #
604
+ # @yield [result, response] Access the result along with the Faraday response object
605
+ # @yieldparam result [::Google::Cloud::Compute::V1::TestPermissionsResponse]
606
+ # @yieldparam response [::Faraday::Response]
607
+ #
608
+ # @return [::Google::Cloud::Compute::V1::TestPermissionsResponse]
609
+ # A result object deserialized from the server's reply
610
+ def test_iam_permissions request_pb, options = nil
611
+ raise ::ArgumentError, "request must be provided" if request_pb.nil?
612
+
613
+ verb, uri, query_string_params, body = transcode_test_iam_permissions_request request_pb
614
+ query_string_params = if query_string_params.any?
615
+ query_string_params.to_h { |p| p.split("=", 2) }
616
+ else
617
+ {}
618
+ end
619
+
620
+ response = @client_stub.make_http_request(
621
+ verb,
622
+ uri: uri,
623
+ body: body || "",
624
+ params: query_string_params,
625
+ options: options
626
+ )
627
+ result = ::Google::Cloud::Compute::V1::TestPermissionsResponse.decode_json response.body, ignore_unknown_fields: true
628
+
629
+ yield result, response if block_given?
630
+ result
631
+ end
632
+
633
+
634
+ private
635
+
636
+ ##
637
+ # @private
638
+ #
639
+ # GRPC transcoding helper method for the add_association REST call
640
+ #
641
+ # @param request_pb [::Google::Cloud::Compute::V1::AddAssociationNetworkFirewallPolicyRequest]
642
+ # A request object representing the call parameters. Required.
643
+ # @return [Array(String, [String, nil], Hash{String => String})]
644
+ # Uri, Body, Query string parameters
645
+ def transcode_add_association_request request_pb
646
+ transcoder = Gapic::Rest::GrpcTranscoder.new
647
+ .with_bindings(
648
+ uri_method: :post,
649
+ uri_template: "/compute/v1/projects/{project}/global/firewallPolicies/{firewall_policy}/addAssociation",
650
+ body: "firewall_policy_association_resource",
651
+ matches: [
652
+ ["project", %r{[^/]+}, false],
653
+ ["firewall_policy", %r{[^/]+}, false]
654
+ ]
655
+ )
656
+ transcoder.transcode request_pb
657
+ end
658
+
659
+ ##
660
+ # @private
661
+ #
662
+ # GRPC transcoding helper method for the add_rule REST call
663
+ #
664
+ # @param request_pb [::Google::Cloud::Compute::V1::AddRuleNetworkFirewallPolicyRequest]
665
+ # A request object representing the call parameters. Required.
666
+ # @return [Array(String, [String, nil], Hash{String => String})]
667
+ # Uri, Body, Query string parameters
668
+ def transcode_add_rule_request request_pb
669
+ transcoder = Gapic::Rest::GrpcTranscoder.new
670
+ .with_bindings(
671
+ uri_method: :post,
672
+ uri_template: "/compute/v1/projects/{project}/global/firewallPolicies/{firewall_policy}/addRule",
673
+ body: "firewall_policy_rule_resource",
674
+ matches: [
675
+ ["project", %r{[^/]+}, false],
676
+ ["firewall_policy", %r{[^/]+}, false]
677
+ ]
678
+ )
679
+ transcoder.transcode request_pb
680
+ end
681
+
682
+ ##
683
+ # @private
684
+ #
685
+ # GRPC transcoding helper method for the clone_rules REST call
686
+ #
687
+ # @param request_pb [::Google::Cloud::Compute::V1::CloneRulesNetworkFirewallPolicyRequest]
688
+ # A request object representing the call parameters. Required.
689
+ # @return [Array(String, [String, nil], Hash{String => String})]
690
+ # Uri, Body, Query string parameters
691
+ def transcode_clone_rules_request request_pb
692
+ transcoder = Gapic::Rest::GrpcTranscoder.new
693
+ .with_bindings(
694
+ uri_method: :post,
695
+ uri_template: "/compute/v1/projects/{project}/global/firewallPolicies/{firewall_policy}/cloneRules",
696
+ matches: [
697
+ ["project", %r{[^/]+}, false],
698
+ ["firewall_policy", %r{[^/]+}, false]
699
+ ]
700
+ )
701
+ transcoder.transcode request_pb
702
+ end
703
+
704
+ ##
705
+ # @private
706
+ #
707
+ # GRPC transcoding helper method for the delete REST call
708
+ #
709
+ # @param request_pb [::Google::Cloud::Compute::V1::DeleteNetworkFirewallPolicyRequest]
710
+ # A request object representing the call parameters. Required.
711
+ # @return [Array(String, [String, nil], Hash{String => String})]
712
+ # Uri, Body, Query string parameters
713
+ def transcode_delete_request request_pb
714
+ transcoder = Gapic::Rest::GrpcTranscoder.new
715
+ .with_bindings(
716
+ uri_method: :delete,
717
+ uri_template: "/compute/v1/projects/{project}/global/firewallPolicies/{firewall_policy}",
718
+ matches: [
719
+ ["project", %r{[^/]+}, false],
720
+ ["firewall_policy", %r{[^/]+}, false]
721
+ ]
722
+ )
723
+ transcoder.transcode request_pb
724
+ end
725
+
726
+ ##
727
+ # @private
728
+ #
729
+ # GRPC transcoding helper method for the get REST call
730
+ #
731
+ # @param request_pb [::Google::Cloud::Compute::V1::GetNetworkFirewallPolicyRequest]
732
+ # A request object representing the call parameters. Required.
733
+ # @return [Array(String, [String, nil], Hash{String => String})]
734
+ # Uri, Body, Query string parameters
735
+ def transcode_get_request request_pb
736
+ transcoder = Gapic::Rest::GrpcTranscoder.new
737
+ .with_bindings(
738
+ uri_method: :get,
739
+ uri_template: "/compute/v1/projects/{project}/global/firewallPolicies/{firewall_policy}",
740
+ matches: [
741
+ ["project", %r{[^/]+}, false],
742
+ ["firewall_policy", %r{[^/]+}, false]
743
+ ]
744
+ )
745
+ transcoder.transcode request_pb
746
+ end
747
+
748
+ ##
749
+ # @private
750
+ #
751
+ # GRPC transcoding helper method for the get_association REST call
752
+ #
753
+ # @param request_pb [::Google::Cloud::Compute::V1::GetAssociationNetworkFirewallPolicyRequest]
754
+ # A request object representing the call parameters. Required.
755
+ # @return [Array(String, [String, nil], Hash{String => String})]
756
+ # Uri, Body, Query string parameters
757
+ def transcode_get_association_request request_pb
758
+ transcoder = Gapic::Rest::GrpcTranscoder.new
759
+ .with_bindings(
760
+ uri_method: :get,
761
+ uri_template: "/compute/v1/projects/{project}/global/firewallPolicies/{firewall_policy}/getAssociation",
762
+ matches: [
763
+ ["project", %r{[^/]+}, false],
764
+ ["firewall_policy", %r{[^/]+}, false]
765
+ ]
766
+ )
767
+ transcoder.transcode request_pb
768
+ end
769
+
770
+ ##
771
+ # @private
772
+ #
773
+ # GRPC transcoding helper method for the get_iam_policy REST call
774
+ #
775
+ # @param request_pb [::Google::Cloud::Compute::V1::GetIamPolicyNetworkFirewallPolicyRequest]
776
+ # A request object representing the call parameters. Required.
777
+ # @return [Array(String, [String, nil], Hash{String => String})]
778
+ # Uri, Body, Query string parameters
779
+ def transcode_get_iam_policy_request request_pb
780
+ transcoder = Gapic::Rest::GrpcTranscoder.new
781
+ .with_bindings(
782
+ uri_method: :get,
783
+ uri_template: "/compute/v1/projects/{project}/global/firewallPolicies/{resource}/getIamPolicy",
784
+ matches: [
785
+ ["project", %r{[^/]+}, false],
786
+ ["resource", %r{[^/]+}, false]
787
+ ]
788
+ )
789
+ transcoder.transcode request_pb
790
+ end
791
+
792
+ ##
793
+ # @private
794
+ #
795
+ # GRPC transcoding helper method for the get_rule REST call
796
+ #
797
+ # @param request_pb [::Google::Cloud::Compute::V1::GetRuleNetworkFirewallPolicyRequest]
798
+ # A request object representing the call parameters. Required.
799
+ # @return [Array(String, [String, nil], Hash{String => String})]
800
+ # Uri, Body, Query string parameters
801
+ def transcode_get_rule_request request_pb
802
+ transcoder = Gapic::Rest::GrpcTranscoder.new
803
+ .with_bindings(
804
+ uri_method: :get,
805
+ uri_template: "/compute/v1/projects/{project}/global/firewallPolicies/{firewall_policy}/getRule",
806
+ matches: [
807
+ ["project", %r{[^/]+}, false],
808
+ ["firewall_policy", %r{[^/]+}, false]
809
+ ]
810
+ )
811
+ transcoder.transcode request_pb
812
+ end
813
+
814
+ ##
815
+ # @private
816
+ #
817
+ # GRPC transcoding helper method for the insert REST call
818
+ #
819
+ # @param request_pb [::Google::Cloud::Compute::V1::InsertNetworkFirewallPolicyRequest]
820
+ # A request object representing the call parameters. Required.
821
+ # @return [Array(String, [String, nil], Hash{String => String})]
822
+ # Uri, Body, Query string parameters
823
+ def transcode_insert_request request_pb
824
+ transcoder = Gapic::Rest::GrpcTranscoder.new
825
+ .with_bindings(
826
+ uri_method: :post,
827
+ uri_template: "/compute/v1/projects/{project}/global/firewallPolicies",
828
+ body: "firewall_policy_resource",
829
+ matches: [
830
+ ["project", %r{[^/]+}, false]
831
+ ]
832
+ )
833
+ transcoder.transcode request_pb
834
+ end
835
+
836
+ ##
837
+ # @private
838
+ #
839
+ # GRPC transcoding helper method for the list REST call
840
+ #
841
+ # @param request_pb [::Google::Cloud::Compute::V1::ListNetworkFirewallPoliciesRequest]
842
+ # A request object representing the call parameters. Required.
843
+ # @return [Array(String, [String, nil], Hash{String => String})]
844
+ # Uri, Body, Query string parameters
845
+ def transcode_list_request request_pb
846
+ transcoder = Gapic::Rest::GrpcTranscoder.new
847
+ .with_bindings(
848
+ uri_method: :get,
849
+ uri_template: "/compute/v1/projects/{project}/global/firewallPolicies",
850
+ matches: [
851
+ ["project", %r{[^/]+}, false]
852
+ ]
853
+ )
854
+ transcoder.transcode request_pb
855
+ end
856
+
857
+ ##
858
+ # @private
859
+ #
860
+ # GRPC transcoding helper method for the patch REST call
861
+ #
862
+ # @param request_pb [::Google::Cloud::Compute::V1::PatchNetworkFirewallPolicyRequest]
863
+ # A request object representing the call parameters. Required.
864
+ # @return [Array(String, [String, nil], Hash{String => String})]
865
+ # Uri, Body, Query string parameters
866
+ def transcode_patch_request request_pb
867
+ transcoder = Gapic::Rest::GrpcTranscoder.new
868
+ .with_bindings(
869
+ uri_method: :patch,
870
+ uri_template: "/compute/v1/projects/{project}/global/firewallPolicies/{firewall_policy}",
871
+ body: "firewall_policy_resource",
872
+ matches: [
873
+ ["project", %r{[^/]+}, false],
874
+ ["firewall_policy", %r{[^/]+}, false]
875
+ ]
876
+ )
877
+ transcoder.transcode request_pb
878
+ end
879
+
880
+ ##
881
+ # @private
882
+ #
883
+ # GRPC transcoding helper method for the patch_rule REST call
884
+ #
885
+ # @param request_pb [::Google::Cloud::Compute::V1::PatchRuleNetworkFirewallPolicyRequest]
886
+ # A request object representing the call parameters. Required.
887
+ # @return [Array(String, [String, nil], Hash{String => String})]
888
+ # Uri, Body, Query string parameters
889
+ def transcode_patch_rule_request request_pb
890
+ transcoder = Gapic::Rest::GrpcTranscoder.new
891
+ .with_bindings(
892
+ uri_method: :post,
893
+ uri_template: "/compute/v1/projects/{project}/global/firewallPolicies/{firewall_policy}/patchRule",
894
+ body: "firewall_policy_rule_resource",
895
+ matches: [
896
+ ["project", %r{[^/]+}, false],
897
+ ["firewall_policy", %r{[^/]+}, false]
898
+ ]
899
+ )
900
+ transcoder.transcode request_pb
901
+ end
902
+
903
+ ##
904
+ # @private
905
+ #
906
+ # GRPC transcoding helper method for the remove_association REST call
907
+ #
908
+ # @param request_pb [::Google::Cloud::Compute::V1::RemoveAssociationNetworkFirewallPolicyRequest]
909
+ # A request object representing the call parameters. Required.
910
+ # @return [Array(String, [String, nil], Hash{String => String})]
911
+ # Uri, Body, Query string parameters
912
+ def transcode_remove_association_request request_pb
913
+ transcoder = Gapic::Rest::GrpcTranscoder.new
914
+ .with_bindings(
915
+ uri_method: :post,
916
+ uri_template: "/compute/v1/projects/{project}/global/firewallPolicies/{firewall_policy}/removeAssociation",
917
+ matches: [
918
+ ["project", %r{[^/]+}, false],
919
+ ["firewall_policy", %r{[^/]+}, false]
920
+ ]
921
+ )
922
+ transcoder.transcode request_pb
923
+ end
924
+
925
+ ##
926
+ # @private
927
+ #
928
+ # GRPC transcoding helper method for the remove_rule REST call
929
+ #
930
+ # @param request_pb [::Google::Cloud::Compute::V1::RemoveRuleNetworkFirewallPolicyRequest]
931
+ # A request object representing the call parameters. Required.
932
+ # @return [Array(String, [String, nil], Hash{String => String})]
933
+ # Uri, Body, Query string parameters
934
+ def transcode_remove_rule_request request_pb
935
+ transcoder = Gapic::Rest::GrpcTranscoder.new
936
+ .with_bindings(
937
+ uri_method: :post,
938
+ uri_template: "/compute/v1/projects/{project}/global/firewallPolicies/{firewall_policy}/removeRule",
939
+ matches: [
940
+ ["project", %r{[^/]+}, false],
941
+ ["firewall_policy", %r{[^/]+}, false]
942
+ ]
943
+ )
944
+ transcoder.transcode request_pb
945
+ end
946
+
947
+ ##
948
+ # @private
949
+ #
950
+ # GRPC transcoding helper method for the set_iam_policy REST call
951
+ #
952
+ # @param request_pb [::Google::Cloud::Compute::V1::SetIamPolicyNetworkFirewallPolicyRequest]
953
+ # A request object representing the call parameters. Required.
954
+ # @return [Array(String, [String, nil], Hash{String => String})]
955
+ # Uri, Body, Query string parameters
956
+ def transcode_set_iam_policy_request request_pb
957
+ transcoder = Gapic::Rest::GrpcTranscoder.new
958
+ .with_bindings(
959
+ uri_method: :post,
960
+ uri_template: "/compute/v1/projects/{project}/global/firewallPolicies/{resource}/setIamPolicy",
961
+ body: "global_set_policy_request_resource",
962
+ matches: [
963
+ ["project", %r{[^/]+}, false],
964
+ ["resource", %r{[^/]+}, false]
965
+ ]
966
+ )
967
+ transcoder.transcode request_pb
968
+ end
969
+
970
+ ##
971
+ # @private
972
+ #
973
+ # GRPC transcoding helper method for the test_iam_permissions REST call
974
+ #
975
+ # @param request_pb [::Google::Cloud::Compute::V1::TestIamPermissionsNetworkFirewallPolicyRequest]
976
+ # A request object representing the call parameters. Required.
977
+ # @return [Array(String, [String, nil], Hash{String => String})]
978
+ # Uri, Body, Query string parameters
979
+ def transcode_test_iam_permissions_request request_pb
980
+ transcoder = Gapic::Rest::GrpcTranscoder.new
981
+ .with_bindings(
982
+ uri_method: :post,
983
+ uri_template: "/compute/v1/projects/{project}/global/firewallPolicies/{resource}/testIamPermissions",
984
+ body: "test_permissions_request_resource",
985
+ matches: [
986
+ ["project", %r{[^/]+}, false],
987
+ ["resource", %r{[^/]+}, false]
988
+ ]
989
+ )
990
+ transcoder.transcode request_pb
991
+ end
992
+ end
993
+ end
994
+ end
995
+ end
996
+ end
997
+ end
998
+ end