google-cloud-compute-v1 0.1.0 → 0.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 (330) hide show
  1. checksums.yaml +4 -4
  2. data/.yardopts +1 -1
  3. data/AUTHENTICATION.md +13 -13
  4. data/README.md +10 -34
  5. data/lib/google/cloud/compute/v1/accelerator_types/rest/client.rb +133 -93
  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 +181 -133
  9. data/lib/google/cloud/compute/v1/addresses/rest/grpc_transcoding.rb +1 -0
  10. data/lib/google/cloud/compute/v1/addresses/rest/service_stub.rb +279 -0
  11. data/lib/google/cloud/compute/v1/addresses/rest.rb +0 -2
  12. data/lib/google/cloud/compute/v1/autoscalers/rest/client.rb +229 -173
  13. data/lib/google/cloud/compute/v1/autoscalers/rest/grpc_transcoding.rb +5 -0
  14. data/lib/google/cloud/compute/v1/autoscalers/rest/service_stub.rb +373 -0
  15. data/lib/google/cloud/compute/v1/autoscalers/rest.rb +0 -2
  16. data/lib/google/cloud/compute/v1/backend_buckets/rest/client.rb +248 -185
  17. data/lib/google/cloud/compute/v1/backend_buckets/rest/grpc_transcoding.rb +4 -0
  18. data/lib/google/cloud/compute/v1/backend_buckets/rest/service_stub.rb +413 -0
  19. data/lib/google/cloud/compute/v1/backend_buckets/rest.rb +0 -2
  20. data/lib/google/cloud/compute/v1/backend_services/rest/client.rb +325 -254
  21. data/lib/google/cloud/compute/v1/backend_services/rest/grpc_transcoding.rb +5 -0
  22. data/lib/google/cloud/compute/v1/backend_services/rest/service_stub.rb +553 -0
  23. data/lib/google/cloud/compute/v1/backend_services/rest.rb +0 -2
  24. data/lib/google/cloud/compute/v1/compute_pb.rb +8507 -7466
  25. data/lib/google/cloud/compute/v1/disk_types/rest/client.rb +133 -93
  26. data/lib/google/cloud/compute/v1/disk_types/rest/service_stub.rb +188 -0
  27. data/lib/google/cloud/compute/v1/disk_types/rest.rb +0 -2
  28. data/lib/google/cloud/compute/v1/disks/rest/client.rb +365 -273
  29. data/lib/google/cloud/compute/v1/disks/rest/grpc_transcoding.rb +8 -0
  30. data/lib/google/cloud/compute/v1/disks/rest/service_stub.rb +644 -0
  31. data/lib/google/cloud/compute/v1/disks/rest.rb +0 -2
  32. data/lib/google/cloud/compute/v1/external_vpn_gateways/rest/client.rb +195 -133
  33. data/lib/google/cloud/compute/v1/external_vpn_gateways/rest/grpc_transcoding.rb +1 -0
  34. data/lib/google/cloud/compute/v1/external_vpn_gateways/rest/service_stub.rb +317 -0
  35. data/lib/google/cloud/compute/v1/external_vpn_gateways/rest.rb +0 -2
  36. data/lib/google/cloud/compute/v1/firewall_policies/credentials.rb +52 -0
  37. data/lib/google/cloud/compute/v1/firewall_policies/rest/client.rb +1592 -0
  38. data/lib/google/cloud/compute/v1/firewall_policies/rest/grpc_transcoding.rb +269 -0
  39. data/lib/google/cloud/compute/v1/firewall_policies/rest/service_stub.rb +869 -0
  40. data/lib/google/cloud/compute/v1/firewall_policies/rest.rb +33 -0
  41. data/lib/google/cloud/compute/v1/firewall_policies.rb +44 -0
  42. data/lib/google/cloud/compute/v1/firewalls/rest/client.rb +200 -145
  43. data/lib/google/cloud/compute/v1/firewalls/rest/grpc_transcoding.rb +3 -0
  44. data/lib/google/cloud/compute/v1/firewalls/rest/service_stub.rb +321 -0
  45. data/lib/google/cloud/compute/v1/firewalls/rest.rb +0 -2
  46. data/lib/google/cloud/compute/v1/forwarding_rules/rest/client.rb +307 -172
  47. data/lib/google/cloud/compute/v1/forwarding_rules/rest/grpc_transcoding.rb +3 -0
  48. data/lib/google/cloud/compute/v1/forwarding_rules/rest/service_stub.rb +417 -0
  49. data/lib/google/cloud/compute/v1/forwarding_rules/rest.rb +0 -2
  50. data/lib/google/cloud/compute/v1/global_addresses/rest/client.rb +152 -105
  51. data/lib/google/cloud/compute/v1/global_addresses/rest/grpc_transcoding.rb +1 -0
  52. data/lib/google/cloud/compute/v1/global_addresses/rest/service_stub.rb +229 -0
  53. data/lib/google/cloud/compute/v1/global_addresses/rest.rb +0 -2
  54. data/lib/google/cloud/compute/v1/global_forwarding_rules/rest/client.rb +274 -144
  55. data/lib/google/cloud/compute/v1/global_forwarding_rules/rest/grpc_transcoding.rb +3 -0
  56. data/lib/google/cloud/compute/v1/global_forwarding_rules/rest/service_stub.rb +365 -0
  57. data/lib/google/cloud/compute/v1/global_forwarding_rules/rest.rb +0 -2
  58. data/lib/google/cloud/compute/v1/global_network_endpoint_groups/rest/client.rb +226 -173
  59. data/lib/google/cloud/compute/v1/global_network_endpoint_groups/rest/grpc_transcoding.rb +3 -0
  60. data/lib/google/cloud/compute/v1/global_network_endpoint_groups/rest/service_stub.rb +370 -0
  61. data/lib/google/cloud/compute/v1/global_network_endpoint_groups/rest.rb +0 -2
  62. data/lib/google/cloud/compute/v1/global_operations/rest/client.rb +175 -123
  63. data/lib/google/cloud/compute/v1/global_operations/rest/service_stub.rb +274 -0
  64. data/lib/google/cloud/compute/v1/global_operations/rest.rb +0 -2
  65. data/lib/google/cloud/compute/v1/global_organization_operations/rest/client.rb +124 -79
  66. data/lib/google/cloud/compute/v1/global_organization_operations/rest/service_stub.rb +186 -0
  67. data/lib/google/cloud/compute/v1/global_organization_operations/rest.rb +0 -2
  68. data/lib/google/cloud/compute/v1/global_public_delegated_prefixes/credentials.rb +52 -0
  69. data/lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest/client.rb +627 -0
  70. data/lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest/grpc_transcoding.rb +100 -0
  71. data/lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest/service_stub.rb +275 -0
  72. data/lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest.rb +33 -0
  73. data/lib/google/cloud/compute/v1/global_public_delegated_prefixes.rb +44 -0
  74. data/lib/google/cloud/compute/v1/health_checks/rest/client.rb +229 -173
  75. data/lib/google/cloud/compute/v1/health_checks/rest/grpc_transcoding.rb +3 -0
  76. data/lib/google/cloud/compute/v1/health_checks/rest/service_stub.rb +371 -0
  77. data/lib/google/cloud/compute/v1/health_checks/rest.rb +0 -2
  78. data/lib/google/cloud/compute/v1/image_family_views/credentials.rb +53 -0
  79. data/lib/google/cloud/compute/v1/image_family_views/rest/client.rb +318 -0
  80. data/lib/google/cloud/compute/v1/image_family_views/rest/service_stub.rb +89 -0
  81. data/lib/google/cloud/compute/v1/image_family_views/rest.rb +33 -0
  82. data/lib/google/cloud/compute/v1/image_family_views.rb +44 -0
  83. data/lib/google/cloud/compute/v1/images/rest/client.rb +310 -214
  84. data/lib/google/cloud/compute/v1/images/rest/grpc_transcoding.rb +4 -0
  85. data/lib/google/cloud/compute/v1/images/rest/service_stub.rb +542 -0
  86. data/lib/google/cloud/compute/v1/images/rest.rb +0 -2
  87. data/lib/google/cloud/compute/v1/instance_group_managers/rest/client.rb +556 -477
  88. data/lib/google/cloud/compute/v1/instance_group_managers/rest/grpc_transcoding.rb +10 -0
  89. data/lib/google/cloud/compute/v1/instance_group_managers/rest/service_stub.rb +974 -0
  90. data/lib/google/cloud/compute/v1/instance_group_managers/rest.rb +0 -2
  91. data/lib/google/cloud/compute/v1/instance_groups/rest/client.rb +284 -232
  92. data/lib/google/cloud/compute/v1/instance_groups/rest/grpc_transcoding.rb +9 -0
  93. data/lib/google/cloud/compute/v1/instance_groups/rest/service_stub.rb +467 -0
  94. data/lib/google/cloud/compute/v1/instance_groups/rest.rb +0 -2
  95. data/lib/google/cloud/compute/v1/instance_templates/rest/client.rb +215 -144
  96. data/lib/google/cloud/compute/v1/instance_templates/rest/grpc_transcoding.rb +1 -0
  97. data/lib/google/cloud/compute/v1/instance_templates/rest/service_stub.rb +362 -0
  98. data/lib/google/cloud/compute/v1/instance_templates/rest.rb +0 -2
  99. data/lib/google/cloud/compute/v1/instances/rest/client.rb +1246 -797
  100. data/lib/google/cloud/compute/v1/instances/rest/grpc_transcoding.rb +27 -0
  101. data/lib/google/cloud/compute/v1/instances/rest/service_stub.rb +2018 -0
  102. data/lib/google/cloud/compute/v1/instances/rest.rb +0 -2
  103. data/lib/google/cloud/compute/v1/interconnect_attachments/rest/client.rb +205 -153
  104. data/lib/google/cloud/compute/v1/interconnect_attachments/rest/grpc_transcoding.rb +3 -0
  105. data/lib/google/cloud/compute/v1/interconnect_attachments/rest/service_stub.rb +326 -0
  106. data/lib/google/cloud/compute/v1/interconnect_attachments/rest.rb +0 -2
  107. data/lib/google/cloud/compute/v1/interconnect_locations/rest/client.rb +104 -65
  108. data/lib/google/cloud/compute/v1/interconnect_locations/rest/service_stub.rb +138 -0
  109. data/lib/google/cloud/compute/v1/interconnect_locations/rest.rb +0 -2
  110. data/lib/google/cloud/compute/v1/interconnects/rest/client.rb +199 -137
  111. data/lib/google/cloud/compute/v1/interconnects/rest/grpc_transcoding.rb +2 -0
  112. data/lib/google/cloud/compute/v1/interconnects/rest/service_stub.rb +318 -0
  113. data/lib/google/cloud/compute/v1/interconnects/rest.rb +0 -2
  114. data/lib/google/cloud/compute/v1/license_codes/rest/client.rb +97 -52
  115. data/lib/google/cloud/compute/v1/license_codes/rest/service_stub.rb +133 -0
  116. data/lib/google/cloud/compute/v1/license_codes/rest.rb +0 -2
  117. data/lib/google/cloud/compute/v1/licenses/rest/client.rb +222 -151
  118. data/lib/google/cloud/compute/v1/licenses/rest/grpc_transcoding.rb +1 -0
  119. data/lib/google/cloud/compute/v1/licenses/rest/service_stub.rb +362 -0
  120. data/lib/google/cloud/compute/v1/licenses/rest.rb +0 -2
  121. data/lib/google/cloud/compute/v1/machine_types/rest/client.rb +133 -93
  122. data/lib/google/cloud/compute/v1/machine_types/rest/service_stub.rb +188 -0
  123. data/lib/google/cloud/compute/v1/machine_types/rest.rb +0 -2
  124. data/lib/google/cloud/compute/v1/network_endpoint_groups/rest/client.rb +275 -214
  125. data/lib/google/cloud/compute/v1/network_endpoint_groups/rest/grpc_transcoding.rb +8 -0
  126. data/lib/google/cloud/compute/v1/network_endpoint_groups/rest/service_stub.rb +465 -0
  127. data/lib/google/cloud/compute/v1/network_endpoint_groups/rest.rb +0 -2
  128. data/lib/google/cloud/compute/v1/networks/rest/client.rb +378 -234
  129. data/lib/google/cloud/compute/v1/networks/rest/grpc_transcoding.rb +5 -0
  130. data/lib/google/cloud/compute/v1/networks/rest/service_stub.rb +553 -0
  131. data/lib/google/cloud/compute/v1/networks/rest.rb +0 -2
  132. data/lib/google/cloud/compute/v1/node_groups/rest/client.rb +366 -280
  133. data/lib/google/cloud/compute/v1/node_groups/rest/grpc_transcoding.rb +6 -0
  134. data/lib/google/cloud/compute/v1/node_groups/rest/service_stub.rb +646 -0
  135. data/lib/google/cloud/compute/v1/node_groups/rest.rb +0 -2
  136. data/lib/google/cloud/compute/v1/node_templates/rest/client.rb +244 -172
  137. data/lib/google/cloud/compute/v1/node_templates/rest/grpc_transcoding.rb +1 -0
  138. data/lib/google/cloud/compute/v1/node_templates/rest/service_stub.rb +412 -0
  139. data/lib/google/cloud/compute/v1/node_templates/rest.rb +0 -2
  140. data/lib/google/cloud/compute/v1/node_types/rest/client.rb +133 -93
  141. data/lib/google/cloud/compute/v1/node_types/rest/service_stub.rb +188 -0
  142. data/lib/google/cloud/compute/v1/node_types/rest.rb +0 -2
  143. data/lib/google/cloud/compute/v1/packet_mirrorings/rest/client.rb +225 -166
  144. data/lib/google/cloud/compute/v1/packet_mirrorings/rest/grpc_transcoding.rb +2 -0
  145. data/lib/google/cloud/compute/v1/packet_mirrorings/rest/service_stub.rb +369 -0
  146. data/lib/google/cloud/compute/v1/packet_mirrorings/rest.rb +0 -2
  147. data/lib/google/cloud/compute/v1/projects/rest/client.rb +369 -285
  148. data/lib/google/cloud/compute/v1/projects/rest/grpc_transcoding.rb +12 -0
  149. data/lib/google/cloud/compute/v1/projects/rest/service_stub.rb +643 -0
  150. data/lib/google/cloud/compute/v1/projects/rest.rb +0 -2
  151. data/lib/google/cloud/compute/v1/public_advertised_prefixes/credentials.rb +52 -0
  152. data/lib/google/cloud/compute/v1/public_advertised_prefixes/rest/client.rb +627 -0
  153. data/lib/google/cloud/compute/v1/public_advertised_prefixes/rest/grpc_transcoding.rb +100 -0
  154. data/lib/google/cloud/compute/v1/public_advertised_prefixes/rest/service_stub.rb +275 -0
  155. data/lib/google/cloud/compute/v1/public_advertised_prefixes/rest.rb +33 -0
  156. data/lib/google/cloud/compute/v1/public_advertised_prefixes.rb +44 -0
  157. data/lib/google/cloud/compute/v1/public_delegated_prefixes/credentials.rb +52 -0
  158. data/lib/google/cloud/compute/v1/public_delegated_prefixes/rest/client.rb +723 -0
  159. data/lib/google/cloud/compute/v1/public_delegated_prefixes/rest/grpc_transcoding.rb +118 -0
  160. data/lib/google/cloud/compute/v1/public_delegated_prefixes/rest/service_stub.rb +325 -0
  161. data/lib/google/cloud/compute/v1/public_delegated_prefixes/rest.rb +33 -0
  162. data/lib/google/cloud/compute/v1/public_delegated_prefixes.rb +44 -0
  163. data/lib/google/cloud/compute/v1/region_autoscalers/rest/client.rb +200 -145
  164. data/lib/google/cloud/compute/v1/region_autoscalers/rest/grpc_transcoding.rb +5 -0
  165. data/lib/google/cloud/compute/v1/region_autoscalers/rest/service_stub.rb +323 -0
  166. data/lib/google/cloud/compute/v1/region_autoscalers/rest.rb +0 -2
  167. data/lib/google/cloud/compute/v1/region_backend_services/rest/client.rb +223 -161
  168. data/lib/google/cloud/compute/v1/region_backend_services/rest/grpc_transcoding.rb +3 -0
  169. data/lib/google/cloud/compute/v1/region_backend_services/rest/service_stub.rb +365 -0
  170. data/lib/google/cloud/compute/v1/region_backend_services/rest.rb +0 -2
  171. data/lib/google/cloud/compute/v1/region_commitments/rest/client.rb +158 -114
  172. data/lib/google/cloud/compute/v1/region_commitments/rest/grpc_transcoding.rb +1 -0
  173. data/lib/google/cloud/compute/v1/region_commitments/rest/service_stub.rb +234 -0
  174. data/lib/google/cloud/compute/v1/region_commitments/rest.rb +0 -2
  175. data/lib/google/cloud/compute/v1/region_disk_types/rest/client.rb +104 -65
  176. data/lib/google/cloud/compute/v1/region_disk_types/rest/service_stub.rb +138 -0
  177. data/lib/google/cloud/compute/v1/region_disk_types/rest.rb +0 -2
  178. data/lib/google/cloud/compute/v1/region_disks/rest/client.rb +336 -245
  179. data/lib/google/cloud/compute/v1/region_disks/rest/grpc_transcoding.rb +7 -0
  180. data/lib/google/cloud/compute/v1/region_disks/rest/service_stub.rb +593 -0
  181. data/lib/google/cloud/compute/v1/region_disks/rest.rb +0 -2
  182. data/lib/google/cloud/compute/v1/region_health_check_services/rest/client.rb +176 -125
  183. data/lib/google/cloud/compute/v1/region_health_check_services/rest/grpc_transcoding.rb +2 -0
  184. data/lib/google/cloud/compute/v1/region_health_check_services/rest/service_stub.rb +275 -0
  185. data/lib/google/cloud/compute/v1/region_health_check_services/rest.rb +0 -2
  186. data/lib/google/cloud/compute/v1/region_health_checks/rest/client.rb +200 -145
  187. data/lib/google/cloud/compute/v1/region_health_checks/rest/grpc_transcoding.rb +3 -0
  188. data/lib/google/cloud/compute/v1/region_health_checks/rest/service_stub.rb +321 -0
  189. data/lib/google/cloud/compute/v1/region_health_checks/rest.rb +0 -2
  190. data/lib/google/cloud/compute/v1/region_instance_group_managers/rest/client.rb +526 -444
  191. data/lib/google/cloud/compute/v1/region_instance_group_managers/rest/grpc_transcoding.rb +10 -0
  192. data/lib/google/cloud/compute/v1/region_instance_group_managers/rest/service_stub.rb +924 -0
  193. data/lib/google/cloud/compute/v1/region_instance_group_managers/rest.rb +0 -2
  194. data/lib/google/cloud/compute/v1/region_instance_groups/rest/client.rb +154 -113
  195. data/lib/google/cloud/compute/v1/region_instance_groups/rest/grpc_transcoding.rb +6 -0
  196. data/lib/google/cloud/compute/v1/region_instance_groups/rest/service_stub.rb +234 -0
  197. data/lib/google/cloud/compute/v1/region_instance_groups/rest.rb +0 -2
  198. data/lib/google/cloud/compute/v1/region_instances/credentials.rb +52 -0
  199. data/lib/google/cloud/compute/v1/region_instances/rest/client.rb +318 -0
  200. data/lib/google/cloud/compute/v1/region_instances/rest/grpc_transcoding.rb +46 -0
  201. data/lib/google/cloud/compute/v1/region_instances/rest/service_stub.rb +92 -0
  202. data/lib/google/cloud/compute/v1/region_instances/rest.rb +33 -0
  203. data/lib/google/cloud/compute/v1/region_instances.rb +44 -0
  204. data/lib/google/cloud/compute/v1/region_network_endpoint_groups/rest/client.rb +152 -105
  205. data/lib/google/cloud/compute/v1/region_network_endpoint_groups/rest/grpc_transcoding.rb +1 -0
  206. data/lib/google/cloud/compute/v1/region_network_endpoint_groups/rest/service_stub.rb +229 -0
  207. data/lib/google/cloud/compute/v1/region_network_endpoint_groups/rest.rb +0 -2
  208. data/lib/google/cloud/compute/v1/region_notification_endpoints/rest/client.rb +152 -105
  209. data/lib/google/cloud/compute/v1/region_notification_endpoints/rest/grpc_transcoding.rb +1 -0
  210. data/lib/google/cloud/compute/v1/region_notification_endpoints/rest/service_stub.rb +229 -0
  211. data/lib/google/cloud/compute/v1/region_notification_endpoints/rest.rb +0 -2
  212. data/lib/google/cloud/compute/v1/region_operations/rest/client.rb +145 -94
  213. data/lib/google/cloud/compute/v1/region_operations/rest/service_stub.rb +224 -0
  214. data/lib/google/cloud/compute/v1/region_operations/rest.rb +0 -2
  215. data/lib/google/cloud/compute/v1/region_ssl_certificates/rest/client.rb +152 -105
  216. data/lib/google/cloud/compute/v1/region_ssl_certificates/rest/grpc_transcoding.rb +1 -0
  217. data/lib/google/cloud/compute/v1/region_ssl_certificates/rest/service_stub.rb +229 -0
  218. data/lib/google/cloud/compute/v1/region_ssl_certificates/rest.rb +0 -2
  219. data/lib/google/cloud/compute/v1/region_target_http_proxies/rest/client.rb +176 -125
  220. data/lib/google/cloud/compute/v1/region_target_http_proxies/rest/grpc_transcoding.rb +2 -0
  221. data/lib/google/cloud/compute/v1/region_target_http_proxies/rest/service_stub.rb +275 -0
  222. data/lib/google/cloud/compute/v1/region_target_http_proxies/rest.rb +0 -2
  223. data/lib/google/cloud/compute/v1/region_target_https_proxies/rest/client.rb +200 -145
  224. data/lib/google/cloud/compute/v1/region_target_https_proxies/rest/grpc_transcoding.rb +3 -0
  225. data/lib/google/cloud/compute/v1/region_target_https_proxies/rest/service_stub.rb +321 -0
  226. data/lib/google/cloud/compute/v1/region_target_https_proxies/rest.rb +0 -2
  227. data/lib/google/cloud/compute/v1/region_url_maps/rest/client.rb +216 -138
  228. data/lib/google/cloud/compute/v1/region_url_maps/rest/grpc_transcoding.rb +3 -0
  229. data/lib/google/cloud/compute/v1/region_url_maps/rest/service_stub.rb +365 -0
  230. data/lib/google/cloud/compute/v1/region_url_maps/rest.rb +0 -2
  231. data/lib/google/cloud/compute/v1/regions/rest/client.rb +104 -65
  232. data/lib/google/cloud/compute/v1/regions/rest/service_stub.rb +138 -0
  233. data/lib/google/cloud/compute/v1/regions/rest.rb +0 -2
  234. data/lib/google/cloud/compute/v1/reservations/rest/client.rb +268 -192
  235. data/lib/google/cloud/compute/v1/reservations/rest/grpc_transcoding.rb +2 -0
  236. data/lib/google/cloud/compute/v1/reservations/rest/service_stub.rb +458 -0
  237. data/lib/google/cloud/compute/v1/reservations/rest.rb +0 -2
  238. data/lib/google/cloud/compute/v1/resource_policies/rest/client.rb +244 -172
  239. data/lib/google/cloud/compute/v1/resource_policies/rest/grpc_transcoding.rb +1 -0
  240. data/lib/google/cloud/compute/v1/resource_policies/rest/service_stub.rb +412 -0
  241. data/lib/google/cloud/compute/v1/resource_policies/rest.rb +0 -2
  242. data/lib/google/cloud/compute/v1/routers/rest/client.rb +301 -226
  243. data/lib/google/cloud/compute/v1/routers/rest/grpc_transcoding.rb +3 -0
  244. data/lib/google/cloud/compute/v1/routers/rest/service_stub.rb +507 -0
  245. data/lib/google/cloud/compute/v1/routers/rest.rb +0 -2
  246. data/lib/google/cloud/compute/v1/routes/rest/client.rb +152 -105
  247. data/lib/google/cloud/compute/v1/routes/rest/grpc_transcoding.rb +1 -0
  248. data/lib/google/cloud/compute/v1/routes/rest/service_stub.rb +229 -0
  249. data/lib/google/cloud/compute/v1/routes/rest.rb +0 -2
  250. data/lib/google/cloud/compute/v1/security_policies/rest/client.rb +294 -209
  251. data/lib/google/cloud/compute/v1/security_policies/rest/grpc_transcoding.rb +3 -0
  252. data/lib/google/cloud/compute/v1/security_policies/rest/service_stub.rb +504 -0
  253. data/lib/google/cloud/compute/v1/security_policies/rest.rb +0 -2
  254. data/lib/google/cloud/compute/v1/service_attachments/credentials.rb +52 -0
  255. data/lib/google/cloud/compute/v1/service_attachments/rest/client.rb +954 -0
  256. data/lib/google/cloud/compute/v1/service_attachments/rest/service_stub.rb +458 -0
  257. data/lib/google/cloud/compute/v1/service_attachments/rest.rb +33 -0
  258. data/lib/google/cloud/compute/v1/service_attachments.rb +44 -0
  259. data/lib/google/cloud/compute/v1/snapshots/rest/client.rb +215 -142
  260. data/lib/google/cloud/compute/v1/snapshots/rest/service_stub.rb +360 -0
  261. data/lib/google/cloud/compute/v1/snapshots/rest.rb +0 -2
  262. data/lib/google/cloud/compute/v1/ssl_certificates/rest/client.rb +181 -133
  263. data/lib/google/cloud/compute/v1/ssl_certificates/rest/grpc_transcoding.rb +1 -0
  264. data/lib/google/cloud/compute/v1/ssl_certificates/rest/service_stub.rb +279 -0
  265. data/lib/google/cloud/compute/v1/ssl_certificates/rest.rb +0 -2
  266. data/lib/google/cloud/compute/v1/ssl_policies/rest/client.rb +202 -151
  267. data/lib/google/cloud/compute/v1/ssl_policies/rest/grpc_transcoding.rb +2 -0
  268. data/lib/google/cloud/compute/v1/ssl_policies/rest/service_stub.rb +324 -0
  269. data/lib/google/cloud/compute/v1/ssl_policies/rest.rb +0 -2
  270. data/lib/google/cloud/compute/v1/subnetworks/rest/client.rb +345 -260
  271. data/lib/google/cloud/compute/v1/subnetworks/rest/grpc_transcoding.rb +5 -0
  272. data/lib/google/cloud/compute/v1/subnetworks/rest/service_stub.rb +600 -0
  273. data/lib/google/cloud/compute/v1/subnetworks/rest.rb +0 -2
  274. data/lib/google/cloud/compute/v1/target_grpc_proxies/rest/client.rb +176 -125
  275. data/lib/google/cloud/compute/v1/target_grpc_proxies/rest/grpc_transcoding.rb +2 -0
  276. data/lib/google/cloud/compute/v1/target_grpc_proxies/rest/service_stub.rb +275 -0
  277. data/lib/google/cloud/compute/v1/target_grpc_proxies/rest.rb +0 -2
  278. data/lib/google/cloud/compute/v1/target_http_proxies/rest/client.rb +230 -174
  279. data/lib/google/cloud/compute/v1/target_http_proxies/rest/grpc_transcoding.rb +3 -0
  280. data/lib/google/cloud/compute/v1/target_http_proxies/rest/service_stub.rb +371 -0
  281. data/lib/google/cloud/compute/v1/target_http_proxies/rest.rb +0 -2
  282. data/lib/google/cloud/compute/v1/target_https_proxies/rest/client.rb +353 -212
  283. data/lib/google/cloud/compute/v1/target_https_proxies/rest/grpc_transcoding.rb +5 -0
  284. data/lib/google/cloud/compute/v1/target_https_proxies/rest/service_stub.rb +509 -0
  285. data/lib/google/cloud/compute/v1/target_https_proxies/rest.rb +0 -2
  286. data/lib/google/cloud/compute/v1/target_instances/rest/client.rb +181 -133
  287. data/lib/google/cloud/compute/v1/target_instances/rest/grpc_transcoding.rb +1 -0
  288. data/lib/google/cloud/compute/v1/target_instances/rest/service_stub.rb +279 -0
  289. data/lib/google/cloud/compute/v1/target_instances/rest.rb +0 -2
  290. data/lib/google/cloud/compute/v1/target_pools/rest/client.rb +321 -246
  291. data/lib/google/cloud/compute/v1/target_pools/rest/grpc_transcoding.rb +7 -0
  292. data/lib/google/cloud/compute/v1/target_pools/rest/service_stub.rb +554 -0
  293. data/lib/google/cloud/compute/v1/target_pools/rest.rb +0 -2
  294. data/lib/google/cloud/compute/v1/target_ssl_proxies/rest/client.rb +248 -185
  295. data/lib/google/cloud/compute/v1/target_ssl_proxies/rest/grpc_transcoding.rb +5 -0
  296. data/lib/google/cloud/compute/v1/target_ssl_proxies/rest/service_stub.rb +413 -0
  297. data/lib/google/cloud/compute/v1/target_ssl_proxies/rest.rb +0 -2
  298. data/lib/google/cloud/compute/v1/target_tcp_proxies/rest/client.rb +200 -145
  299. data/lib/google/cloud/compute/v1/target_tcp_proxies/rest/grpc_transcoding.rb +3 -0
  300. data/lib/google/cloud/compute/v1/target_tcp_proxies/rest/service_stub.rb +321 -0
  301. data/lib/google/cloud/compute/v1/target_tcp_proxies/rest.rb +0 -2
  302. data/lib/google/cloud/compute/v1/target_vpn_gateways/rest/client.rb +181 -133
  303. data/lib/google/cloud/compute/v1/target_vpn_gateways/rest/grpc_transcoding.rb +1 -0
  304. data/lib/google/cloud/compute/v1/target_vpn_gateways/rest/service_stub.rb +279 -0
  305. data/lib/google/cloud/compute/v1/target_vpn_gateways/rest.rb +0 -2
  306. data/lib/google/cloud/compute/v1/url_maps/rest/client.rb +274 -209
  307. data/lib/google/cloud/compute/v1/url_maps/rest/grpc_transcoding.rb +4 -0
  308. data/lib/google/cloud/compute/v1/url_maps/rest/service_stub.rb +461 -0
  309. data/lib/google/cloud/compute/v1/url_maps/rest.rb +0 -2
  310. data/lib/google/cloud/compute/v1/version.rb +1 -1
  311. data/lib/google/cloud/compute/v1/vpn_gateways/rest/client.rb +248 -178
  312. data/lib/google/cloud/compute/v1/vpn_gateways/rest/grpc_transcoding.rb +2 -0
  313. data/lib/google/cloud/compute/v1/vpn_gateways/rest/service_stub.rb +412 -0
  314. data/lib/google/cloud/compute/v1/vpn_gateways/rest.rb +0 -2
  315. data/lib/google/cloud/compute/v1/vpn_tunnels/rest/client.rb +181 -133
  316. data/lib/google/cloud/compute/v1/vpn_tunnels/rest/grpc_transcoding.rb +1 -0
  317. data/lib/google/cloud/compute/v1/vpn_tunnels/rest/service_stub.rb +279 -0
  318. data/lib/google/cloud/compute/v1/vpn_tunnels/rest.rb +0 -2
  319. data/lib/google/cloud/compute/v1/zone_operations/rest/client.rb +145 -94
  320. data/lib/google/cloud/compute/v1/zone_operations/rest/service_stub.rb +224 -0
  321. data/lib/google/cloud/compute/v1/zone_operations/rest.rb +0 -2
  322. data/lib/google/cloud/compute/v1/zones/rest/client.rb +104 -65
  323. data/lib/google/cloud/compute/v1/zones/rest/service_stub.rb +138 -0
  324. data/lib/google/cloud/compute/v1/zones/rest.rb +0 -2
  325. data/lib/google/cloud/compute/v1.rb +7 -0
  326. data/proto_docs/README.md +1 -1
  327. data/proto_docs/google/api/field_behavior.rb +6 -0
  328. data/proto_docs/google/cloud/compute/v1/compute.rb +18964 -19481
  329. data/proto_docs/google/cloud/extended_operations.rb +51 -0
  330. metadata +141 -13
@@ -18,6 +18,7 @@
18
18
 
19
19
  require "google/cloud/errors"
20
20
  require "google/cloud/compute/v1/compute_pb"
21
+ require "google/cloud/compute/v1/reservations/rest/service_stub"
21
22
 
22
23
  module Google
23
24
  module Cloud
@@ -31,8 +32,6 @@ module Google
31
32
  # The Reservations API.
32
33
  #
33
34
  class Client
34
- include GrpcTranscoding
35
-
36
35
  # @private
37
36
  attr_reader :reservations_stub
38
37
 
@@ -42,13 +41,12 @@ module Google
42
41
  # See {::Google::Cloud::Compute::V1::Reservations::Rest::Client::Configuration}
43
42
  # for a description of the configuration fields.
44
43
  #
45
- # ## Example
44
+ # @example
46
45
  #
47
- # To modify the configuration for all Reservations clients:
48
- #
49
- # ::Google::Cloud::Compute::V1::Reservations::Rest::Client.configure do |config|
50
- # config.timeout = 10.0
51
- # end
46
+ # # Modify the configuration for all Reservations clients
47
+ # ::Google::Cloud::Compute::V1::Reservations::Rest::Client.configure do |config|
48
+ # config.timeout = 10.0
49
+ # end
52
50
  #
53
51
  # @yield [config] Configure the Client client.
54
52
  # @yieldparam config [Client::Configuration]
@@ -66,6 +64,36 @@ module Google
66
64
  end
67
65
  default_config = Client::Configuration.new parent_config
68
66
 
67
+ default_config.rpcs.aggregated_list.timeout = 600.0
68
+ default_config.rpcs.aggregated_list.retry_policy = {
69
+ initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
70
+ }
71
+
72
+ default_config.rpcs.delete.timeout = 600.0
73
+
74
+ default_config.rpcs.get.timeout = 600.0
75
+ default_config.rpcs.get.retry_policy = {
76
+ initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
77
+ }
78
+
79
+ default_config.rpcs.get_iam_policy.timeout = 600.0
80
+ default_config.rpcs.get_iam_policy.retry_policy = {
81
+ initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
82
+ }
83
+
84
+ default_config.rpcs.insert.timeout = 600.0
85
+
86
+ default_config.rpcs.list.timeout = 600.0
87
+ default_config.rpcs.list.retry_policy = {
88
+ initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
89
+ }
90
+
91
+ default_config.rpcs.resize.timeout = 600.0
92
+
93
+ default_config.rpcs.set_iam_policy.timeout = 600.0
94
+
95
+ default_config.rpcs.test_iam_permissions.timeout = 600.0
96
+
69
97
  default_config
70
98
  end
71
99
  yield @configure if block_given?
@@ -95,28 +123,20 @@ module Google
95
123
  ##
96
124
  # Create a new Reservations REST client object.
97
125
  #
98
- # ## Examples
126
+ # @example
99
127
  #
100
- # To create a new Reservations REST client with the default
101
- # configuration:
128
+ # # Create a client using the default configuration
129
+ # client = ::Google::Cloud::Compute::V1::Reservations::Rest::Client.new
102
130
  #
103
- # client = ::Google::Cloud::Compute::V1::Reservations::Rest::Client.new
104
- #
105
- # To create a new Reservations REST client with a custom
106
- # configuration:
107
- #
108
- # client = ::Google::Cloud::Compute::V1::Reservations::Rest::Client.new do |config|
109
- # config.timeout = 10.0
110
- # end
131
+ # # Create a client using a custom configuration
132
+ # client = ::Google::Cloud::Compute::V1::Reservations::Rest::Client.new do |config|
133
+ # config.timeout = 10.0
134
+ # end
111
135
  #
112
136
  # @yield [config] Configure the Reservations client.
113
137
  # @yieldparam config [Client::Configuration]
114
138
  #
115
139
  def initialize
116
- # These require statements are intentionally placed here to initialize
117
- # the REST modules only when it's required.
118
- require "gapic/rest"
119
-
120
140
  # Create the configuration object
121
141
  @config = Configuration.new Client.configure
122
142
 
@@ -126,11 +146,11 @@ module Google
126
146
  # Create credentials
127
147
  credentials = @config.credentials
128
148
  credentials ||= Credentials.default scope: @config.scope
129
- if credentials.is_a?(String) || credentials.is_a?(Hash)
149
+ if credentials.is_a?(::String) || credentials.is_a?(::Hash)
130
150
  credentials = Credentials.new credentials, scope: @config.scope
131
151
  end
132
152
 
133
- @client_stub = ::Gapic::Rest::ClientStub.new endpoint: @config.endpoint, credentials: credentials
153
+ @reservations_stub = ::Google::Cloud::Compute::V1::Reservations::Rest::ServiceStub.new endpoint: @config.endpoint, credentials: credentials
134
154
  end
135
155
 
136
156
  # Service calls
@@ -156,34 +176,24 @@ module Google
156
176
  # the default parameter values, pass an empty Hash as a request object (see above).
157
177
  #
158
178
  # @param filter [::String]
159
- # A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`.
160
- #
161
- # For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.
162
- #
163
- # You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.
164
- #
165
- # To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ```
179
+ # A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ```
166
180
  # @param include_all_scopes [::Boolean]
167
181
  # Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.
168
182
  # @param max_results [::Integer]
169
183
  # The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
170
184
  # @param order_by [::String]
171
- # Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.
172
- #
173
- # You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.
174
- #
175
- # Currently, only sorting by `name` or `creationTimestamp desc` is supported.
185
+ # Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
176
186
  # @param page_token [::String]
177
187
  # Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
178
188
  # @param project [::String]
179
189
  # Project ID for this request.
180
190
  # @param return_partial_success [::Boolean]
181
- # Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.
182
- # @yield [result, env] Access the result along with the Faraday environment object
183
- # @yieldparam result [::Google::Cloud::Compute::V1::ReservationAggregatedList]
191
+ # Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
192
+ # @yield [result, response] Access the result along with the Faraday response object
193
+ # @yieldparam result [::Gapic::Rest::PagedEnumerable<::String, ::Google::Cloud::Compute::V1::ReservationsScopedList>]
184
194
  # @yieldparam response [::Faraday::Response]
185
195
  #
186
- # @return [::Google::Cloud::Compute::V1::ReservationAggregatedList]
196
+ # @return [::Gapic::Rest::PagedEnumerable<::String, ::Google::Cloud::Compute::V1::ReservationsScopedList>]
187
197
  #
188
198
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
189
199
  def aggregated_list request, options = nil
@@ -195,26 +205,25 @@ module Google
195
205
  options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
196
206
 
197
207
  # Customize the options with defaults
198
- call_metadata = {}
208
+ call_metadata = @config.rpcs.aggregated_list.metadata.to_h
199
209
 
200
210
  # Set x-goog-api-client header
201
211
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
202
212
  lib_name: @config.lib_name, lib_version: @config.lib_version,
203
- gapic_version: ::Google::Cloud::Compute::V1::VERSION
213
+ gapic_version: ::Google::Cloud::Compute::V1::VERSION,
214
+ transports_version_send: [:rest]
204
215
 
205
- options.apply_defaults timeout: @config.timeout,
216
+ options.apply_defaults timeout: @config.rpcs.aggregated_list.timeout,
206
217
  metadata: call_metadata
207
218
 
208
- uri, _body, query_string_params = transcode_aggregated_list request
209
- response = @client_stub.make_get_request(
210
- uri: uri,
211
- params: query_string_params,
212
- options: options
213
- )
214
- result = ::Google::Cloud::Compute::V1::ReservationAggregatedList.decode_json response.body, ignore_unknown_fields: true
219
+ options.apply_defaults timeout: @config.timeout,
220
+ metadata: @config.metadata
215
221
 
216
- yield result, response if block_given?
217
- result
222
+ @reservations_stub.aggregated_list request, options do |result, response|
223
+ result = ::Gapic::Rest::PagedEnumerable.new @reservations_stub, :aggregated_list, "items", request, result, options
224
+ yield result, response if block_given?
225
+ return result
226
+ end
218
227
  rescue ::Faraday::Error => e
219
228
  gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
220
229
  raise ::Google::Cloud::Error.from_error(gapic_error)
@@ -243,20 +252,16 @@ module Google
243
252
  # @param project [::String]
244
253
  # Project ID for this request.
245
254
  # @param request_id [::String]
246
- # An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.
247
- #
248
- # For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
249
- #
250
- # The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
255
+ # An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
251
256
  # @param reservation [::String]
252
257
  # Name of the reservation to delete.
253
258
  # @param zone [::String]
254
259
  # Name of the zone for this request.
255
- # @yield [result, env] Access the result along with the Faraday environment object
256
- # @yieldparam result [::Google::Cloud::Compute::V1::Operation]
260
+ # @yield [result, response] Access the result along with the Faraday response object
261
+ # @yieldparam result [::Gapic::Rest::BaseOperation]
257
262
  # @yieldparam response [::Faraday::Response]
258
263
  #
259
- # @return [::Google::Cloud::Compute::V1::Operation]
264
+ # @return [::Gapic::Rest::BaseOperation]
260
265
  #
261
266
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
262
267
  def delete request, options = nil
@@ -268,26 +273,25 @@ module Google
268
273
  options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
269
274
 
270
275
  # Customize the options with defaults
271
- call_metadata = {}
276
+ call_metadata = @config.rpcs.delete.metadata.to_h
272
277
 
273
278
  # Set x-goog-api-client header
274
279
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
275
280
  lib_name: @config.lib_name, lib_version: @config.lib_version,
276
- gapic_version: ::Google::Cloud::Compute::V1::VERSION
281
+ gapic_version: ::Google::Cloud::Compute::V1::VERSION,
282
+ transports_version_send: [:rest]
277
283
 
278
- options.apply_defaults timeout: @config.timeout,
284
+ options.apply_defaults timeout: @config.rpcs.delete.timeout,
279
285
  metadata: call_metadata
280
286
 
281
- uri, _body, query_string_params = transcode_delete request
282
- response = @client_stub.make_delete_request(
283
- uri: uri,
284
- params: query_string_params,
285
- options: options
286
- )
287
- result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
287
+ options.apply_defaults timeout: @config.timeout,
288
+ metadata: @config.metadata
288
289
 
289
- yield result, response if block_given?
290
- result
290
+ @reservations_stub.delete request, options do |result, response|
291
+ result = ::Gapic::Rest::BaseOperation.new result
292
+ yield result, response if block_given?
293
+ return result
294
+ end
291
295
  rescue ::Faraday::Error => e
292
296
  gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
293
297
  raise ::Google::Cloud::Error.from_error(gapic_error)
@@ -319,7 +323,7 @@ module Google
319
323
  # Name of the reservation to retrieve.
320
324
  # @param zone [::String]
321
325
  # Name of the zone for this request.
322
- # @yield [result, env] Access the result along with the Faraday environment object
326
+ # @yield [result, response] Access the result along with the Faraday response object
323
327
  # @yieldparam result [::Google::Cloud::Compute::V1::Reservation]
324
328
  # @yieldparam response [::Faraday::Response]
325
329
  #
@@ -335,25 +339,24 @@ module Google
335
339
  options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
336
340
 
337
341
  # Customize the options with defaults
338
- call_metadata = {}
342
+ call_metadata = @config.rpcs.get.metadata.to_h
339
343
 
340
344
  # Set x-goog-api-client header
341
345
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
342
346
  lib_name: @config.lib_name, lib_version: @config.lib_version,
343
- gapic_version: ::Google::Cloud::Compute::V1::VERSION
347
+ gapic_version: ::Google::Cloud::Compute::V1::VERSION,
348
+ transports_version_send: [:rest]
344
349
 
345
- options.apply_defaults timeout: @config.timeout,
350
+ options.apply_defaults timeout: @config.rpcs.get.timeout,
346
351
  metadata: call_metadata
347
352
 
348
- uri, _body, _query_string_params = transcode_get request
349
- response = @client_stub.make_get_request(
350
- uri: uri,
351
- options: options
352
- )
353
- result = ::Google::Cloud::Compute::V1::Reservation.decode_json response.body, ignore_unknown_fields: true
353
+ options.apply_defaults timeout: @config.timeout,
354
+ metadata: @config.metadata
354
355
 
355
- yield result, response if block_given?
356
- result
356
+ @reservations_stub.get request, options do |result, response|
357
+ yield result, response if block_given?
358
+ return result
359
+ end
357
360
  rescue ::Faraday::Error => e
358
361
  gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
359
362
  raise ::Google::Cloud::Error.from_error(gapic_error)
@@ -387,7 +390,7 @@ module Google
387
390
  # Name or id of the resource for this request.
388
391
  # @param zone [::String]
389
392
  # The name of the zone for this request.
390
- # @yield [result, env] Access the result along with the Faraday environment object
393
+ # @yield [result, response] Access the result along with the Faraday response object
391
394
  # @yieldparam result [::Google::Cloud::Compute::V1::Policy]
392
395
  # @yieldparam response [::Faraday::Response]
393
396
  #
@@ -403,26 +406,24 @@ module Google
403
406
  options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
404
407
 
405
408
  # Customize the options with defaults
406
- call_metadata = {}
409
+ call_metadata = @config.rpcs.get_iam_policy.metadata.to_h
407
410
 
408
411
  # Set x-goog-api-client header
409
412
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
410
413
  lib_name: @config.lib_name, lib_version: @config.lib_version,
411
- gapic_version: ::Google::Cloud::Compute::V1::VERSION
414
+ gapic_version: ::Google::Cloud::Compute::V1::VERSION,
415
+ transports_version_send: [:rest]
412
416
 
413
- options.apply_defaults timeout: @config.timeout,
417
+ options.apply_defaults timeout: @config.rpcs.get_iam_policy.timeout,
414
418
  metadata: call_metadata
415
419
 
416
- uri, _body, query_string_params = transcode_get_iam_policy request
417
- response = @client_stub.make_get_request(
418
- uri: uri,
419
- params: query_string_params,
420
- options: options
421
- )
422
- result = ::Google::Cloud::Compute::V1::Policy.decode_json response.body, ignore_unknown_fields: true
420
+ options.apply_defaults timeout: @config.timeout,
421
+ metadata: @config.metadata
423
422
 
424
- yield result, response if block_given?
425
- result
423
+ @reservations_stub.get_iam_policy request, options do |result, response|
424
+ yield result, response if block_given?
425
+ return result
426
+ end
426
427
  rescue ::Faraday::Error => e
427
428
  gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
428
429
  raise ::Google::Cloud::Error.from_error(gapic_error)
@@ -451,20 +452,16 @@ module Google
451
452
  # @param project [::String]
452
453
  # Project ID for this request.
453
454
  # @param request_id [::String]
454
- # An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.
455
- #
456
- # For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
457
- #
458
- # The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
455
+ # An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
459
456
  # @param reservation_resource [::Google::Cloud::Compute::V1::Reservation, ::Hash]
460
457
  # The body resource for this request
461
458
  # @param zone [::String]
462
459
  # Name of the zone for this request.
463
- # @yield [result, env] Access the result along with the Faraday environment object
464
- # @yieldparam result [::Google::Cloud::Compute::V1::Operation]
460
+ # @yield [result, response] Access the result along with the Faraday response object
461
+ # @yieldparam result [::Gapic::Rest::BaseOperation]
465
462
  # @yieldparam response [::Faraday::Response]
466
463
  #
467
- # @return [::Google::Cloud::Compute::V1::Operation]
464
+ # @return [::Gapic::Rest::BaseOperation]
468
465
  #
469
466
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
470
467
  def insert request, options = nil
@@ -476,26 +473,25 @@ module Google
476
473
  options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
477
474
 
478
475
  # Customize the options with defaults
479
- call_metadata = {}
476
+ call_metadata = @config.rpcs.insert.metadata.to_h
480
477
 
481
478
  # Set x-goog-api-client header
482
479
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
483
480
  lib_name: @config.lib_name, lib_version: @config.lib_version,
484
- gapic_version: ::Google::Cloud::Compute::V1::VERSION
481
+ gapic_version: ::Google::Cloud::Compute::V1::VERSION,
482
+ transports_version_send: [:rest]
485
483
 
486
- options.apply_defaults timeout: @config.timeout,
484
+ options.apply_defaults timeout: @config.rpcs.insert.timeout,
487
485
  metadata: call_metadata
488
486
 
489
- uri, body, _query_string_params = transcode_insert request
490
- response = @client_stub.make_post_request(
491
- uri: uri,
492
- body: body,
493
- options: options
494
- )
495
- result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
487
+ options.apply_defaults timeout: @config.timeout,
488
+ metadata: @config.metadata
496
489
 
497
- yield result, response if block_given?
498
- result
490
+ @reservations_stub.insert request, options do |result, response|
491
+ result = ::Gapic::Rest::BaseOperation.new result
492
+ yield result, response if block_given?
493
+ return result
494
+ end
499
495
  rescue ::Faraday::Error => e
500
496
  gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
501
497
  raise ::Google::Cloud::Error.from_error(gapic_error)
@@ -522,34 +518,24 @@ module Google
522
518
  # the default parameter values, pass an empty Hash as a request object (see above).
523
519
  #
524
520
  # @param filter [::String]
525
- # A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`.
526
- #
527
- # For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.
528
- #
529
- # You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.
530
- #
531
- # To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ```
521
+ # A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ```
532
522
  # @param max_results [::Integer]
533
523
  # The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
534
524
  # @param order_by [::String]
535
- # Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.
536
- #
537
- # You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.
538
- #
539
- # Currently, only sorting by `name` or `creationTimestamp desc` is supported.
525
+ # Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
540
526
  # @param page_token [::String]
541
527
  # Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
542
528
  # @param project [::String]
543
529
  # Project ID for this request.
544
530
  # @param return_partial_success [::Boolean]
545
- # Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.
531
+ # Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
546
532
  # @param zone [::String]
547
533
  # Name of the zone for this request.
548
- # @yield [result, env] Access the result along with the Faraday environment object
549
- # @yieldparam result [::Google::Cloud::Compute::V1::ReservationList]
534
+ # @yield [result, response] Access the result along with the Faraday response object
535
+ # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::Reservation>]
550
536
  # @yieldparam response [::Faraday::Response]
551
537
  #
552
- # @return [::Google::Cloud::Compute::V1::ReservationList]
538
+ # @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::Reservation>]
553
539
  #
554
540
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
555
541
  def list request, options = nil
@@ -561,26 +547,25 @@ module Google
561
547
  options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
562
548
 
563
549
  # Customize the options with defaults
564
- call_metadata = {}
550
+ call_metadata = @config.rpcs.list.metadata.to_h
565
551
 
566
552
  # Set x-goog-api-client header
567
553
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
568
554
  lib_name: @config.lib_name, lib_version: @config.lib_version,
569
- gapic_version: ::Google::Cloud::Compute::V1::VERSION
555
+ gapic_version: ::Google::Cloud::Compute::V1::VERSION,
556
+ transports_version_send: [:rest]
570
557
 
571
- options.apply_defaults timeout: @config.timeout,
558
+ options.apply_defaults timeout: @config.rpcs.list.timeout,
572
559
  metadata: call_metadata
573
560
 
574
- uri, _body, query_string_params = transcode_list request
575
- response = @client_stub.make_get_request(
576
- uri: uri,
577
- params: query_string_params,
578
- options: options
579
- )
580
- result = ::Google::Cloud::Compute::V1::ReservationList.decode_json response.body, ignore_unknown_fields: true
561
+ options.apply_defaults timeout: @config.timeout,
562
+ metadata: @config.metadata
581
563
 
582
- yield result, response if block_given?
583
- result
564
+ @reservations_stub.list request, options do |result, response|
565
+ result = ::Gapic::Rest::PagedEnumerable.new @reservations_stub, :list, "items", request, result, options
566
+ yield result, response if block_given?
567
+ return result
568
+ end
584
569
  rescue ::Faraday::Error => e
585
570
  gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
586
571
  raise ::Google::Cloud::Error.from_error(gapic_error)
@@ -609,22 +594,18 @@ module Google
609
594
  # @param project [::String]
610
595
  # Project ID for this request.
611
596
  # @param request_id [::String]
612
- # An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed.
613
- #
614
- # For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
615
- #
616
- # The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
597
+ # An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
617
598
  # @param reservation [::String]
618
599
  # Name of the reservation to update.
619
600
  # @param reservations_resize_request_resource [::Google::Cloud::Compute::V1::ReservationsResizeRequest, ::Hash]
620
601
  # The body resource for this request
621
602
  # @param zone [::String]
622
603
  # Name of the zone for this request.
623
- # @yield [result, env] Access the result along with the Faraday environment object
624
- # @yieldparam result [::Google::Cloud::Compute::V1::Operation]
604
+ # @yield [result, response] Access the result along with the Faraday response object
605
+ # @yieldparam result [::Gapic::Rest::BaseOperation]
625
606
  # @yieldparam response [::Faraday::Response]
626
607
  #
627
- # @return [::Google::Cloud::Compute::V1::Operation]
608
+ # @return [::Gapic::Rest::BaseOperation]
628
609
  #
629
610
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
630
611
  def resize request, options = nil
@@ -636,26 +617,25 @@ module Google
636
617
  options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
637
618
 
638
619
  # Customize the options with defaults
639
- call_metadata = {}
620
+ call_metadata = @config.rpcs.resize.metadata.to_h
640
621
 
641
622
  # Set x-goog-api-client header
642
623
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
643
624
  lib_name: @config.lib_name, lib_version: @config.lib_version,
644
- gapic_version: ::Google::Cloud::Compute::V1::VERSION
625
+ gapic_version: ::Google::Cloud::Compute::V1::VERSION,
626
+ transports_version_send: [:rest]
645
627
 
646
- options.apply_defaults timeout: @config.timeout,
628
+ options.apply_defaults timeout: @config.rpcs.resize.timeout,
647
629
  metadata: call_metadata
648
630
 
649
- uri, body, _query_string_params = transcode_resize request
650
- response = @client_stub.make_post_request(
651
- uri: uri,
652
- body: body,
653
- options: options
654
- )
655
- result = ::Google::Cloud::Compute::V1::Operation.decode_json response.body, ignore_unknown_fields: true
631
+ options.apply_defaults timeout: @config.timeout,
632
+ metadata: @config.metadata
656
633
 
657
- yield result, response if block_given?
658
- result
634
+ @reservations_stub.resize request, options do |result, response|
635
+ result = ::Gapic::Rest::BaseOperation.new result
636
+ yield result, response if block_given?
637
+ return result
638
+ end
659
639
  rescue ::Faraday::Error => e
660
640
  gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
661
641
  raise ::Google::Cloud::Error.from_error(gapic_error)
@@ -689,7 +669,7 @@ module Google
689
669
  # The name of the zone for this request.
690
670
  # @param zone_set_policy_request_resource [::Google::Cloud::Compute::V1::ZoneSetPolicyRequest, ::Hash]
691
671
  # The body resource for this request
692
- # @yield [result, env] Access the result along with the Faraday environment object
672
+ # @yield [result, response] Access the result along with the Faraday response object
693
673
  # @yieldparam result [::Google::Cloud::Compute::V1::Policy]
694
674
  # @yieldparam response [::Faraday::Response]
695
675
  #
@@ -705,26 +685,24 @@ module Google
705
685
  options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
706
686
 
707
687
  # Customize the options with defaults
708
- call_metadata = {}
688
+ call_metadata = @config.rpcs.set_iam_policy.metadata.to_h
709
689
 
710
690
  # Set x-goog-api-client header
711
691
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
712
692
  lib_name: @config.lib_name, lib_version: @config.lib_version,
713
- gapic_version: ::Google::Cloud::Compute::V1::VERSION
693
+ gapic_version: ::Google::Cloud::Compute::V1::VERSION,
694
+ transports_version_send: [:rest]
714
695
 
715
- options.apply_defaults timeout: @config.timeout,
696
+ options.apply_defaults timeout: @config.rpcs.set_iam_policy.timeout,
716
697
  metadata: call_metadata
717
698
 
718
- uri, body, _query_string_params = transcode_set_iam_policy request
719
- response = @client_stub.make_post_request(
720
- uri: uri,
721
- body: body,
722
- options: options
723
- )
724
- result = ::Google::Cloud::Compute::V1::Policy.decode_json response.body, ignore_unknown_fields: true
699
+ options.apply_defaults timeout: @config.timeout,
700
+ metadata: @config.metadata
725
701
 
726
- yield result, response if block_given?
727
- result
702
+ @reservations_stub.set_iam_policy request, options do |result, response|
703
+ yield result, response if block_given?
704
+ return result
705
+ end
728
706
  rescue ::Faraday::Error => e
729
707
  gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
730
708
  raise ::Google::Cloud::Error.from_error(gapic_error)
@@ -758,7 +736,7 @@ module Google
758
736
  # The body resource for this request
759
737
  # @param zone [::String]
760
738
  # The name of the zone for this request.
761
- # @yield [result, env] Access the result along with the Faraday environment object
739
+ # @yield [result, response] Access the result along with the Faraday response object
762
740
  # @yieldparam result [::Google::Cloud::Compute::V1::TestPermissionsResponse]
763
741
  # @yieldparam response [::Faraday::Response]
764
742
  #
@@ -774,26 +752,24 @@ module Google
774
752
  options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
775
753
 
776
754
  # Customize the options with defaults
777
- call_metadata = {}
755
+ call_metadata = @config.rpcs.test_iam_permissions.metadata.to_h
778
756
 
779
757
  # Set x-goog-api-client header
780
758
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
781
759
  lib_name: @config.lib_name, lib_version: @config.lib_version,
782
- gapic_version: ::Google::Cloud::Compute::V1::VERSION
760
+ gapic_version: ::Google::Cloud::Compute::V1::VERSION,
761
+ transports_version_send: [:rest]
783
762
 
784
- options.apply_defaults timeout: @config.timeout,
763
+ options.apply_defaults timeout: @config.rpcs.test_iam_permissions.timeout,
785
764
  metadata: call_metadata
786
765
 
787
- uri, body, _query_string_params = transcode_test_iam_permissions request
788
- response = @client_stub.make_post_request(
789
- uri: uri,
790
- body: body,
791
- options: options
792
- )
793
- result = ::Google::Cloud::Compute::V1::TestPermissionsResponse.decode_json response.body, ignore_unknown_fields: true
766
+ options.apply_defaults timeout: @config.timeout,
767
+ metadata: @config.metadata
794
768
 
795
- yield result, response if block_given?
796
- result
769
+ @reservations_stub.test_iam_permissions request, options do |result, response|
770
+ yield result, response if block_given?
771
+ return result
772
+ end
797
773
  rescue ::Faraday::Error => e
798
774
  gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
799
775
  raise ::Google::Cloud::Error.from_error(gapic_error)
@@ -848,6 +824,9 @@ module Google
848
824
  # @!attribute [rw] timeout
849
825
  # The call timeout in seconds.
850
826
  # @return [::Numeric]
827
+ # @!attribute [rw] metadata
828
+ # Additional REST headers to be sent with the call.
829
+ # @return [::Hash{::Symbol=>::String}]
851
830
  #
852
831
  class Configuration
853
832
  extend ::Gapic::Config
@@ -861,6 +840,7 @@ module Google
861
840
  config_attr :lib_name, nil, ::String, nil
862
841
  config_attr :lib_version, nil, ::String, nil
863
842
  config_attr :timeout, nil, ::Numeric, nil
843
+ config_attr :metadata, nil, ::Hash, nil
864
844
 
865
845
  # @private
866
846
  def initialize parent_config = nil
@@ -868,6 +848,102 @@ module Google
868
848
 
869
849
  yield self if block_given?
870
850
  end
851
+
852
+ ##
853
+ # Configurations for individual RPCs
854
+ # @return [Rpcs]
855
+ #
856
+ def rpcs
857
+ @rpcs ||= begin
858
+ parent_rpcs = nil
859
+ parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs)
860
+ Rpcs.new parent_rpcs
861
+ end
862
+ end
863
+
864
+ ##
865
+ # Configuration RPC class for the Reservations API.
866
+ #
867
+ # Includes fields providing the configuration for each RPC in this service.
868
+ # Each configuration object is of type `Gapic::Config::Method` and includes
869
+ # the following configuration fields:
870
+ #
871
+ # * `timeout` (*type:* `Numeric`) - The call timeout in seconds
872
+ #
873
+ # there is one other field (`retry_policy`) that can be set
874
+ # but is currently not supported for REST Gapic libraries.
875
+ #
876
+ class Rpcs
877
+ ##
878
+ # RPC-specific configuration for `aggregated_list`
879
+ # @return [::Gapic::Config::Method]
880
+ #
881
+ attr_reader :aggregated_list
882
+ ##
883
+ # RPC-specific configuration for `delete`
884
+ # @return [::Gapic::Config::Method]
885
+ #
886
+ attr_reader :delete
887
+ ##
888
+ # RPC-specific configuration for `get`
889
+ # @return [::Gapic::Config::Method]
890
+ #
891
+ attr_reader :get
892
+ ##
893
+ # RPC-specific configuration for `get_iam_policy`
894
+ # @return [::Gapic::Config::Method]
895
+ #
896
+ attr_reader :get_iam_policy
897
+ ##
898
+ # RPC-specific configuration for `insert`
899
+ # @return [::Gapic::Config::Method]
900
+ #
901
+ attr_reader :insert
902
+ ##
903
+ # RPC-specific configuration for `list`
904
+ # @return [::Gapic::Config::Method]
905
+ #
906
+ attr_reader :list
907
+ ##
908
+ # RPC-specific configuration for `resize`
909
+ # @return [::Gapic::Config::Method]
910
+ #
911
+ attr_reader :resize
912
+ ##
913
+ # RPC-specific configuration for `set_iam_policy`
914
+ # @return [::Gapic::Config::Method]
915
+ #
916
+ attr_reader :set_iam_policy
917
+ ##
918
+ # RPC-specific configuration for `test_iam_permissions`
919
+ # @return [::Gapic::Config::Method]
920
+ #
921
+ attr_reader :test_iam_permissions
922
+
923
+ # @private
924
+ def initialize parent_rpcs = nil
925
+ aggregated_list_config = parent_rpcs.aggregated_list if parent_rpcs.respond_to? :aggregated_list
926
+ @aggregated_list = ::Gapic::Config::Method.new aggregated_list_config
927
+ delete_config = parent_rpcs.delete if parent_rpcs.respond_to? :delete
928
+ @delete = ::Gapic::Config::Method.new delete_config
929
+ get_config = parent_rpcs.get if parent_rpcs.respond_to? :get
930
+ @get = ::Gapic::Config::Method.new get_config
931
+ get_iam_policy_config = parent_rpcs.get_iam_policy if parent_rpcs.respond_to? :get_iam_policy
932
+ @get_iam_policy = ::Gapic::Config::Method.new get_iam_policy_config
933
+ insert_config = parent_rpcs.insert if parent_rpcs.respond_to? :insert
934
+ @insert = ::Gapic::Config::Method.new insert_config
935
+ list_config = parent_rpcs.list if parent_rpcs.respond_to? :list
936
+ @list = ::Gapic::Config::Method.new list_config
937
+ resize_config = parent_rpcs.resize if parent_rpcs.respond_to? :resize
938
+ @resize = ::Gapic::Config::Method.new resize_config
939
+ set_iam_policy_config = parent_rpcs.set_iam_policy if parent_rpcs.respond_to? :set_iam_policy
940
+ @set_iam_policy = ::Gapic::Config::Method.new set_iam_policy_config
941
+ test_iam_permissions_config = parent_rpcs.test_iam_permissions if parent_rpcs.respond_to? :test_iam_permissions
942
+ @test_iam_permissions = ::Gapic::Config::Method.new test_iam_permissions_config
943
+
944
+ yield self if block_given?
945
+ end
946
+ end
871
947
  end
872
948
  end
873
949
  end