google-cloud-compute-v1 3.3.0 → 3.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 (182) hide show
  1. checksums.yaml +4 -4
  2. data/lib/google/cloud/compute/v1/accelerator_types/rest/client.rb +181 -14
  3. data/lib/google/cloud/compute/v1/addresses/rest/client.rb +330 -20
  4. data/lib/google/cloud/compute/v1/addresses/rest/service_stub.rb +64 -0
  5. data/lib/google/cloud/compute/v1/advice/credentials.rb +52 -0
  6. data/lib/google/cloud/compute/v1/advice/rest/client.rb +431 -0
  7. data/lib/google/cloud/compute/v1/advice/rest/service_stub.rb +144 -0
  8. data/lib/google/cloud/compute/v1/advice/rest.rb +51 -0
  9. data/lib/google/cloud/compute/v1/advice.rb +47 -0
  10. data/lib/google/cloud/compute/v1/autoscalers/rest/client.rb +334 -21
  11. data/lib/google/cloud/compute/v1/autoscalers/rest/service_stub.rb +64 -0
  12. data/lib/google/cloud/compute/v1/backend_buckets/rest/client.rb +198 -23
  13. data/lib/google/cloud/compute/v1/backend_services/rest/client.rb +499 -40
  14. data/lib/google/cloud/compute/v1/backend_services/rest/service_stub.rb +62 -0
  15. data/lib/google/cloud/compute/v1/compute_pb.rb +281 -25
  16. data/lib/google/cloud/compute/v1/cross_site_networks/credentials.rb +52 -0
  17. data/lib/google/cloud/compute/v1/cross_site_networks/rest/client.rb +975 -0
  18. data/lib/google/cloud/compute/v1/cross_site_networks/rest/service_stub.rb +391 -0
  19. data/lib/google/cloud/compute/v1/cross_site_networks/rest.rb +51 -0
  20. data/lib/google/cloud/compute/v1/cross_site_networks.rb +47 -0
  21. data/lib/google/cloud/compute/v1/disk_types/rest/client.rb +181 -14
  22. data/lib/google/cloud/compute/v1/disks/rest/client.rb +390 -42
  23. data/lib/google/cloud/compute/v1/external_vpn_gateways/rest/client.rb +118 -11
  24. data/lib/google/cloud/compute/v1/firewall_policies/rest/client.rb +240 -25
  25. data/lib/google/cloud/compute/v1/firewalls/rest/client.rb +238 -13
  26. data/lib/google/cloud/compute/v1/firewalls/rest/service_stub.rb +63 -0
  27. data/lib/google/cloud/compute/v1/forwarding_rules/rest/client.rb +258 -23
  28. data/lib/google/cloud/compute/v1/future_reservations/credentials.rb +52 -0
  29. data/lib/google/cloud/compute/v1/future_reservations/rest/client.rb +1287 -0
  30. data/lib/google/cloud/compute/v1/future_reservations/rest/service_stub.rb +520 -0
  31. data/lib/google/cloud/compute/v1/future_reservations/rest.rb +51 -0
  32. data/lib/google/cloud/compute/v1/future_reservations.rb +47 -0
  33. data/lib/google/cloud/compute/v1/global_addresses/rest/client.rb +217 -10
  34. data/lib/google/cloud/compute/v1/global_addresses/rest/service_stub.rb +63 -0
  35. data/lib/google/cloud/compute/v1/global_forwarding_rules/rest/client.rb +151 -15
  36. data/lib/google/cloud/compute/v1/global_network_endpoint_groups/rest/client.rb +246 -21
  37. data/lib/google/cloud/compute/v1/global_operations/rest/client.rb +203 -18
  38. data/lib/google/cloud/compute/v1/global_organization_operations/rest/client.rb +91 -9
  39. data/lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest/client.rb +128 -10
  40. data/lib/google/cloud/compute/v1/health_checks/rest/client.rb +333 -21
  41. data/lib/google/cloud/compute/v1/health_checks/rest/service_stub.rb +63 -0
  42. data/lib/google/cloud/compute/v1/image_family_views/rest/client.rb +2 -1
  43. data/lib/google/cloud/compute/v1/images/rest/client.rb +161 -18
  44. data/lib/google/cloud/compute/v1/instance_group_manager_resize_requests/rest/client.rb +159 -24
  45. data/lib/google/cloud/compute/v1/instance_group_managers/rest/client.rb +920 -95
  46. data/lib/google/cloud/compute/v1/instance_groups/rest/client.rb +473 -40
  47. data/lib/google/cloud/compute/v1/instance_groups/rest/service_stub.rb +64 -0
  48. data/lib/google/cloud/compute/v1/instance_settings_service/rest/client.rb +13 -1
  49. data/lib/google/cloud/compute/v1/instance_templates/rest/client.rb +220 -20
  50. data/lib/google/cloud/compute/v1/instances/rest/client.rb +1144 -99
  51. data/lib/google/cloud/compute/v1/instances/rest/service_stub.rb +127 -0
  52. data/lib/google/cloud/compute/v1/instant_snapshots/rest/client.rb +235 -21
  53. data/lib/google/cloud/compute/v1/interconnect_attachment_groups/rest/client.rb +139 -14
  54. data/lib/google/cloud/compute/v1/interconnect_attachments/rest/client.rb +242 -21
  55. data/lib/google/cloud/compute/v1/interconnect_groups/rest/client.rb +139 -14
  56. data/lib/google/cloud/compute/v1/interconnect_locations/rest/client.rb +87 -7
  57. data/lib/google/cloud/compute/v1/interconnect_remote_locations/rest/client.rb +87 -7
  58. data/lib/google/cloud/compute/v1/interconnects/rest/client.rb +145 -14
  59. data/lib/google/cloud/compute/v1/license_codes/rest/client.rb +9 -2
  60. data/lib/google/cloud/compute/v1/licenses/rest/client.rb +161 -16
  61. data/lib/google/cloud/compute/v1/machine_images/rest/client.rb +124 -13
  62. data/lib/google/cloud/compute/v1/machine_types/rest/client.rb +181 -14
  63. data/lib/google/cloud/compute/v1/network_attachments/rest/client.rb +232 -20
  64. data/lib/google/cloud/compute/v1/network_edge_security_services/rest/client.rb +138 -12
  65. data/lib/google/cloud/compute/v1/network_endpoint_groups/rest/client.rb +361 -37
  66. data/lib/google/cloud/compute/v1/network_firewall_policies/rest/client.rb +354 -33
  67. data/lib/google/cloud/compute/v1/network_profiles/rest/client.rb +85 -6
  68. data/lib/google/cloud/compute/v1/networks/rest/client.rb +281 -23
  69. data/lib/google/cloud/compute/v1/node_groups/rest/client.rb +381 -32
  70. data/lib/google/cloud/compute/v1/node_templates/rest/client.rb +213 -19
  71. data/lib/google/cloud/compute/v1/node_types/rest/client.rb +181 -14
  72. data/lib/google/cloud/compute/v1/organization_security_policies/credentials.rb +52 -0
  73. data/lib/google/cloud/compute/v1/organization_security_policies/rest/client.rb +2259 -0
  74. data/lib/google/cloud/compute/v1/organization_security_policies/rest/service_stub.rb +1054 -0
  75. data/lib/google/cloud/compute/v1/organization_security_policies/rest.rb +51 -0
  76. data/lib/google/cloud/compute/v1/organization_security_policies.rb +47 -0
  77. data/lib/google/cloud/compute/v1/packet_mirrorings/rest/client.rb +226 -19
  78. data/lib/google/cloud/compute/v1/preview_features/credentials.rb +52 -0
  79. data/lib/google/cloud/compute/v1/preview_features/rest/client.rb +739 -0
  80. data/lib/google/cloud/compute/v1/preview_features/rest/service_stub.rb +267 -0
  81. data/lib/google/cloud/compute/v1/preview_features/rest.rb +51 -0
  82. data/lib/google/cloud/compute/v1/preview_features.rb +47 -0
  83. data/lib/google/cloud/compute/v1/projects/rest/client.rb +346 -30
  84. data/lib/google/cloud/compute/v1/public_advertised_prefixes/rest/client.rb +154 -12
  85. data/lib/google/cloud/compute/v1/public_delegated_prefixes/rest/client.rb +255 -22
  86. data/lib/google/cloud/compute/v1/region_autoscalers/rest/client.rb +238 -13
  87. data/lib/google/cloud/compute/v1/region_autoscalers/rest/service_stub.rb +64 -0
  88. data/lib/google/cloud/compute/v1/region_backend_services/rest/client.rb +260 -26
  89. data/lib/google/cloud/compute/v1/region_commitments/rest/client.rb +212 -18
  90. data/lib/google/cloud/compute/v1/region_composite_health_checks/credentials.rb +52 -0
  91. data/lib/google/cloud/compute/v1/region_composite_health_checks/rest/client.rb +1268 -0
  92. data/lib/google/cloud/compute/v1/region_composite_health_checks/rest/service_stub.rb +521 -0
  93. data/lib/google/cloud/compute/v1/region_composite_health_checks/rest.rb +51 -0
  94. data/lib/google/cloud/compute/v1/region_composite_health_checks.rb +47 -0
  95. data/lib/google/cloud/compute/v1/region_disk_types/rest/client.rb +83 -5
  96. data/lib/google/cloud/compute/v1/region_disks/rest/client.rb +269 -29
  97. data/lib/google/cloud/compute/v1/region_health_aggregation_policies/credentials.rb +52 -0
  98. data/lib/google/cloud/compute/v1/region_health_aggregation_policies/rest/client.rb +1268 -0
  99. data/lib/google/cloud/compute/v1/region_health_aggregation_policies/rest/service_stub.rb +521 -0
  100. data/lib/google/cloud/compute/v1/region_health_aggregation_policies/rest.rb +51 -0
  101. data/lib/google/cloud/compute/v1/region_health_aggregation_policies.rb +47 -0
  102. data/lib/google/cloud/compute/v1/region_health_check_services/rest/client.rb +427 -17
  103. data/lib/google/cloud/compute/v1/region_health_check_services/rest/service_stub.rb +125 -0
  104. data/lib/google/cloud/compute/v1/region_health_checks/rest/client.rb +238 -13
  105. data/lib/google/cloud/compute/v1/region_health_checks/rest/service_stub.rb +64 -0
  106. data/lib/google/cloud/compute/v1/region_health_sources/credentials.rb +52 -0
  107. data/lib/google/cloud/compute/v1/region_health_sources/rest/client.rb +1268 -0
  108. data/lib/google/cloud/compute/v1/region_health_sources/rest/service_stub.rb +521 -0
  109. data/lib/google/cloud/compute/v1/region_health_sources/rest.rb +51 -0
  110. data/lib/google/cloud/compute/v1/region_health_sources.rb +47 -0
  111. data/lib/google/cloud/compute/v1/region_instance_group_managers/rest/client.rb +750 -64
  112. data/lib/google/cloud/compute/v1/region_instance_groups/rest/client.rb +280 -14
  113. data/lib/google/cloud/compute/v1/region_instance_groups/rest/service_stub.rb +64 -0
  114. data/lib/google/cloud/compute/v1/region_instance_templates/rest/client.rb +115 -10
  115. data/lib/google/cloud/compute/v1/region_instances/rest/client.rb +15 -2
  116. data/lib/google/cloud/compute/v1/region_instant_snapshots/rest/client.rb +139 -13
  117. data/lib/google/cloud/compute/v1/region_network_endpoint_groups/rest/client.rb +264 -28
  118. data/lib/google/cloud/compute/v1/region_network_firewall_policies/rest/client.rb +213 -20
  119. data/lib/google/cloud/compute/v1/region_notification_endpoints/rest/client.rb +399 -11
  120. data/lib/google/cloud/compute/v1/region_notification_endpoints/rest/service_stub.rb +125 -0
  121. data/lib/google/cloud/compute/v1/region_operations/rest/client.rb +107 -10
  122. data/lib/google/cloud/compute/v1/region_security_policies/rest/client.rb +149 -14
  123. data/lib/google/cloud/compute/v1/region_ssl_certificates/rest/client.rb +116 -10
  124. data/lib/google/cloud/compute/v1/region_ssl_policies/rest/client.rb +220 -20
  125. data/lib/google/cloud/compute/v1/region_target_http_proxies/rest/client.rb +126 -10
  126. data/lib/google/cloud/compute/v1/region_target_https_proxies/rest/client.rb +158 -14
  127. data/lib/google/cloud/compute/v1/region_target_tcp_proxies/rest/client.rb +113 -9
  128. data/lib/google/cloud/compute/v1/region_url_maps/rest/client.rb +104 -14
  129. data/lib/google/cloud/compute/v1/region_zones/rest/client.rb +85 -6
  130. data/lib/google/cloud/compute/v1/regions/rest/client.rb +120 -7
  131. data/lib/google/cloud/compute/v1/reservation_blocks/rest/client.rb +396 -11
  132. data/lib/google/cloud/compute/v1/reservation_blocks/rest/service_stub.rb +194 -0
  133. data/lib/google/cloud/compute/v1/reservation_slots/credentials.rb +52 -0
  134. data/lib/google/cloud/compute/v1/reservation_slots/rest/client.rb +863 -0
  135. data/lib/google/cloud/compute/v1/reservation_slots/rest/service_stub.rb +338 -0
  136. data/lib/google/cloud/compute/v1/reservation_slots/rest.rb +51 -0
  137. data/lib/google/cloud/compute/v1/reservation_slots.rb +47 -0
  138. data/lib/google/cloud/compute/v1/reservation_sub_blocks/rest/client.rb +642 -12
  139. data/lib/google/cloud/compute/v1/reservation_sub_blocks/rest/service_stub.rb +327 -3
  140. data/lib/google/cloud/compute/v1/reservations/rest/client.rb +257 -24
  141. data/lib/google/cloud/compute/v1/resource_policies/rest/client.rb +224 -19
  142. data/lib/google/cloud/compute/v1/rest.rb +10 -0
  143. data/lib/google/cloud/compute/v1/routers/rest/client.rb +555 -50
  144. data/lib/google/cloud/compute/v1/routes/rest/client.rb +202 -8
  145. data/lib/google/cloud/compute/v1/routes/rest/service_stub.rb +63 -0
  146. data/lib/google/cloud/compute/v1/security_policies/rest/client.rb +316 -26
  147. data/lib/google/cloud/compute/v1/service_attachments/rest/client.rb +234 -22
  148. data/lib/google/cloud/compute/v1/snapshot_settings_service/rest/client.rb +13 -1
  149. data/lib/google/cloud/compute/v1/snapshots/rest/client.rb +130 -13
  150. data/lib/google/cloud/compute/v1/ssl_certificates/rest/client.rb +210 -17
  151. data/lib/google/cloud/compute/v1/ssl_policies/rest/client.rb +315 -27
  152. data/lib/google/cloud/compute/v1/storage_pool_types/rest/client.rb +181 -14
  153. data/lib/google/cloud/compute/v1/storage_pools/rest/client.rb +321 -28
  154. data/lib/google/cloud/compute/v1/subnetworks/rest/client.rb +378 -34
  155. data/lib/google/cloud/compute/v1/target_grpc_proxies/rest/client.rb +128 -10
  156. data/lib/google/cloud/compute/v1/target_http_proxies/rest/client.rb +240 -20
  157. data/lib/google/cloud/compute/v1/target_https_proxies/rest/client.rb +306 -30
  158. data/lib/google/cloud/compute/v1/target_instances/rest/client.rb +320 -20
  159. data/lib/google/cloud/compute/v1/target_instances/rest/service_stub.rb +64 -0
  160. data/lib/google/cloud/compute/v1/target_pools/rest/client.rb +387 -26
  161. data/lib/google/cloud/compute/v1/target_pools/rest/service_stub.rb +64 -0
  162. data/lib/google/cloud/compute/v1/target_ssl_proxies/rest/client.rb +281 -19
  163. data/lib/google/cloud/compute/v1/target_ssl_proxies/rest/service_stub.rb +63 -0
  164. data/lib/google/cloud/compute/v1/target_tcp_proxies/rest/client.rb +329 -20
  165. data/lib/google/cloud/compute/v1/target_tcp_proxies/rest/service_stub.rb +63 -0
  166. data/lib/google/cloud/compute/v1/target_vpn_gateways/rest/client.rb +224 -19
  167. data/lib/google/cloud/compute/v1/url_maps/rest/client.rb +354 -24
  168. data/lib/google/cloud/compute/v1/url_maps/rest/service_stub.rb +63 -0
  169. data/lib/google/cloud/compute/v1/version.rb +1 -1
  170. data/lib/google/cloud/compute/v1/vpn_gateways/rest/client.rb +224 -19
  171. data/lib/google/cloud/compute/v1/vpn_tunnels/rest/client.rb +224 -19
  172. data/lib/google/cloud/compute/v1/wire_groups/credentials.rb +52 -0
  173. data/lib/google/cloud/compute/v1/wire_groups/rest/client.rb +980 -0
  174. data/lib/google/cloud/compute/v1/wire_groups/rest/service_stub.rb +396 -0
  175. data/lib/google/cloud/compute/v1/wire_groups/rest.rb +51 -0
  176. data/lib/google/cloud/compute/v1/wire_groups.rb +47 -0
  177. data/lib/google/cloud/compute/v1/zone_operations/rest/client.rb +106 -10
  178. data/lib/google/cloud/compute/v1/zones/rest/client.rb +83 -5
  179. data/lib/google/cloud/compute/v1.rb +10 -0
  180. data/proto_docs/google/api/client.rb +149 -29
  181. data/proto_docs/google/cloud/compute/v1/compute.rb +44226 -5514
  182. metadata +52 -2
@@ -256,7 +256,19 @@ module Google
256
256
  # @param project [::String]
257
257
  # Project ID for this request.
258
258
  # @param request_id [::String]
259
- # 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).
259
+ # An optional request ID to identify requests. Specify a unique request ID so
260
+ # that if you must retry your request, the server will know to ignore the
261
+ # request if it has already been completed.
262
+ #
263
+ # For example, consider a situation where you make an initial request and
264
+ # the request times out. If you make the request again with the same
265
+ # request ID, the server can check if original operation with the same
266
+ # request ID was received, and if so, will ignore the second request. This
267
+ # prevents clients from accidentally creating duplicate commitments.
268
+ #
269
+ # The request ID must be
270
+ # a valid UUID with the exception that zero UUID is not supported
271
+ # (00000000-0000-0000-0000-000000000000).
260
272
  # @param zone [::String]
261
273
  # The name of the zone for this request.
262
274
  # @yield [result, operation] Access the result along with the TransportOperation object
@@ -328,7 +340,11 @@ module Google
328
340
  end
329
341
 
330
342
  ##
331
- # Retrieves an aggregated list of node groups. Note: use nodeGroups.listNodes for more details about each group. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.
343
+ # Retrieves an aggregated list of node groups.
344
+ # Note: use nodeGroups.listNodes for more details about each group.
345
+ #
346
+ # To prevent failure, Google recommends that you set the
347
+ # `returnPartialSuccess` parameter to `true`.
332
348
  #
333
349
  # @overload aggregated_list(request, options = nil)
334
350
  # Pass arguments to `aggregated_list` via a request object, either of type
@@ -346,21 +362,106 @@ module Google
346
362
  # the default parameter values, pass an empty Hash as a request object (see above).
347
363
  #
348
364
  # @param filter [::String]
349
- # A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The 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`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` 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) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.
365
+ # A filter expression that filters resources listed in the response. Most
366
+ # Compute resources support two types of filter expressions:
367
+ # expressions that support regular expressions and expressions that follow
368
+ # API improvement proposal AIP-160.
369
+ # These two types of filter expressions cannot be mixed in one request.
370
+ #
371
+ # If you want to use AIP-160, your expression must specify the field name, an
372
+ # operator, and the value that you want to use for filtering. The value
373
+ # must be a string, a number, or a boolean. The operator
374
+ # must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.
375
+ #
376
+ # For example, if you are filtering Compute Engine instances, you can
377
+ # exclude instances named `example-instance` by specifying
378
+ # `name != example-instance`.
379
+ #
380
+ # The `:*` comparison can be used to test whether a key has been defined.
381
+ # For example, to find all objects with `owner` label use:
382
+ # ```
383
+ # labels.owner:*
384
+ # ```
385
+ #
386
+ # You can also filter nested fields. For example, you could specify
387
+ # `scheduling.automaticRestart = false` to include instances only
388
+ # if they are not scheduled for automatic restarts. You can use filtering
389
+ # on nested fields to filter based onresource labels.
390
+ #
391
+ # To filter on multiple expressions, provide each separate expression within
392
+ # parentheses. For example:
393
+ # ```
394
+ # (scheduling.automaticRestart = true)
395
+ # (cpuPlatform = "Intel Skylake")
396
+ # ```
397
+ # By default, each expression is an `AND` expression. However, you
398
+ # can include `AND` and `OR` expressions explicitly.
399
+ # For example:
400
+ # ```
401
+ # (cpuPlatform = "Intel Skylake") OR
402
+ # (cpuPlatform = "Intel Broadwell") AND
403
+ # (scheduling.automaticRestart = true)
404
+ # ```
405
+ #
406
+ # If you want to use a regular expression, use the `eq` (equal) or `ne`
407
+ # (not equal) operator against a single un-parenthesized expression with or
408
+ # without quotes or against multiple parenthesized expressions. Examples:
409
+ #
410
+ # `fieldname eq unquoted literal`
411
+ # `fieldname eq 'single quoted literal'`
412
+ # `fieldname eq "double quoted literal"`
413
+ # `(fieldname1 eq literal) (fieldname2 ne "literal")`
414
+ #
415
+ # The literal value is interpreted as a regular expression using GoogleRE2 library syntax.
416
+ # The literal value must match the entire field.
417
+ #
418
+ # For example, to filter for instances that do not end with name "instance",
419
+ # you would use `name ne .*instance`.
420
+ #
421
+ # You cannot combine constraints on multiple fields using regular
422
+ # expressions.
350
423
  # @param include_all_scopes [::Boolean]
351
- # 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.
424
+ # Indicates whether every visible scope for each scope type (zone, region,
425
+ # global) should be included in the response. For new resource types added
426
+ # after this field, the flag has no effect as new resource types will always
427
+ # include every visible scope for each scope type in response. For resource
428
+ # types which predate this field, if this flag is omitted or false, only
429
+ # scopes of the scope types where the resource type is expected to be found
430
+ # will be included.
352
431
  # @param max_results [::Integer]
353
- # 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`)
432
+ # The maximum number of results per page that should be returned.
433
+ # If the number of available results is larger than `maxResults`,
434
+ # Compute Engine returns a `nextPageToken` that can be used to get
435
+ # the next page of results in subsequent list requests. Acceptable values are
436
+ # `0` to `500`, inclusive. (Default: `500`)
354
437
  # @param order_by [::String]
355
- # 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.
438
+ # Sorts list results by a certain order. By default, results
439
+ # are returned in alphanumerical order based on the resource name.
440
+ #
441
+ # You can also sort results in descending order based on the creation
442
+ # timestamp using `orderBy="creationTimestamp desc"`. This sorts
443
+ # results based on the `creationTimestamp` field in
444
+ # reverse chronological order (newest result first). Use this to sort
445
+ # resources like operations so that the newest operation is returned first.
446
+ #
447
+ # Currently, only sorting by `name` or
448
+ # `creationTimestamp desc` is supported.
356
449
  # @param page_token [::String]
357
- # Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
450
+ # Specifies a page token to use. Set `pageToken` to the
451
+ # `nextPageToken` returned by a previous list request to get
452
+ # the next page of results.
358
453
  # @param project [::String]
359
454
  # Project ID for this request.
360
455
  # @param return_partial_success [::Boolean]
361
- # Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.
456
+ # Opt-in for partial success behavior which provides partial results in case
457
+ # of failure. The default value is false.
458
+ #
459
+ # For example, when partial success behavior is enabled, aggregatedList for a
460
+ # single zone scope either returns all resources in the zone or no resources,
461
+ # with an error code.
362
462
  # @param service_project_number [::Integer]
363
- # The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.
463
+ # The Shared VPC service project id or service project number for which
464
+ # aggregated list request is invoked for subnetworks list-usable api.
364
465
  # @yield [result, operation] Access the result along with the TransportOperation object
365
466
  # @yieldparam result [::Gapic::Rest::PagedEnumerable<::String, ::Google::Cloud::Compute::V1::NodeGroupsScopedList>]
366
467
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -444,7 +545,19 @@ module Google
444
545
  # @param project [::String]
445
546
  # Project ID for this request.
446
547
  # @param request_id [::String]
447
- # 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).
548
+ # An optional request ID to identify requests. Specify a unique request ID so
549
+ # that if you must retry your request, the server will know to ignore the
550
+ # request if it has already been completed.
551
+ #
552
+ # For example, consider a situation where you make an initial request and
553
+ # the request times out. If you make the request again with the same
554
+ # request ID, the server can check if original operation with the same
555
+ # request ID was received, and if so, will ignore the second request. This
556
+ # prevents clients from accidentally creating duplicate commitments.
557
+ #
558
+ # The request ID must be
559
+ # a valid UUID with the exception that zero UUID is not supported
560
+ # (00000000-0000-0000-0000-000000000000).
448
561
  # @param zone [::String]
449
562
  # The name of the zone for this request.
450
563
  # @yield [result, operation] Access the result along with the TransportOperation object
@@ -540,7 +653,19 @@ module Google
540
653
  # @param project [::String]
541
654
  # Project ID for this request.
542
655
  # @param request_id [::String]
543
- # 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).
656
+ # An optional request ID to identify requests. Specify a unique request ID so
657
+ # that if you must retry your request, the server will know to ignore the
658
+ # request if it has already been completed.
659
+ #
660
+ # For example, consider a situation where you make an initial request and
661
+ # the request times out. If you make the request again with the same
662
+ # request ID, the server can check if original operation with the same
663
+ # request ID was received, and if so, will ignore the second request. This
664
+ # prevents clients from accidentally creating duplicate commitments.
665
+ #
666
+ # The request ID must be
667
+ # a valid UUID with the exception that zero UUID is not supported
668
+ # (00000000-0000-0000-0000-000000000000).
544
669
  # @param zone [::String]
545
670
  # The name of the zone for this request.
546
671
  # @yield [result, operation] Access the result along with the TransportOperation object
@@ -612,7 +737,10 @@ module Google
612
737
  end
613
738
 
614
739
  ##
615
- # Returns the specified NodeGroup. Get a list of available NodeGroups by making a list() request. Note: the "nodes" field should not be used. Use nodeGroups.listNodes instead.
740
+ # Returns the specified NodeGroup. Get a list of available NodeGroups
741
+ # by making a list() request.
742
+ # Note: the "nodes" field should not be used. Use nodeGroups.listNodes
743
+ # instead.
616
744
  #
617
745
  # @overload get(request, options = nil)
618
746
  # Pass arguments to `get` via a request object, either of type
@@ -694,7 +822,8 @@ module Google
694
822
  end
695
823
 
696
824
  ##
697
- # Gets the access control policy for a resource. May be empty if no such policy or resource exists.
825
+ # Gets the access control policy for a resource. May be empty if no such
826
+ # policy or resource exists.
698
827
  #
699
828
  # @overload get_iam_policy(request, options = nil)
700
829
  # Pass arguments to `get_iam_policy` via a request object, either of type
@@ -778,7 +907,8 @@ module Google
778
907
  end
779
908
 
780
909
  ##
781
- # Creates a NodeGroup resource in the specified project using the data included in the request.
910
+ # Creates a NodeGroup resource in the specified project using the data
911
+ # included in the request.
782
912
  #
783
913
  # @overload insert(request, options = nil)
784
914
  # Pass arguments to `insert` via a request object, either of type
@@ -802,7 +932,19 @@ module Google
802
932
  # @param project [::String]
803
933
  # Project ID for this request.
804
934
  # @param request_id [::String]
805
- # 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).
935
+ # An optional request ID to identify requests. Specify a unique request ID so
936
+ # that if you must retry your request, the server will know to ignore the
937
+ # request if it has already been completed.
938
+ #
939
+ # For example, consider a situation where you make an initial request and
940
+ # the request times out. If you make the request again with the same
941
+ # request ID, the server can check if original operation with the same
942
+ # request ID was received, and if so, will ignore the second request. This
943
+ # prevents clients from accidentally creating duplicate commitments.
944
+ #
945
+ # The request ID must be
946
+ # a valid UUID with the exception that zero UUID is not supported
947
+ # (00000000-0000-0000-0000-000000000000).
806
948
  # @param zone [::String]
807
949
  # The name of the zone for this request.
808
950
  # @yield [result, operation] Access the result along with the TransportOperation object
@@ -874,7 +1016,8 @@ module Google
874
1016
  end
875
1017
 
876
1018
  ##
877
- # Retrieves a list of node groups available to the specified project. Note: use nodeGroups.listNodes for more details about each group.
1019
+ # Retrieves a list of node groups available to the specified project.
1020
+ # Note: use nodeGroups.listNodes for more details about each group.
878
1021
  #
879
1022
  # @overload list(request, options = nil)
880
1023
  # Pass arguments to `list` via a request object, either of type
@@ -892,17 +1035,95 @@ module Google
892
1035
  # the default parameter values, pass an empty Hash as a request object (see above).
893
1036
  #
894
1037
  # @param filter [::String]
895
- # A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The 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`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` 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) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.
1038
+ # A filter expression that filters resources listed in the response. Most
1039
+ # Compute resources support two types of filter expressions:
1040
+ # expressions that support regular expressions and expressions that follow
1041
+ # API improvement proposal AIP-160.
1042
+ # These two types of filter expressions cannot be mixed in one request.
1043
+ #
1044
+ # If you want to use AIP-160, your expression must specify the field name, an
1045
+ # operator, and the value that you want to use for filtering. The value
1046
+ # must be a string, a number, or a boolean. The operator
1047
+ # must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.
1048
+ #
1049
+ # For example, if you are filtering Compute Engine instances, you can
1050
+ # exclude instances named `example-instance` by specifying
1051
+ # `name != example-instance`.
1052
+ #
1053
+ # The `:*` comparison can be used to test whether a key has been defined.
1054
+ # For example, to find all objects with `owner` label use:
1055
+ # ```
1056
+ # labels.owner:*
1057
+ # ```
1058
+ #
1059
+ # You can also filter nested fields. For example, you could specify
1060
+ # `scheduling.automaticRestart = false` to include instances only
1061
+ # if they are not scheduled for automatic restarts. You can use filtering
1062
+ # on nested fields to filter based onresource labels.
1063
+ #
1064
+ # To filter on multiple expressions, provide each separate expression within
1065
+ # parentheses. For example:
1066
+ # ```
1067
+ # (scheduling.automaticRestart = true)
1068
+ # (cpuPlatform = "Intel Skylake")
1069
+ # ```
1070
+ # By default, each expression is an `AND` expression. However, you
1071
+ # can include `AND` and `OR` expressions explicitly.
1072
+ # For example:
1073
+ # ```
1074
+ # (cpuPlatform = "Intel Skylake") OR
1075
+ # (cpuPlatform = "Intel Broadwell") AND
1076
+ # (scheduling.automaticRestart = true)
1077
+ # ```
1078
+ #
1079
+ # If you want to use a regular expression, use the `eq` (equal) or `ne`
1080
+ # (not equal) operator against a single un-parenthesized expression with or
1081
+ # without quotes or against multiple parenthesized expressions. Examples:
1082
+ #
1083
+ # `fieldname eq unquoted literal`
1084
+ # `fieldname eq 'single quoted literal'`
1085
+ # `fieldname eq "double quoted literal"`
1086
+ # `(fieldname1 eq literal) (fieldname2 ne "literal")`
1087
+ #
1088
+ # The literal value is interpreted as a regular expression using GoogleRE2 library syntax.
1089
+ # The literal value must match the entire field.
1090
+ #
1091
+ # For example, to filter for instances that do not end with name "instance",
1092
+ # you would use `name ne .*instance`.
1093
+ #
1094
+ # You cannot combine constraints on multiple fields using regular
1095
+ # expressions.
896
1096
  # @param max_results [::Integer]
897
- # 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`)
1097
+ # The maximum number of results per page that should be returned.
1098
+ # If the number of available results is larger than `maxResults`,
1099
+ # Compute Engine returns a `nextPageToken` that can be used to get
1100
+ # the next page of results in subsequent list requests. Acceptable values are
1101
+ # `0` to `500`, inclusive. (Default: `500`)
898
1102
  # @param order_by [::String]
899
- # 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.
1103
+ # Sorts list results by a certain order. By default, results
1104
+ # are returned in alphanumerical order based on the resource name.
1105
+ #
1106
+ # You can also sort results in descending order based on the creation
1107
+ # timestamp using `orderBy="creationTimestamp desc"`. This sorts
1108
+ # results based on the `creationTimestamp` field in
1109
+ # reverse chronological order (newest result first). Use this to sort
1110
+ # resources like operations so that the newest operation is returned first.
1111
+ #
1112
+ # Currently, only sorting by `name` or
1113
+ # `creationTimestamp desc` is supported.
900
1114
  # @param page_token [::String]
901
- # Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
1115
+ # Specifies a page token to use. Set `pageToken` to the
1116
+ # `nextPageToken` returned by a previous list request to get
1117
+ # the next page of results.
902
1118
  # @param project [::String]
903
1119
  # Project ID for this request.
904
1120
  # @param return_partial_success [::Boolean]
905
- # Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.
1121
+ # Opt-in for partial success behavior which provides partial results in case
1122
+ # of failure. The default value is false.
1123
+ #
1124
+ # For example, when partial success behavior is enabled, aggregatedList for a
1125
+ # single zone scope either returns all resources in the zone or no resources,
1126
+ # with an error code.
906
1127
  # @param zone [::String]
907
1128
  # The name of the zone for this request.
908
1129
  # @yield [result, operation] Access the result along with the TransportOperation object
@@ -984,19 +1205,97 @@ module Google
984
1205
  # the default parameter values, pass an empty Hash as a request object (see above).
985
1206
  #
986
1207
  # @param filter [::String]
987
- # A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. These two types of filter expressions cannot be mixed in one request. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The 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`. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` 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) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`. You cannot combine constraints on multiple fields using regular expressions.
1208
+ # A filter expression that filters resources listed in the response. Most
1209
+ # Compute resources support two types of filter expressions:
1210
+ # expressions that support regular expressions and expressions that follow
1211
+ # API improvement proposal AIP-160.
1212
+ # These two types of filter expressions cannot be mixed in one request.
1213
+ #
1214
+ # If you want to use AIP-160, your expression must specify the field name, an
1215
+ # operator, and the value that you want to use for filtering. The value
1216
+ # must be a string, a number, or a boolean. The operator
1217
+ # must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.
1218
+ #
1219
+ # For example, if you are filtering Compute Engine instances, you can
1220
+ # exclude instances named `example-instance` by specifying
1221
+ # `name != example-instance`.
1222
+ #
1223
+ # The `:*` comparison can be used to test whether a key has been defined.
1224
+ # For example, to find all objects with `owner` label use:
1225
+ # ```
1226
+ # labels.owner:*
1227
+ # ```
1228
+ #
1229
+ # You can also filter nested fields. For example, you could specify
1230
+ # `scheduling.automaticRestart = false` to include instances only
1231
+ # if they are not scheduled for automatic restarts. You can use filtering
1232
+ # on nested fields to filter based onresource labels.
1233
+ #
1234
+ # To filter on multiple expressions, provide each separate expression within
1235
+ # parentheses. For example:
1236
+ # ```
1237
+ # (scheduling.automaticRestart = true)
1238
+ # (cpuPlatform = "Intel Skylake")
1239
+ # ```
1240
+ # By default, each expression is an `AND` expression. However, you
1241
+ # can include `AND` and `OR` expressions explicitly.
1242
+ # For example:
1243
+ # ```
1244
+ # (cpuPlatform = "Intel Skylake") OR
1245
+ # (cpuPlatform = "Intel Broadwell") AND
1246
+ # (scheduling.automaticRestart = true)
1247
+ # ```
1248
+ #
1249
+ # If you want to use a regular expression, use the `eq` (equal) or `ne`
1250
+ # (not equal) operator against a single un-parenthesized expression with or
1251
+ # without quotes or against multiple parenthesized expressions. Examples:
1252
+ #
1253
+ # `fieldname eq unquoted literal`
1254
+ # `fieldname eq 'single quoted literal'`
1255
+ # `fieldname eq "double quoted literal"`
1256
+ # `(fieldname1 eq literal) (fieldname2 ne "literal")`
1257
+ #
1258
+ # The literal value is interpreted as a regular expression using GoogleRE2 library syntax.
1259
+ # The literal value must match the entire field.
1260
+ #
1261
+ # For example, to filter for instances that do not end with name "instance",
1262
+ # you would use `name ne .*instance`.
1263
+ #
1264
+ # You cannot combine constraints on multiple fields using regular
1265
+ # expressions.
988
1266
  # @param max_results [::Integer]
989
- # 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`)
1267
+ # The maximum number of results per page that should be returned.
1268
+ # If the number of available results is larger than `maxResults`,
1269
+ # Compute Engine returns a `nextPageToken` that can be used to get
1270
+ # the next page of results in subsequent list requests. Acceptable values are
1271
+ # `0` to `500`, inclusive. (Default: `500`)
990
1272
  # @param node_group [::String]
991
1273
  # Name of the NodeGroup resource whose nodes you want to list.
992
1274
  # @param order_by [::String]
993
- # 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.
1275
+ # Sorts list results by a certain order. By default, results
1276
+ # are returned in alphanumerical order based on the resource name.
1277
+ #
1278
+ # You can also sort results in descending order based on the creation
1279
+ # timestamp using `orderBy="creationTimestamp desc"`. This sorts
1280
+ # results based on the `creationTimestamp` field in
1281
+ # reverse chronological order (newest result first). Use this to sort
1282
+ # resources like operations so that the newest operation is returned first.
1283
+ #
1284
+ # Currently, only sorting by `name` or
1285
+ # `creationTimestamp desc` is supported.
994
1286
  # @param page_token [::String]
995
- # Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
1287
+ # Specifies a page token to use. Set `pageToken` to the
1288
+ # `nextPageToken` returned by a previous list request to get
1289
+ # the next page of results.
996
1290
  # @param project [::String]
997
1291
  # Project ID for this request.
998
1292
  # @param return_partial_success [::Boolean]
999
- # Opt-in for partial success behavior which provides partial results in case of failure. The default value is false. For example, when partial success behavior is enabled, aggregatedList for a single zone scope either returns all resources in the zone or no resources, with an error code.
1293
+ # Opt-in for partial success behavior which provides partial results in case
1294
+ # of failure. The default value is false.
1295
+ #
1296
+ # For example, when partial success behavior is enabled, aggregatedList for a
1297
+ # single zone scope either returns all resources in the zone or no resources,
1298
+ # with an error code.
1000
1299
  # @param zone [::String]
1001
1300
  # The name of the zone for this request.
1002
1301
  # @yield [result, operation] Access the result along with the TransportOperation object
@@ -1084,7 +1383,19 @@ module Google
1084
1383
  # @param project [::String]
1085
1384
  # Project ID for this request.
1086
1385
  # @param request_id [::String]
1087
- # 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).
1386
+ # An optional request ID to identify requests. Specify a unique request ID so
1387
+ # that if you must retry your request, the server will know to ignore the
1388
+ # request if it has already been completed.
1389
+ #
1390
+ # For example, consider a situation where you make an initial request and
1391
+ # the request times out. If you make the request again with the same
1392
+ # request ID, the server can check if original operation with the same
1393
+ # request ID was received, and if so, will ignore the second request. This
1394
+ # prevents clients from accidentally creating duplicate commitments.
1395
+ #
1396
+ # The request ID must be
1397
+ # a valid UUID with the exception that zero UUID is not supported
1398
+ # (00000000-0000-0000-0000-000000000000).
1088
1399
  # @param zone [::String]
1089
1400
  # The name of the zone for this request.
1090
1401
  # @yield [result, operation] Access the result along with the TransportOperation object
@@ -1180,7 +1491,19 @@ module Google
1180
1491
  # @param project [::String]
1181
1492
  # Project ID for this request.
1182
1493
  # @param request_id [::String]
1183
- # 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).
1494
+ # An optional request ID to identify requests. Specify a unique request ID so
1495
+ # that if you must retry your request, the server will know to ignore the
1496
+ # request if it has already been completed.
1497
+ #
1498
+ # For example, consider a situation where you make an initial request and
1499
+ # the request times out. If you make the request again with the same
1500
+ # request ID, the server can check if original operation with the same
1501
+ # request ID was received, and if so, will ignore the second request. This
1502
+ # prevents clients from accidentally creating duplicate commitments.
1503
+ #
1504
+ # The request ID must be
1505
+ # a valid UUID with the exception that zero UUID is not supported
1506
+ # (00000000-0000-0000-0000-000000000000).
1184
1507
  # @param zone [::String]
1185
1508
  # The name of the zone for this request.
1186
1509
  # @yield [result, operation] Access the result along with the TransportOperation object
@@ -1252,7 +1575,8 @@ module Google
1252
1575
  end
1253
1576
 
1254
1577
  ##
1255
- # Sets the access control policy on the specified resource. Replaces any existing policy.
1578
+ # Sets the access control policy on the specified resource.
1579
+ # Replaces any existing policy.
1256
1580
  #
1257
1581
  # @overload set_iam_policy(request, options = nil)
1258
1582
  # Pass arguments to `set_iam_policy` via a request object, either of type
@@ -1360,7 +1684,19 @@ module Google
1360
1684
  # @param project [::String]
1361
1685
  # Project ID for this request.
1362
1686
  # @param request_id [::String]
1363
- # 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).
1687
+ # An optional request ID to identify requests. Specify a unique request ID so
1688
+ # that if you must retry your request, the server will know to ignore the
1689
+ # request if it has already been completed.
1690
+ #
1691
+ # For example, consider a situation where you make an initial request and
1692
+ # the request times out. If you make the request again with the same
1693
+ # request ID, the server can check if original operation with the same
1694
+ # request ID was received, and if so, will ignore the second request. This
1695
+ # prevents clients from accidentally creating duplicate commitments.
1696
+ #
1697
+ # The request ID must be
1698
+ # a valid UUID with the exception that zero UUID is not supported
1699
+ # (00000000-0000-0000-0000-000000000000).
1364
1700
  # @param zone [::String]
1365
1701
  # The name of the zone for this request.
1366
1702
  # @yield [result, operation] Access the result along with the TransportOperation object
@@ -1450,13 +1786,26 @@ module Google
1450
1786
  # the default parameter values, pass an empty Hash as a request object (see above).
1451
1787
  #
1452
1788
  # @param node_group [::String]
1453
- # Name of the NodeGroup resource whose nodes will go under maintenance simulation.
1789
+ # Name of the NodeGroup resource whose nodes will go under maintenance
1790
+ # simulation.
1454
1791
  # @param node_groups_simulate_maintenance_event_request_resource [::Google::Cloud::Compute::V1::NodeGroupsSimulateMaintenanceEventRequest, ::Hash]
1455
1792
  # The body resource for this request
1456
1793
  # @param project [::String]
1457
1794
  # Project ID for this request.
1458
1795
  # @param request_id [::String]
1459
- # 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).
1796
+ # An optional request ID to identify requests. Specify a unique request ID so
1797
+ # that if you must retry your request, the server will know to ignore the
1798
+ # request if it has already been completed.
1799
+ #
1800
+ # For example, consider a situation where you make an initial request and
1801
+ # the request times out. If you make the request again with the same
1802
+ # request ID, the server can check if original operation with the same
1803
+ # request ID was received, and if so, will ignore the second request. This
1804
+ # prevents clients from accidentally creating duplicate commitments.
1805
+ #
1806
+ # The request ID must be
1807
+ # a valid UUID with the exception that zero UUID is not supported
1808
+ # (00000000-0000-0000-0000-000000000000).
1460
1809
  # @param zone [::String]
1461
1810
  # The name of the zone for this request.
1462
1811
  # @yield [result, operation] Access the result along with the TransportOperation object