google-cloud-compute-v1 0.2.0 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (257) hide show
  1. checksums.yaml +4 -4
  2. data/.yardopts +1 -1
  3. data/AUTHENTICATION.md +19 -37
  4. data/README.md +4 -30
  5. data/lib/google/cloud/compute/v1/accelerator_types/rest/client.rb +127 -90
  6. data/lib/google/cloud/compute/v1/accelerator_types/rest/service_stub.rb +188 -0
  7. data/lib/google/cloud/compute/v1/accelerator_types/rest.rb +0 -2
  8. data/lib/google/cloud/compute/v1/addresses/rest/client.rb +172 -130
  9. data/lib/google/cloud/compute/v1/addresses/rest/service_stub.rb +279 -0
  10. data/lib/google/cloud/compute/v1/addresses/rest.rb +0 -2
  11. data/lib/google/cloud/compute/v1/autoscalers/rest/client.rb +218 -172
  12. data/lib/google/cloud/compute/v1/autoscalers/rest/service_stub.rb +373 -0
  13. data/lib/google/cloud/compute/v1/autoscalers/rest.rb +0 -2
  14. data/lib/google/cloud/compute/v1/backend_buckets/rest/client.rb +236 -185
  15. data/lib/google/cloud/compute/v1/backend_buckets/rest/service_stub.rb +413 -0
  16. data/lib/google/cloud/compute/v1/backend_buckets/rest.rb +0 -2
  17. data/lib/google/cloud/compute/v1/backend_services/rest/client.rb +308 -253
  18. data/lib/google/cloud/compute/v1/backend_services/rest/service_stub.rb +553 -0
  19. data/lib/google/cloud/compute/v1/backend_services/rest.rb +0 -2
  20. data/lib/google/cloud/compute/v1/compute_pb.rb +8507 -7466
  21. data/lib/google/cloud/compute/v1/disk_types/rest/client.rb +127 -90
  22. data/lib/google/cloud/compute/v1/disk_types/rest/service_stub.rb +188 -0
  23. data/lib/google/cloud/compute/v1/disk_types/rest.rb +0 -2
  24. data/lib/google/cloud/compute/v1/disks/rest/client.rb +345 -272
  25. data/lib/google/cloud/compute/v1/disks/rest/service_stub.rb +644 -0
  26. data/lib/google/cloud/compute/v1/disks/rest.rb +0 -2
  27. data/lib/google/cloud/compute/v1/external_vpn_gateways/rest/client.rb +184 -129
  28. data/lib/google/cloud/compute/v1/external_vpn_gateways/rest/service_stub.rb +317 -0
  29. data/lib/google/cloud/compute/v1/external_vpn_gateways/rest.rb +0 -2
  30. data/lib/google/cloud/compute/v1/firewall_policies/rest/client.rb +476 -343
  31. data/lib/google/cloud/compute/v1/firewall_policies/rest/service_stub.rb +869 -0
  32. data/lib/google/cloud/compute/v1/firewall_policies/rest.rb +0 -2
  33. data/lib/google/cloud/compute/v1/firewalls/rest/client.rb +191 -145
  34. data/lib/google/cloud/compute/v1/firewalls/rest/service_stub.rb +321 -0
  35. data/lib/google/cloud/compute/v1/firewalls/rest.rb +0 -2
  36. data/lib/google/cloud/compute/v1/forwarding_rules/rest/client.rb +296 -171
  37. data/lib/google/cloud/compute/v1/forwarding_rules/rest/service_stub.rb +417 -0
  38. data/lib/google/cloud/compute/v1/forwarding_rules/rest.rb +0 -2
  39. data/lib/google/cloud/compute/v1/global_addresses/rest/client.rb +145 -103
  40. data/lib/google/cloud/compute/v1/global_addresses/rest/service_stub.rb +229 -0
  41. data/lib/google/cloud/compute/v1/global_addresses/rest.rb +0 -2
  42. data/lib/google/cloud/compute/v1/global_forwarding_rules/rest/client.rb +265 -144
  43. data/lib/google/cloud/compute/v1/global_forwarding_rules/rest/service_stub.rb +365 -0
  44. data/lib/google/cloud/compute/v1/global_forwarding_rules/rest.rb +0 -2
  45. data/lib/google/cloud/compute/v1/global_network_endpoint_groups/rest/client.rb +215 -172
  46. data/lib/google/cloud/compute/v1/global_network_endpoint_groups/rest/service_stub.rb +370 -0
  47. data/lib/google/cloud/compute/v1/global_network_endpoint_groups/rest.rb +0 -2
  48. data/lib/google/cloud/compute/v1/global_operations/rest/client.rb +165 -118
  49. data/lib/google/cloud/compute/v1/global_operations/rest/service_stub.rb +274 -0
  50. data/lib/google/cloud/compute/v1/global_operations/rest.rb +0 -2
  51. data/lib/google/cloud/compute/v1/global_organization_operations/rest/client.rb +118 -76
  52. data/lib/google/cloud/compute/v1/global_organization_operations/rest/service_stub.rb +186 -0
  53. data/lib/google/cloud/compute/v1/global_organization_operations/rest.rb +0 -2
  54. data/lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest/client.rb +175 -124
  55. data/lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest/service_stub.rb +275 -0
  56. data/lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest.rb +0 -2
  57. data/lib/google/cloud/compute/v1/health_checks/rest/client.rb +218 -172
  58. data/lib/google/cloud/compute/v1/health_checks/rest/service_stub.rb +371 -0
  59. data/lib/google/cloud/compute/v1/health_checks/rest.rb +0 -2
  60. data/lib/google/cloud/compute/v1/image_family_views/credentials.rb +53 -0
  61. data/lib/google/cloud/compute/v1/image_family_views/rest/client.rb +318 -0
  62. data/lib/google/cloud/compute/v1/image_family_views/rest/service_stub.rb +89 -0
  63. data/lib/google/cloud/compute/v1/image_family_views/rest.rb +33 -0
  64. data/lib/google/cloud/compute/v1/image_family_views.rb +44 -0
  65. data/lib/google/cloud/compute/v1/images/rest/client.rb +291 -209
  66. data/lib/google/cloud/compute/v1/images/rest/service_stub.rb +542 -0
  67. data/lib/google/cloud/compute/v1/images/rest.rb +0 -2
  68. data/lib/google/cloud/compute/v1/instance_group_managers/rest/client.rb +526 -477
  69. data/lib/google/cloud/compute/v1/instance_group_managers/rest/service_stub.rb +974 -0
  70. data/lib/google/cloud/compute/v1/instance_group_managers/rest.rb +0 -2
  71. data/lib/google/cloud/compute/v1/instance_groups/rest/client.rb +271 -233
  72. data/lib/google/cloud/compute/v1/instance_groups/rest/service_stub.rb +467 -0
  73. data/lib/google/cloud/compute/v1/instance_groups/rest.rb +0 -2
  74. data/lib/google/cloud/compute/v1/instance_templates/rest/client.rb +202 -139
  75. data/lib/google/cloud/compute/v1/instance_templates/rest/service_stub.rb +362 -0
  76. data/lib/google/cloud/compute/v1/instance_templates/rest.rb +0 -2
  77. data/lib/google/cloud/compute/v1/instances/rest/client.rb +1186 -797
  78. data/lib/google/cloud/compute/v1/instances/rest/service_stub.rb +2018 -0
  79. data/lib/google/cloud/compute/v1/instances/rest.rb +0 -2
  80. data/lib/google/cloud/compute/v1/interconnect_attachments/rest/client.rb +195 -151
  81. data/lib/google/cloud/compute/v1/interconnect_attachments/rest/service_stub.rb +326 -0
  82. data/lib/google/cloud/compute/v1/interconnect_attachments/rest.rb +0 -2
  83. data/lib/google/cloud/compute/v1/interconnect_locations/rest/client.rb +100 -63
  84. data/lib/google/cloud/compute/v1/interconnect_locations/rest/service_stub.rb +138 -0
  85. data/lib/google/cloud/compute/v1/interconnect_locations/rest.rb +0 -2
  86. data/lib/google/cloud/compute/v1/interconnects/rest/client.rb +189 -135
  87. data/lib/google/cloud/compute/v1/interconnects/rest/service_stub.rb +318 -0
  88. data/lib/google/cloud/compute/v1/interconnects/rest.rb +0 -2
  89. data/lib/google/cloud/compute/v1/license_codes/rest/client.rb +93 -50
  90. data/lib/google/cloud/compute/v1/license_codes/rest/service_stub.rb +133 -0
  91. data/lib/google/cloud/compute/v1/license_codes/rest.rb +0 -2
  92. data/lib/google/cloud/compute/v1/licenses/rest/client.rb +209 -146
  93. data/lib/google/cloud/compute/v1/licenses/rest/service_stub.rb +362 -0
  94. data/lib/google/cloud/compute/v1/licenses/rest.rb +0 -2
  95. data/lib/google/cloud/compute/v1/machine_types/rest/client.rb +127 -90
  96. data/lib/google/cloud/compute/v1/machine_types/rest/service_stub.rb +188 -0
  97. data/lib/google/cloud/compute/v1/machine_types/rest.rb +0 -2
  98. data/lib/google/cloud/compute/v1/network_endpoint_groups/rest/client.rb +261 -213
  99. data/lib/google/cloud/compute/v1/network_endpoint_groups/rest/service_stub.rb +465 -0
  100. data/lib/google/cloud/compute/v1/network_endpoint_groups/rest.rb +0 -2
  101. data/lib/google/cloud/compute/v1/networks/rest/client.rb +363 -234
  102. data/lib/google/cloud/compute/v1/networks/rest/service_stub.rb +553 -0
  103. data/lib/google/cloud/compute/v1/networks/rest.rb +0 -2
  104. data/lib/google/cloud/compute/v1/node_groups/rest/client.rb +345 -277
  105. data/lib/google/cloud/compute/v1/node_groups/rest/service_stub.rb +646 -0
  106. data/lib/google/cloud/compute/v1/node_groups/rest.rb +0 -2
  107. data/lib/google/cloud/compute/v1/node_templates/rest/client.rb +229 -166
  108. data/lib/google/cloud/compute/v1/node_templates/rest/service_stub.rb +412 -0
  109. data/lib/google/cloud/compute/v1/node_templates/rest.rb +0 -2
  110. data/lib/google/cloud/compute/v1/node_types/rest/client.rb +127 -90
  111. data/lib/google/cloud/compute/v1/node_types/rest/service_stub.rb +188 -0
  112. data/lib/google/cloud/compute/v1/node_types/rest.rb +0 -2
  113. data/lib/google/cloud/compute/v1/packet_mirrorings/rest/client.rb +213 -163
  114. data/lib/google/cloud/compute/v1/packet_mirrorings/rest/service_stub.rb +369 -0
  115. data/lib/google/cloud/compute/v1/packet_mirrorings/rest.rb +0 -2
  116. data/lib/google/cloud/compute/v1/projects/rest/client.rb +351 -288
  117. data/lib/google/cloud/compute/v1/projects/rest/service_stub.rb +643 -0
  118. data/lib/google/cloud/compute/v1/projects/rest.rb +0 -2
  119. data/lib/google/cloud/compute/v1/public_advertised_prefixes/rest/client.rb +175 -124
  120. data/lib/google/cloud/compute/v1/public_advertised_prefixes/rest/service_stub.rb +275 -0
  121. data/lib/google/cloud/compute/v1/public_advertised_prefixes/rest.rb +0 -2
  122. data/lib/google/cloud/compute/v1/public_delegated_prefixes/rest/client.rb +203 -151
  123. data/lib/google/cloud/compute/v1/public_delegated_prefixes/rest/service_stub.rb +325 -0
  124. data/lib/google/cloud/compute/v1/public_delegated_prefixes/rest.rb +0 -2
  125. data/lib/google/cloud/compute/v1/region_autoscalers/rest/client.rb +191 -145
  126. data/lib/google/cloud/compute/v1/region_autoscalers/rest/service_stub.rb +323 -0
  127. data/lib/google/cloud/compute/v1/region_autoscalers/rest.rb +0 -2
  128. data/lib/google/cloud/compute/v1/region_backend_services/rest/client.rb +212 -160
  129. data/lib/google/cloud/compute/v1/region_backend_services/rest/service_stub.rb +365 -0
  130. data/lib/google/cloud/compute/v1/region_backend_services/rest.rb +0 -2
  131. data/lib/google/cloud/compute/v1/region_commitments/rest/client.rb +151 -112
  132. data/lib/google/cloud/compute/v1/region_commitments/rest/service_stub.rb +234 -0
  133. data/lib/google/cloud/compute/v1/region_commitments/rest.rb +0 -2
  134. data/lib/google/cloud/compute/v1/region_disk_types/rest/client.rb +100 -63
  135. data/lib/google/cloud/compute/v1/region_disk_types/rest/service_stub.rb +138 -0
  136. data/lib/google/cloud/compute/v1/region_disk_types/rest.rb +0 -2
  137. data/lib/google/cloud/compute/v1/region_disks/rest/client.rb +318 -245
  138. data/lib/google/cloud/compute/v1/region_disks/rest/service_stub.rb +593 -0
  139. data/lib/google/cloud/compute/v1/region_disks/rest.rb +0 -2
  140. data/lib/google/cloud/compute/v1/region_health_check_services/rest/client.rb +168 -124
  141. data/lib/google/cloud/compute/v1/region_health_check_services/rest/service_stub.rb +275 -0
  142. data/lib/google/cloud/compute/v1/region_health_check_services/rest.rb +0 -2
  143. data/lib/google/cloud/compute/v1/region_health_checks/rest/client.rb +191 -145
  144. data/lib/google/cloud/compute/v1/region_health_checks/rest/service_stub.rb +321 -0
  145. data/lib/google/cloud/compute/v1/region_health_checks/rest.rb +0 -2
  146. data/lib/google/cloud/compute/v1/region_instance_group_managers/rest/client.rb +498 -445
  147. data/lib/google/cloud/compute/v1/region_instance_group_managers/rest/service_stub.rb +924 -0
  148. data/lib/google/cloud/compute/v1/region_instance_group_managers/rest.rb +0 -2
  149. data/lib/google/cloud/compute/v1/region_instance_groups/rest/client.rb +148 -113
  150. data/lib/google/cloud/compute/v1/region_instance_groups/rest/service_stub.rb +234 -0
  151. data/lib/google/cloud/compute/v1/region_instance_groups/rest.rb +0 -2
  152. data/lib/google/cloud/compute/v1/region_instances/rest/client.rb +76 -45
  153. data/lib/google/cloud/compute/v1/region_instances/rest/service_stub.rb +92 -0
  154. data/lib/google/cloud/compute/v1/region_instances/rest.rb +0 -2
  155. data/lib/google/cloud/compute/v1/region_network_endpoint_groups/rest/client.rb +145 -103
  156. data/lib/google/cloud/compute/v1/region_network_endpoint_groups/rest/service_stub.rb +229 -0
  157. data/lib/google/cloud/compute/v1/region_network_endpoint_groups/rest.rb +0 -2
  158. data/lib/google/cloud/compute/v1/region_notification_endpoints/rest/client.rb +145 -103
  159. data/lib/google/cloud/compute/v1/region_notification_endpoints/rest/service_stub.rb +229 -0
  160. data/lib/google/cloud/compute/v1/region_notification_endpoints/rest.rb +0 -2
  161. data/lib/google/cloud/compute/v1/region_operations/rest/client.rb +137 -90
  162. data/lib/google/cloud/compute/v1/region_operations/rest/service_stub.rb +224 -0
  163. data/lib/google/cloud/compute/v1/region_operations/rest.rb +0 -2
  164. data/lib/google/cloud/compute/v1/region_ssl_certificates/rest/client.rb +145 -103
  165. data/lib/google/cloud/compute/v1/region_ssl_certificates/rest/service_stub.rb +229 -0
  166. data/lib/google/cloud/compute/v1/region_ssl_certificates/rest.rb +0 -2
  167. data/lib/google/cloud/compute/v1/region_target_http_proxies/rest/client.rb +168 -124
  168. data/lib/google/cloud/compute/v1/region_target_http_proxies/rest/service_stub.rb +275 -0
  169. data/lib/google/cloud/compute/v1/region_target_http_proxies/rest.rb +0 -2
  170. data/lib/google/cloud/compute/v1/region_target_https_proxies/rest/client.rb +191 -145
  171. data/lib/google/cloud/compute/v1/region_target_https_proxies/rest/service_stub.rb +321 -0
  172. data/lib/google/cloud/compute/v1/region_target_https_proxies/rest.rb +0 -2
  173. data/lib/google/cloud/compute/v1/region_url_maps/rest/client.rb +205 -137
  174. data/lib/google/cloud/compute/v1/region_url_maps/rest/service_stub.rb +365 -0
  175. data/lib/google/cloud/compute/v1/region_url_maps/rest.rb +0 -2
  176. data/lib/google/cloud/compute/v1/regions/rest/client.rb +100 -63
  177. data/lib/google/cloud/compute/v1/regions/rest/service_stub.rb +138 -0
  178. data/lib/google/cloud/compute/v1/regions/rest.rb +0 -2
  179. data/lib/google/cloud/compute/v1/reservations/rest/client.rb +252 -187
  180. data/lib/google/cloud/compute/v1/reservations/rest/service_stub.rb +458 -0
  181. data/lib/google/cloud/compute/v1/reservations/rest.rb +0 -2
  182. data/lib/google/cloud/compute/v1/resource_policies/rest/client.rb +229 -166
  183. data/lib/google/cloud/compute/v1/resource_policies/rest/service_stub.rb +412 -0
  184. data/lib/google/cloud/compute/v1/resource_policies/rest.rb +0 -2
  185. data/lib/google/cloud/compute/v1/routers/rest/client.rb +284 -222
  186. data/lib/google/cloud/compute/v1/routers/rest/service_stub.rb +507 -0
  187. data/lib/google/cloud/compute/v1/routers/rest.rb +0 -2
  188. data/lib/google/cloud/compute/v1/routes/rest/client.rb +145 -103
  189. data/lib/google/cloud/compute/v1/routes/rest/service_stub.rb +229 -0
  190. data/lib/google/cloud/compute/v1/routes/rest.rb +0 -2
  191. data/lib/google/cloud/compute/v1/security_policies/rest/client.rb +277 -205
  192. data/lib/google/cloud/compute/v1/security_policies/rest/service_stub.rb +504 -0
  193. data/lib/google/cloud/compute/v1/security_policies/rest.rb +0 -2
  194. data/lib/google/cloud/compute/v1/service_attachments/credentials.rb +52 -0
  195. data/lib/google/cloud/compute/v1/service_attachments/rest/client.rb +954 -0
  196. data/lib/google/cloud/compute/v1/service_attachments/rest/service_stub.rb +458 -0
  197. data/lib/google/cloud/compute/v1/service_attachments/rest.rb +33 -0
  198. data/lib/google/cloud/compute/v1/service_attachments.rb +44 -0
  199. data/lib/google/cloud/compute/v1/snapshots/rest/client.rb +201 -135
  200. data/lib/google/cloud/compute/v1/snapshots/rest/service_stub.rb +360 -0
  201. data/lib/google/cloud/compute/v1/snapshots/rest.rb +0 -2
  202. data/lib/google/cloud/compute/v1/ssl_certificates/rest/client.rb +172 -130
  203. data/lib/google/cloud/compute/v1/ssl_certificates/rest/service_stub.rb +279 -0
  204. data/lib/google/cloud/compute/v1/ssl_certificates/rest.rb +0 -2
  205. data/lib/google/cloud/compute/v1/ssl_policies/rest/client.rb +192 -149
  206. data/lib/google/cloud/compute/v1/ssl_policies/rest/service_stub.rb +324 -0
  207. data/lib/google/cloud/compute/v1/ssl_policies/rest.rb +0 -2
  208. data/lib/google/cloud/compute/v1/subnetworks/rest/client.rb +325 -256
  209. data/lib/google/cloud/compute/v1/subnetworks/rest/service_stub.rb +600 -0
  210. data/lib/google/cloud/compute/v1/subnetworks/rest.rb +0 -2
  211. data/lib/google/cloud/compute/v1/target_grpc_proxies/rest/client.rb +168 -124
  212. data/lib/google/cloud/compute/v1/target_grpc_proxies/rest/service_stub.rb +275 -0
  213. data/lib/google/cloud/compute/v1/target_grpc_proxies/rest.rb +0 -2
  214. data/lib/google/cloud/compute/v1/target_http_proxies/rest/client.rb +219 -173
  215. data/lib/google/cloud/compute/v1/target_http_proxies/rest/service_stub.rb +371 -0
  216. data/lib/google/cloud/compute/v1/target_http_proxies/rest.rb +0 -2
  217. data/lib/google/cloud/compute/v1/target_https_proxies/rest/client.rb +340 -213
  218. data/lib/google/cloud/compute/v1/target_https_proxies/rest/service_stub.rb +509 -0
  219. data/lib/google/cloud/compute/v1/target_https_proxies/rest.rb +0 -2
  220. data/lib/google/cloud/compute/v1/target_instances/rest/client.rb +172 -130
  221. data/lib/google/cloud/compute/v1/target_instances/rest/service_stub.rb +279 -0
  222. data/lib/google/cloud/compute/v1/target_instances/rest.rb +0 -2
  223. data/lib/google/cloud/compute/v1/target_pools/rest/client.rb +305 -247
  224. data/lib/google/cloud/compute/v1/target_pools/rest/service_stub.rb +554 -0
  225. data/lib/google/cloud/compute/v1/target_pools/rest.rb +0 -2
  226. data/lib/google/cloud/compute/v1/target_ssl_proxies/rest/client.rb +237 -187
  227. data/lib/google/cloud/compute/v1/target_ssl_proxies/rest/service_stub.rb +413 -0
  228. data/lib/google/cloud/compute/v1/target_ssl_proxies/rest.rb +0 -2
  229. data/lib/google/cloud/compute/v1/target_tcp_proxies/rest/client.rb +191 -145
  230. data/lib/google/cloud/compute/v1/target_tcp_proxies/rest/service_stub.rb +321 -0
  231. data/lib/google/cloud/compute/v1/target_tcp_proxies/rest.rb +0 -2
  232. data/lib/google/cloud/compute/v1/target_vpn_gateways/rest/client.rb +172 -130
  233. data/lib/google/cloud/compute/v1/target_vpn_gateways/rest/service_stub.rb +279 -0
  234. data/lib/google/cloud/compute/v1/target_vpn_gateways/rest.rb +0 -2
  235. data/lib/google/cloud/compute/v1/url_maps/rest/client.rb +260 -208
  236. data/lib/google/cloud/compute/v1/url_maps/rest/service_stub.rb +461 -0
  237. data/lib/google/cloud/compute/v1/url_maps/rest.rb +0 -2
  238. data/lib/google/cloud/compute/v1/version.rb +1 -1
  239. data/lib/google/cloud/compute/v1/vpn_gateways/rest/client.rb +234 -174
  240. data/lib/google/cloud/compute/v1/vpn_gateways/rest/service_stub.rb +412 -0
  241. data/lib/google/cloud/compute/v1/vpn_gateways/rest.rb +0 -2
  242. data/lib/google/cloud/compute/v1/vpn_tunnels/rest/client.rb +172 -130
  243. data/lib/google/cloud/compute/v1/vpn_tunnels/rest/service_stub.rb +279 -0
  244. data/lib/google/cloud/compute/v1/vpn_tunnels/rest.rb +0 -2
  245. data/lib/google/cloud/compute/v1/zone_operations/rest/client.rb +137 -90
  246. data/lib/google/cloud/compute/v1/zone_operations/rest/service_stub.rb +224 -0
  247. data/lib/google/cloud/compute/v1/zone_operations/rest.rb +0 -2
  248. data/lib/google/cloud/compute/v1/zones/rest/client.rb +100 -63
  249. data/lib/google/cloud/compute/v1/zones/rest/service_stub.rb +138 -0
  250. data/lib/google/cloud/compute/v1/zones/rest.rb +0 -2
  251. data/lib/google/cloud/compute/v1.rb +7 -0
  252. data/proto_docs/README.md +1 -1
  253. data/proto_docs/google/api/field_behavior.rb +6 -0
  254. data/proto_docs/google/api/resource.rb +10 -71
  255. data/proto_docs/google/cloud/compute/v1/compute.rb +18964 -19481
  256. data/proto_docs/google/cloud/extended_operations.rb +51 -0
  257. metadata +110 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 759e6613e57355873ff259b2ed0d462ca8cab08e00fd8a9499053faa0e3f29b7
4
- data.tar.gz: bfc60e59c16daa9cd0958b320ba22cc2679254b589801e001561ddb699bfbe46
3
+ metadata.gz: 9253ae55abf0ab260c55dfbb0936dca400f45c660681ca2ed14edfd07931bb25
4
+ data.tar.gz: a44dcdba909d9cb6a06c970129b5aa9ac68c0eea4e13785bc550d081322c9077
5
5
  SHA512:
6
- metadata.gz: bfa3cd261db32e49b0b82281ee3f858d3dada05e16f6def661ee163905f1bc0480bdaa078482dc0e7d05c8727a17113488410a7d51e43fb2fe1cbcb2e9c80798
7
- data.tar.gz: 6ce718bab5ad787de68bde8c2d37c1fbbf927f277efffd65dda69acecbe5d202353890f94249946d08449030e5e275eb3bf125f6a63d8d74b21b9c56805f976a
6
+ metadata.gz: d79d8cb09a376f878451ca4f9165649be84e4b41c8615fb6979c9d48c8802450cc9bf736766a17eee8d1c8b303594de582f483c6f67ebdebb5498877e44552e9
7
+ data.tar.gz: a39af9a02cc31fb084e5f18e0d0993ef46f0961494ca2c24c45a79e66a3d68c16354b8533fc89b411e20a46799485b47039ddec008c4e60a545dbcb9ed21db72
data/.yardopts CHANGED
@@ -1,5 +1,5 @@
1
1
  --no-private
2
- --title=Google Cloud Compute V1 (ALPHA) API
2
+ --title="Google Cloud Compute V1 API"
3
3
  --exclude _pb\.rb$
4
4
  --markup markdown
5
5
  --markup-provider redcarpet
data/AUTHENTICATION.md CHANGED
@@ -66,43 +66,43 @@ The environment variables that google-cloud-compute-v1
66
66
  checks for credentials are configured on the service Credentials class (such as
67
67
  {::Google::Cloud::Compute::V1::AcceleratorTypes::Credentials}):
68
68
 
69
- 1. `COMPUTE_CREDENTIALS` - Path to JSON file, or JSON contents
70
- 2. `COMPUTE_KEYFILE` - Path to JSON file, or JSON contents
71
- 3. `GOOGLE_CLOUD_CREDENTIALS` - Path to JSON file, or JSON contents
72
- 4. `GOOGLE_CLOUD_KEYFILE` - Path to JSON file, or JSON contents
73
- 5. `GOOGLE_APPLICATION_CREDENTIALS` - Path to JSON file
69
+ * `COMPUTE_CREDENTIALS` - Path to JSON file, or JSON contents
70
+ * `COMPUTE_KEYFILE` - Path to JSON file, or JSON contents
71
+ * `GOOGLE_CLOUD_CREDENTIALS` - Path to JSON file, or JSON contents
72
+ * `GOOGLE_CLOUD_KEYFILE` - Path to JSON file, or JSON contents
73
+ * `GOOGLE_APPLICATION_CREDENTIALS` - Path to JSON file
74
74
 
75
75
  ```ruby
76
76
  require "google/cloud/compute/v1"
77
77
 
78
78
  ENV["COMPUTE_CREDENTIALS"] = "path/to/keyfile.json"
79
79
 
80
- client = ::Google::Cloud::Compute::V1::AcceleratorTypes::Client.new
80
+ client = ::Google::Cloud::Compute::V1::AcceleratorTypes::Rest::Client.new
81
81
  ```
82
82
 
83
83
  ### Configuration
84
84
 
85
- The **Credentials JSON** can be configured instead of placing them in
86
- environment variables. Either on an individual client initialization:
85
+ The path to the **Credentials JSON** file can be configured instead of storing
86
+ it in an environment variable. Either on an individual client initialization:
87
87
 
88
88
  ```ruby
89
89
  require "google/cloud/compute/v1"
90
90
 
91
- client = ::Google::Cloud::Compute::V1::AcceleratorTypes::Client.new do |config|
91
+ client = ::Google::Cloud::Compute::V1::AcceleratorTypes::Rest::Client.new do |config|
92
92
  config.credentials = "path/to/keyfile.json"
93
93
  end
94
94
  ```
95
95
 
96
- Or configured globally for all clients:
96
+ Or globally for all clients:
97
97
 
98
98
  ```ruby
99
99
  require "google/cloud/compute/v1"
100
100
 
101
- ::Google::Cloud::Compute::V1::AcceleratorTypes::Client.configure do |config|
101
+ ::Google::Cloud::Compute::V1::AcceleratorTypes::Rest::Client.configure do |config|
102
102
  config.credentials = "path/to/keyfile.json"
103
103
  end
104
104
 
105
- client = ::Google::Cloud::Compute::V1::AcceleratorTypes::Client.new
105
+ client = ::Google::Cloud::Compute::V1::AcceleratorTypes::Rest::Client.new
106
106
  ```
107
107
 
108
108
  ### Cloud SDK
@@ -120,15 +120,6 @@ To configure your system for this, simply:
120
120
  **NOTE:** This is _not_ recommended for running in production. The Cloud SDK
121
121
  *should* only be used during development.
122
122
 
123
- [gce-how-to]: https://cloud.google.com/compute/docs/authentication#using
124
- [dev-console]: https://console.cloud.google.com/project
125
-
126
- [enable-apis]: https://raw.githubusercontent.com/GoogleCloudPlatform/gcloud-common/master/authentication/enable-apis.png
127
-
128
- [create-new-service-account]: https://raw.githubusercontent.com/GoogleCloudPlatform/gcloud-common/master/authentication/create-new-service-account.png
129
- [create-new-service-account-existing-keys]: https://raw.githubusercontent.com/GoogleCloudPlatform/gcloud-common/master/authentication/create-new-service-account-existing-keys.png
130
- [reuse-service-account]: https://raw.githubusercontent.com/GoogleCloudPlatform/gcloud-common/master/authentication/reuse-service-account.png
131
-
132
123
  ## Creating a Service Account
133
124
 
134
125
  Google Cloud requires **Service Account Credentials** to
@@ -139,31 +130,22 @@ If you are not running this client within
139
130
  [Google Cloud Platform environments](#google-cloud-platform-environments), you
140
131
  need a Google Developers service account.
141
132
 
142
- 1. Visit the [Google Developers Console][dev-console].
133
+ 1. Visit the [Google Cloud Console](https://console.cloud.google.com/project).
143
134
  2. Create a new project or click on an existing project.
144
- 3. Activate the slide-out navigation tray and select **API Manager**. From
135
+ 3. Activate the menu in the upper left and select **APIs & Services**. From
145
136
  here, you will enable the APIs that your application requires.
146
137
 
147
- ![Enable the APIs that your application requires][enable-apis]
148
-
149
138
  *Note: You may need to enable billing in order to use these services.*
150
139
 
151
140
  4. Select **Credentials** from the side navigation.
152
141
 
153
- You should see a screen like one of the following.
154
-
155
- ![Create a new service account][create-new-service-account]
156
-
157
- ![Create a new service account With Existing Keys][create-new-service-account-existing-keys]
158
-
159
- Find the "Add credentials" drop down and select "Service account" to be
160
- guided through downloading a new JSON key file.
142
+ Find the "Create credentials" drop down near the top of the page, and select
143
+ "Service account" to be guided through downloading a new JSON key file.
161
144
 
162
145
  If you want to re-use an existing service account, you can easily generate a
163
- new key file. Just select the account you wish to re-use, and click "Generate
164
- new JSON key":
165
-
166
- ![Re-use an existing service account][reuse-service-account]
146
+ new key file. Just select the account you wish to re-use, click the pencil
147
+ tool on the right side to edit the service account, select the **Keys** tab,
148
+ and then select **Add Key**.
167
149
 
168
150
  The key file you download will be used by this library to authenticate API
169
151
  requests and should be stored in a secure location.
data/README.md CHANGED
@@ -1,8 +1,8 @@
1
- # Ruby Client for the Google Cloud Compute V1 (ALPHA) API
1
+ # Ruby Client for the Google Cloud Compute V1 API
2
2
 
3
- API Client library for the Google Cloud Compute V1 (ALPHA) API
3
+ API Client library for the Google Cloud Compute V1 API
4
4
 
5
- google-cloud-compute-v1 is the official client library for the Google Cloud Compute V1 API. This library is considered to be in alpha. This means it is still a work-in-progress and under active development. Any release is subject to backwards-incompatible changes at any time.
5
+ google-cloud-compute-v1 is the official client library for the Google Cloud Compute V1 API.
6
6
 
7
7
  https://github.com/googleapis/google-cloud-ruby
8
8
 
@@ -27,7 +27,7 @@ In order to use this library, you first need to go through the following steps:
27
27
  require "google/cloud/compute/v1"
28
28
 
29
29
  client = ::Google::Cloud::Compute::V1::AcceleratorTypes::Rest::Client.new
30
- request = my_create_request
30
+ request = ::Google::Cloud::Compute::V1::AggregatedListAcceleratorTypesRequest.new # (request fields as keyword arguments...)
31
31
  response = client.aggregated_list request
32
32
  ```
33
33
 
@@ -37,32 +37,6 @@ for class and method documentation.
37
37
  See also the [Product Documentation](https://cloud.google.com/compute/)
38
38
  for general usage information.
39
39
 
40
- ## Enabling Logging
41
-
42
- To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
43
- The logger that you set may be a Ruby stdlib [`Logger`](https://ruby-doc.org/stdlib/libdoc/logger/rdoc/Logger.html) as shown below,
44
- or a [`Google::Cloud::Logging::Logger`](https://googleapis.dev/ruby/google-cloud-logging/latest)
45
- that will write logs to [Cloud Logging](https://cloud.google.com/logging/). See [grpc/logconfig.rb](https://github.com/grpc/grpc/blob/master/src/ruby/lib/grpc/logconfig.rb)
46
- and the gRPC [spec_helper.rb](https://github.com/grpc/grpc/blob/master/src/ruby/spec/spec_helper.rb) for additional information.
47
-
48
- Configuring a Ruby stdlib logger:
49
-
50
- ```ruby
51
- require "logger"
52
-
53
- module MyLogger
54
- LOGGER = Logger.new $stderr, level: Logger::WARN
55
- def logger
56
- LOGGER
57
- end
58
- end
59
-
60
- # Define a gRPC module-level logger method before grpc/logconfig.rb loads.
61
- module GRPC
62
- extend MyLogger
63
- end
64
- ```
65
-
66
40
  ## Supported Ruby Versions
67
41
 
68
42
  This library is supported on Ruby 2.5+.
@@ -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/accelerator_types/rest/service_stub"
21
22
 
22
23
  module Google
23
24
  module Cloud
@@ -33,8 +34,6 @@ module Google
33
34
  # The AcceleratorTypes API.
34
35
  #
35
36
  class Client
36
- include GrpcTranscoding
37
-
38
37
  # @private
39
38
  attr_reader :accelerator_types_stub
40
39
 
@@ -44,13 +43,12 @@ module Google
44
43
  # See {::Google::Cloud::Compute::V1::AcceleratorTypes::Rest::Client::Configuration}
45
44
  # for a description of the configuration fields.
46
45
  #
47
- # ## Example
46
+ # @example
48
47
  #
49
- # To modify the configuration for all AcceleratorTypes clients:
50
- #
51
- # ::Google::Cloud::Compute::V1::AcceleratorTypes::Rest::Client.configure do |config|
52
- # config.timeout = 10.0
53
- # end
48
+ # # Modify the configuration for all AcceleratorTypes clients
49
+ # ::Google::Cloud::Compute::V1::AcceleratorTypes::Rest::Client.configure do |config|
50
+ # config.timeout = 10.0
51
+ # end
54
52
  #
55
53
  # @yield [config] Configure the Client client.
56
54
  # @yieldparam config [Client::Configuration]
@@ -68,6 +66,21 @@ module Google
68
66
  end
69
67
  default_config = Client::Configuration.new parent_config
70
68
 
69
+ default_config.rpcs.aggregated_list.timeout = 600.0
70
+ default_config.rpcs.aggregated_list.retry_policy = {
71
+ initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
72
+ }
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.list.timeout = 600.0
80
+ default_config.rpcs.list.retry_policy = {
81
+ initial_delay: 0.1, max_delay: 60.0, multiplier: 1.3, retry_codes: [4, 14]
82
+ }
83
+
71
84
  default_config
72
85
  end
73
86
  yield @configure if block_given?
@@ -97,28 +110,20 @@ module Google
97
110
  ##
98
111
  # Create a new AcceleratorTypes REST client object.
99
112
  #
100
- # ## Examples
101
- #
102
- # To create a new AcceleratorTypes REST client with the default
103
- # configuration:
104
- #
105
- # client = ::Google::Cloud::Compute::V1::AcceleratorTypes::Rest::Client.new
113
+ # @example
106
114
  #
107
- # To create a new AcceleratorTypes REST client with a custom
108
- # configuration:
115
+ # # Create a client using the default configuration
116
+ # client = ::Google::Cloud::Compute::V1::AcceleratorTypes::Rest::Client.new
109
117
  #
110
- # client = ::Google::Cloud::Compute::V1::AcceleratorTypes::Rest::Client.new do |config|
111
- # config.timeout = 10.0
112
- # end
118
+ # # Create a client using a custom configuration
119
+ # client = ::Google::Cloud::Compute::V1::AcceleratorTypes::Rest::Client.new do |config|
120
+ # config.timeout = 10.0
121
+ # end
113
122
  #
114
123
  # @yield [config] Configure the AcceleratorTypes client.
115
124
  # @yieldparam config [Client::Configuration]
116
125
  #
117
126
  def initialize
118
- # These require statements are intentionally placed here to initialize
119
- # the REST modules only when it's required.
120
- require "gapic/rest"
121
-
122
127
  # Create the configuration object
123
128
  @config = Configuration.new Client.configure
124
129
 
@@ -128,11 +133,11 @@ module Google
128
133
  # Create credentials
129
134
  credentials = @config.credentials
130
135
  credentials ||= Credentials.default scope: @config.scope
131
- if credentials.is_a?(String) || credentials.is_a?(Hash)
136
+ if credentials.is_a?(::String) || credentials.is_a?(::Hash)
132
137
  credentials = Credentials.new credentials, scope: @config.scope
133
138
  end
134
139
 
135
- @client_stub = ::Gapic::Rest::ClientStub.new endpoint: @config.endpoint, credentials: credentials
140
+ @accelerator_types_stub = ::Google::Cloud::Compute::V1::AcceleratorTypes::Rest::ServiceStub.new endpoint: @config.endpoint, credentials: credentials
136
141
  end
137
142
 
138
143
  # Service calls
@@ -158,34 +163,24 @@ module Google
158
163
  # the default parameter values, pass an empty Hash as a request object (see above).
159
164
  #
160
165
  # @param filter [::String]
161
- # 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 `<`.
162
- #
163
- # For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.
164
- #
165
- # 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.
166
- #
167
- # 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
+ # 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) ```
168
167
  # @param include_all_scopes [::Boolean]
169
168
  # 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.
170
169
  # @param max_results [::Integer]
171
170
  # 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`)
172
171
  # @param order_by [::String]
173
- # Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.
174
- #
175
- # 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.
176
- #
177
- # Currently, only sorting by `name` or `creationTimestamp desc` is supported.
172
+ # 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.
178
173
  # @param page_token [::String]
179
174
  # Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
180
175
  # @param project [::String]
181
176
  # Project ID for this request.
182
177
  # @param return_partial_success [::Boolean]
183
- # 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.
184
- # @yield [result, env] Access the result along with the Faraday environment object
185
- # @yieldparam result [::Google::Cloud::Compute::V1::AcceleratorTypeAggregatedList]
178
+ # Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
179
+ # @yield [result, response] Access the result along with the Faraday response object
180
+ # @yieldparam result [::Gapic::Rest::PagedEnumerable<::String, ::Google::Cloud::Compute::V1::AcceleratorTypesScopedList>]
186
181
  # @yieldparam response [::Faraday::Response]
187
182
  #
188
- # @return [::Google::Cloud::Compute::V1::AcceleratorTypeAggregatedList]
183
+ # @return [::Gapic::Rest::PagedEnumerable<::String, ::Google::Cloud::Compute::V1::AcceleratorTypesScopedList>]
189
184
  #
190
185
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
191
186
  def aggregated_list request, options = nil
@@ -197,7 +192,7 @@ module Google
197
192
  options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
198
193
 
199
194
  # Customize the options with defaults
200
- call_metadata = {}
195
+ call_metadata = @config.rpcs.aggregated_list.metadata.to_h
201
196
 
202
197
  # Set x-goog-api-client header
203
198
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
@@ -205,19 +200,17 @@ module Google
205
200
  gapic_version: ::Google::Cloud::Compute::V1::VERSION,
206
201
  transports_version_send: [:rest]
207
202
 
208
- options.apply_defaults timeout: @config.timeout,
203
+ options.apply_defaults timeout: @config.rpcs.aggregated_list.timeout,
209
204
  metadata: call_metadata
210
205
 
211
- uri, _body, query_string_params = transcode_aggregated_list request
212
- response = @client_stub.make_get_request(
213
- uri: uri,
214
- params: query_string_params,
215
- options: options
216
- )
217
- result = ::Google::Cloud::Compute::V1::AcceleratorTypeAggregatedList.decode_json response.body, ignore_unknown_fields: true
206
+ options.apply_defaults timeout: @config.timeout,
207
+ metadata: @config.metadata
218
208
 
219
- yield result, response if block_given?
220
- result
209
+ @accelerator_types_stub.aggregated_list request, options do |result, response|
210
+ result = ::Gapic::Rest::PagedEnumerable.new @accelerator_types_stub, :aggregated_list, "items", request, result, options
211
+ yield result, response if block_given?
212
+ return result
213
+ end
221
214
  rescue ::Faraday::Error => e
222
215
  gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
223
216
  raise ::Google::Cloud::Error.from_error(gapic_error)
@@ -249,7 +242,7 @@ module Google
249
242
  # Project ID for this request.
250
243
  # @param zone [::String]
251
244
  # The name of the zone for this request.
252
- # @yield [result, env] Access the result along with the Faraday environment object
245
+ # @yield [result, response] Access the result along with the Faraday response object
253
246
  # @yieldparam result [::Google::Cloud::Compute::V1::AcceleratorType]
254
247
  # @yieldparam response [::Faraday::Response]
255
248
  #
@@ -265,7 +258,7 @@ module Google
265
258
  options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
266
259
 
267
260
  # Customize the options with defaults
268
- call_metadata = {}
261
+ call_metadata = @config.rpcs.get.metadata.to_h
269
262
 
270
263
  # Set x-goog-api-client header
271
264
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
@@ -273,18 +266,16 @@ module Google
273
266
  gapic_version: ::Google::Cloud::Compute::V1::VERSION,
274
267
  transports_version_send: [:rest]
275
268
 
276
- options.apply_defaults timeout: @config.timeout,
269
+ options.apply_defaults timeout: @config.rpcs.get.timeout,
277
270
  metadata: call_metadata
278
271
 
279
- uri, _body, _query_string_params = transcode_get request
280
- response = @client_stub.make_get_request(
281
- uri: uri,
282
- options: options
283
- )
284
- result = ::Google::Cloud::Compute::V1::AcceleratorType.decode_json response.body, ignore_unknown_fields: true
272
+ options.apply_defaults timeout: @config.timeout,
273
+ metadata: @config.metadata
285
274
 
286
- yield result, response if block_given?
287
- result
275
+ @accelerator_types_stub.get request, options do |result, response|
276
+ yield result, response if block_given?
277
+ return result
278
+ end
288
279
  rescue ::Faraday::Error => e
289
280
  gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
290
281
  raise ::Google::Cloud::Error.from_error(gapic_error)
@@ -311,34 +302,24 @@ module Google
311
302
  # the default parameter values, pass an empty Hash as a request object (see above).
312
303
  #
313
304
  # @param filter [::String]
314
- # 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 `<`.
315
- #
316
- # For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`.
317
- #
318
- # 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.
319
- #
320
- # 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) ```
305
+ # 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) ```
321
306
  # @param max_results [::Integer]
322
307
  # 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`)
323
308
  # @param order_by [::String]
324
- # Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.
325
- #
326
- # 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.
327
- #
328
- # Currently, only sorting by `name` or `creationTimestamp desc` is supported.
309
+ # 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.
329
310
  # @param page_token [::String]
330
311
  # Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
331
312
  # @param project [::String]
332
313
  # Project ID for this request.
333
314
  # @param return_partial_success [::Boolean]
334
- # 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.
315
+ # Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
335
316
  # @param zone [::String]
336
317
  # The name of the zone for this request.
337
- # @yield [result, env] Access the result along with the Faraday environment object
338
- # @yieldparam result [::Google::Cloud::Compute::V1::AcceleratorTypeList]
318
+ # @yield [result, response] Access the result along with the Faraday response object
319
+ # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::AcceleratorType>]
339
320
  # @yieldparam response [::Faraday::Response]
340
321
  #
341
- # @return [::Google::Cloud::Compute::V1::AcceleratorTypeList]
322
+ # @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::AcceleratorType>]
342
323
  #
343
324
  # @raise [::Google::Cloud::Error] if the REST call is aborted.
344
325
  def list request, options = nil
@@ -350,7 +331,7 @@ module Google
350
331
  options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
351
332
 
352
333
  # Customize the options with defaults
353
- call_metadata = {}
334
+ call_metadata = @config.rpcs.list.metadata.to_h
354
335
 
355
336
  # Set x-goog-api-client header
356
337
  call_metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
@@ -358,19 +339,17 @@ module Google
358
339
  gapic_version: ::Google::Cloud::Compute::V1::VERSION,
359
340
  transports_version_send: [:rest]
360
341
 
361
- options.apply_defaults timeout: @config.timeout,
342
+ options.apply_defaults timeout: @config.rpcs.list.timeout,
362
343
  metadata: call_metadata
363
344
 
364
- uri, _body, query_string_params = transcode_list request
365
- response = @client_stub.make_get_request(
366
- uri: uri,
367
- params: query_string_params,
368
- options: options
369
- )
370
- result = ::Google::Cloud::Compute::V1::AcceleratorTypeList.decode_json response.body, ignore_unknown_fields: true
345
+ options.apply_defaults timeout: @config.timeout,
346
+ metadata: @config.metadata
371
347
 
372
- yield result, response if block_given?
373
- result
348
+ @accelerator_types_stub.list request, options do |result, response|
349
+ result = ::Gapic::Rest::PagedEnumerable.new @accelerator_types_stub, :list, "items", request, result, options
350
+ yield result, response if block_given?
351
+ return result
352
+ end
374
353
  rescue ::Faraday::Error => e
375
354
  gapic_error = ::Gapic::Rest::Error.wrap_faraday_error e
376
355
  raise ::Google::Cloud::Error.from_error(gapic_error)
@@ -425,6 +404,9 @@ module Google
425
404
  # @!attribute [rw] timeout
426
405
  # The call timeout in seconds.
427
406
  # @return [::Numeric]
407
+ # @!attribute [rw] metadata
408
+ # Additional REST headers to be sent with the call.
409
+ # @return [::Hash{::Symbol=>::String}]
428
410
  #
429
411
  class Configuration
430
412
  extend ::Gapic::Config
@@ -438,6 +420,7 @@ module Google
438
420
  config_attr :lib_name, nil, ::String, nil
439
421
  config_attr :lib_version, nil, ::String, nil
440
422
  config_attr :timeout, nil, ::Numeric, nil
423
+ config_attr :metadata, nil, ::Hash, nil
441
424
 
442
425
  # @private
443
426
  def initialize parent_config = nil
@@ -445,6 +428,60 @@ module Google
445
428
 
446
429
  yield self if block_given?
447
430
  end
431
+
432
+ ##
433
+ # Configurations for individual RPCs
434
+ # @return [Rpcs]
435
+ #
436
+ def rpcs
437
+ @rpcs ||= begin
438
+ parent_rpcs = nil
439
+ parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs)
440
+ Rpcs.new parent_rpcs
441
+ end
442
+ end
443
+
444
+ ##
445
+ # Configuration RPC class for the AcceleratorTypes API.
446
+ #
447
+ # Includes fields providing the configuration for each RPC in this service.
448
+ # Each configuration object is of type `Gapic::Config::Method` and includes
449
+ # the following configuration fields:
450
+ #
451
+ # * `timeout` (*type:* `Numeric`) - The call timeout in seconds
452
+ #
453
+ # there is one other field (`retry_policy`) that can be set
454
+ # but is currently not supported for REST Gapic libraries.
455
+ #
456
+ class Rpcs
457
+ ##
458
+ # RPC-specific configuration for `aggregated_list`
459
+ # @return [::Gapic::Config::Method]
460
+ #
461
+ attr_reader :aggregated_list
462
+ ##
463
+ # RPC-specific configuration for `get`
464
+ # @return [::Gapic::Config::Method]
465
+ #
466
+ attr_reader :get
467
+ ##
468
+ # RPC-specific configuration for `list`
469
+ # @return [::Gapic::Config::Method]
470
+ #
471
+ attr_reader :list
472
+
473
+ # @private
474
+ def initialize parent_rpcs = nil
475
+ aggregated_list_config = parent_rpcs.aggregated_list if parent_rpcs.respond_to? :aggregated_list
476
+ @aggregated_list = ::Gapic::Config::Method.new aggregated_list_config
477
+ get_config = parent_rpcs.get if parent_rpcs.respond_to? :get
478
+ @get = ::Gapic::Config::Method.new get_config
479
+ list_config = parent_rpcs.list if parent_rpcs.respond_to? :list
480
+ @list = ::Gapic::Config::Method.new list_config
481
+
482
+ yield self if block_given?
483
+ end
484
+ end
448
485
  end
449
486
  end
450
487
  end