google-cloud-compute-v1 3.4.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 (175) 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 +237 -20
  4. data/lib/google/cloud/compute/v1/advice/credentials.rb +52 -0
  5. data/lib/google/cloud/compute/v1/advice/rest/client.rb +431 -0
  6. data/lib/google/cloud/compute/v1/advice/rest/service_stub.rb +144 -0
  7. data/lib/google/cloud/compute/v1/advice/rest.rb +51 -0
  8. data/lib/google/cloud/compute/v1/advice.rb +47 -0
  9. data/lib/google/cloud/compute/v1/autoscalers/rest/client.rb +334 -21
  10. data/lib/google/cloud/compute/v1/autoscalers/rest/service_stub.rb +64 -0
  11. data/lib/google/cloud/compute/v1/backend_buckets/rest/client.rb +198 -23
  12. data/lib/google/cloud/compute/v1/backend_services/rest/client.rb +499 -40
  13. data/lib/google/cloud/compute/v1/backend_services/rest/service_stub.rb +62 -0
  14. data/lib/google/cloud/compute/v1/compute_pb.rb +264 -25
  15. data/lib/google/cloud/compute/v1/cross_site_networks/credentials.rb +52 -0
  16. data/lib/google/cloud/compute/v1/cross_site_networks/rest/client.rb +975 -0
  17. data/lib/google/cloud/compute/v1/cross_site_networks/rest/service_stub.rb +391 -0
  18. data/lib/google/cloud/compute/v1/cross_site_networks/rest.rb +51 -0
  19. data/lib/google/cloud/compute/v1/cross_site_networks.rb +47 -0
  20. data/lib/google/cloud/compute/v1/disk_types/rest/client.rb +181 -14
  21. data/lib/google/cloud/compute/v1/disks/rest/client.rb +390 -42
  22. data/lib/google/cloud/compute/v1/external_vpn_gateways/rest/client.rb +118 -11
  23. data/lib/google/cloud/compute/v1/firewall_policies/rest/client.rb +240 -25
  24. data/lib/google/cloud/compute/v1/firewalls/rest/client.rb +238 -13
  25. data/lib/google/cloud/compute/v1/firewalls/rest/service_stub.rb +63 -0
  26. data/lib/google/cloud/compute/v1/forwarding_rules/rest/client.rb +258 -23
  27. data/lib/google/cloud/compute/v1/future_reservations/credentials.rb +52 -0
  28. data/lib/google/cloud/compute/v1/future_reservations/rest/client.rb +1287 -0
  29. data/lib/google/cloud/compute/v1/future_reservations/rest/service_stub.rb +520 -0
  30. data/lib/google/cloud/compute/v1/future_reservations/rest.rb +51 -0
  31. data/lib/google/cloud/compute/v1/future_reservations.rb +47 -0
  32. data/lib/google/cloud/compute/v1/global_addresses/rest/client.rb +126 -10
  33. data/lib/google/cloud/compute/v1/global_forwarding_rules/rest/client.rb +151 -15
  34. data/lib/google/cloud/compute/v1/global_network_endpoint_groups/rest/client.rb +246 -21
  35. data/lib/google/cloud/compute/v1/global_operations/rest/client.rb +203 -18
  36. data/lib/google/cloud/compute/v1/global_organization_operations/rest/client.rb +91 -9
  37. data/lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest/client.rb +128 -10
  38. data/lib/google/cloud/compute/v1/health_checks/rest/client.rb +333 -21
  39. data/lib/google/cloud/compute/v1/health_checks/rest/service_stub.rb +63 -0
  40. data/lib/google/cloud/compute/v1/image_family_views/rest/client.rb +2 -1
  41. data/lib/google/cloud/compute/v1/images/rest/client.rb +161 -18
  42. data/lib/google/cloud/compute/v1/instance_group_manager_resize_requests/rest/client.rb +159 -24
  43. data/lib/google/cloud/compute/v1/instance_group_managers/rest/client.rb +920 -95
  44. data/lib/google/cloud/compute/v1/instance_groups/rest/client.rb +380 -40
  45. data/lib/google/cloud/compute/v1/instance_settings_service/rest/client.rb +13 -1
  46. data/lib/google/cloud/compute/v1/instance_templates/rest/client.rb +220 -20
  47. data/lib/google/cloud/compute/v1/instances/rest/client.rb +939 -104
  48. data/lib/google/cloud/compute/v1/instant_snapshots/rest/client.rb +235 -21
  49. data/lib/google/cloud/compute/v1/interconnect_attachment_groups/rest/client.rb +139 -14
  50. data/lib/google/cloud/compute/v1/interconnect_attachments/rest/client.rb +242 -21
  51. data/lib/google/cloud/compute/v1/interconnect_groups/rest/client.rb +139 -14
  52. data/lib/google/cloud/compute/v1/interconnect_locations/rest/client.rb +87 -7
  53. data/lib/google/cloud/compute/v1/interconnect_remote_locations/rest/client.rb +87 -7
  54. data/lib/google/cloud/compute/v1/interconnects/rest/client.rb +145 -14
  55. data/lib/google/cloud/compute/v1/license_codes/rest/client.rb +9 -2
  56. data/lib/google/cloud/compute/v1/licenses/rest/client.rb +161 -16
  57. data/lib/google/cloud/compute/v1/machine_images/rest/client.rb +124 -13
  58. data/lib/google/cloud/compute/v1/machine_types/rest/client.rb +181 -14
  59. data/lib/google/cloud/compute/v1/network_attachments/rest/client.rb +232 -20
  60. data/lib/google/cloud/compute/v1/network_edge_security_services/rest/client.rb +138 -12
  61. data/lib/google/cloud/compute/v1/network_endpoint_groups/rest/client.rb +361 -37
  62. data/lib/google/cloud/compute/v1/network_firewall_policies/rest/client.rb +354 -33
  63. data/lib/google/cloud/compute/v1/network_profiles/rest/client.rb +85 -6
  64. data/lib/google/cloud/compute/v1/networks/rest/client.rb +281 -23
  65. data/lib/google/cloud/compute/v1/node_groups/rest/client.rb +381 -32
  66. data/lib/google/cloud/compute/v1/node_templates/rest/client.rb +213 -19
  67. data/lib/google/cloud/compute/v1/node_types/rest/client.rb +181 -14
  68. data/lib/google/cloud/compute/v1/organization_security_policies/credentials.rb +52 -0
  69. data/lib/google/cloud/compute/v1/organization_security_policies/rest/client.rb +2259 -0
  70. data/lib/google/cloud/compute/v1/organization_security_policies/rest/service_stub.rb +1054 -0
  71. data/lib/google/cloud/compute/v1/organization_security_policies/rest.rb +51 -0
  72. data/lib/google/cloud/compute/v1/organization_security_policies.rb +47 -0
  73. data/lib/google/cloud/compute/v1/packet_mirrorings/rest/client.rb +226 -19
  74. data/lib/google/cloud/compute/v1/preview_features/credentials.rb +52 -0
  75. data/lib/google/cloud/compute/v1/preview_features/rest/client.rb +739 -0
  76. data/lib/google/cloud/compute/v1/preview_features/rest/service_stub.rb +267 -0
  77. data/lib/google/cloud/compute/v1/preview_features/rest.rb +51 -0
  78. data/lib/google/cloud/compute/v1/preview_features.rb +47 -0
  79. data/lib/google/cloud/compute/v1/projects/rest/client.rb +346 -30
  80. data/lib/google/cloud/compute/v1/public_advertised_prefixes/rest/client.rb +154 -12
  81. data/lib/google/cloud/compute/v1/public_delegated_prefixes/rest/client.rb +255 -22
  82. data/lib/google/cloud/compute/v1/region_autoscalers/rest/client.rb +238 -13
  83. data/lib/google/cloud/compute/v1/region_autoscalers/rest/service_stub.rb +64 -0
  84. data/lib/google/cloud/compute/v1/region_backend_services/rest/client.rb +260 -26
  85. data/lib/google/cloud/compute/v1/region_commitments/rest/client.rb +212 -18
  86. data/lib/google/cloud/compute/v1/region_composite_health_checks/credentials.rb +52 -0
  87. data/lib/google/cloud/compute/v1/region_composite_health_checks/rest/client.rb +1268 -0
  88. data/lib/google/cloud/compute/v1/region_composite_health_checks/rest/service_stub.rb +521 -0
  89. data/lib/google/cloud/compute/v1/region_composite_health_checks/rest.rb +51 -0
  90. data/lib/google/cloud/compute/v1/region_composite_health_checks.rb +47 -0
  91. data/lib/google/cloud/compute/v1/region_disk_types/rest/client.rb +83 -5
  92. data/lib/google/cloud/compute/v1/region_disks/rest/client.rb +269 -29
  93. data/lib/google/cloud/compute/v1/region_health_aggregation_policies/credentials.rb +52 -0
  94. data/lib/google/cloud/compute/v1/region_health_aggregation_policies/rest/client.rb +1268 -0
  95. data/lib/google/cloud/compute/v1/region_health_aggregation_policies/rest/service_stub.rb +521 -0
  96. data/lib/google/cloud/compute/v1/region_health_aggregation_policies/rest.rb +51 -0
  97. data/lib/google/cloud/compute/v1/region_health_aggregation_policies.rb +47 -0
  98. data/lib/google/cloud/compute/v1/region_health_check_services/rest/client.rb +427 -17
  99. data/lib/google/cloud/compute/v1/region_health_check_services/rest/service_stub.rb +125 -0
  100. data/lib/google/cloud/compute/v1/region_health_checks/rest/client.rb +238 -13
  101. data/lib/google/cloud/compute/v1/region_health_checks/rest/service_stub.rb +64 -0
  102. data/lib/google/cloud/compute/v1/region_health_sources/credentials.rb +52 -0
  103. data/lib/google/cloud/compute/v1/region_health_sources/rest/client.rb +1268 -0
  104. data/lib/google/cloud/compute/v1/region_health_sources/rest/service_stub.rb +521 -0
  105. data/lib/google/cloud/compute/v1/region_health_sources/rest.rb +51 -0
  106. data/lib/google/cloud/compute/v1/region_health_sources.rb +47 -0
  107. data/lib/google/cloud/compute/v1/region_instance_group_managers/rest/client.rb +750 -64
  108. data/lib/google/cloud/compute/v1/region_instance_groups/rest/client.rb +187 -14
  109. data/lib/google/cloud/compute/v1/region_instance_templates/rest/client.rb +115 -10
  110. data/lib/google/cloud/compute/v1/region_instances/rest/client.rb +15 -2
  111. data/lib/google/cloud/compute/v1/region_instant_snapshots/rest/client.rb +139 -13
  112. data/lib/google/cloud/compute/v1/region_network_endpoint_groups/rest/client.rb +264 -28
  113. data/lib/google/cloud/compute/v1/region_network_firewall_policies/rest/client.rb +213 -20
  114. data/lib/google/cloud/compute/v1/region_notification_endpoints/rest/client.rb +399 -11
  115. data/lib/google/cloud/compute/v1/region_notification_endpoints/rest/service_stub.rb +125 -0
  116. data/lib/google/cloud/compute/v1/region_operations/rest/client.rb +107 -10
  117. data/lib/google/cloud/compute/v1/region_security_policies/rest/client.rb +149 -14
  118. data/lib/google/cloud/compute/v1/region_ssl_certificates/rest/client.rb +116 -10
  119. data/lib/google/cloud/compute/v1/region_ssl_policies/rest/client.rb +220 -20
  120. data/lib/google/cloud/compute/v1/region_target_http_proxies/rest/client.rb +126 -10
  121. data/lib/google/cloud/compute/v1/region_target_https_proxies/rest/client.rb +158 -14
  122. data/lib/google/cloud/compute/v1/region_target_tcp_proxies/rest/client.rb +113 -9
  123. data/lib/google/cloud/compute/v1/region_url_maps/rest/client.rb +104 -14
  124. data/lib/google/cloud/compute/v1/region_zones/rest/client.rb +85 -6
  125. data/lib/google/cloud/compute/v1/regions/rest/client.rb +120 -7
  126. data/lib/google/cloud/compute/v1/reservation_blocks/rest/client.rb +396 -11
  127. data/lib/google/cloud/compute/v1/reservation_blocks/rest/service_stub.rb +194 -0
  128. data/lib/google/cloud/compute/v1/reservation_slots/credentials.rb +52 -0
  129. data/lib/google/cloud/compute/v1/reservation_slots/rest/client.rb +863 -0
  130. data/lib/google/cloud/compute/v1/reservation_slots/rest/service_stub.rb +338 -0
  131. data/lib/google/cloud/compute/v1/reservation_slots/rest.rb +51 -0
  132. data/lib/google/cloud/compute/v1/reservation_slots.rb +47 -0
  133. data/lib/google/cloud/compute/v1/reservation_sub_blocks/rest/client.rb +642 -12
  134. data/lib/google/cloud/compute/v1/reservation_sub_blocks/rest/service_stub.rb +327 -3
  135. data/lib/google/cloud/compute/v1/reservations/rest/client.rb +257 -24
  136. data/lib/google/cloud/compute/v1/resource_policies/rest/client.rb +224 -19
  137. data/lib/google/cloud/compute/v1/rest.rb +10 -0
  138. data/lib/google/cloud/compute/v1/routers/rest/client.rb +555 -50
  139. data/lib/google/cloud/compute/v1/routes/rest/client.rb +202 -8
  140. data/lib/google/cloud/compute/v1/routes/rest/service_stub.rb +63 -0
  141. data/lib/google/cloud/compute/v1/security_policies/rest/client.rb +316 -26
  142. data/lib/google/cloud/compute/v1/service_attachments/rest/client.rb +231 -21
  143. data/lib/google/cloud/compute/v1/snapshot_settings_service/rest/client.rb +13 -1
  144. data/lib/google/cloud/compute/v1/snapshots/rest/client.rb +130 -13
  145. data/lib/google/cloud/compute/v1/ssl_certificates/rest/client.rb +210 -17
  146. data/lib/google/cloud/compute/v1/ssl_policies/rest/client.rb +315 -27
  147. data/lib/google/cloud/compute/v1/storage_pool_types/rest/client.rb +181 -14
  148. data/lib/google/cloud/compute/v1/storage_pools/rest/client.rb +321 -28
  149. data/lib/google/cloud/compute/v1/subnetworks/rest/client.rb +378 -34
  150. data/lib/google/cloud/compute/v1/target_grpc_proxies/rest/client.rb +128 -10
  151. data/lib/google/cloud/compute/v1/target_http_proxies/rest/client.rb +240 -20
  152. data/lib/google/cloud/compute/v1/target_https_proxies/rest/client.rb +306 -30
  153. data/lib/google/cloud/compute/v1/target_instances/rest/client.rb +227 -20
  154. data/lib/google/cloud/compute/v1/target_pools/rest/client.rb +294 -26
  155. data/lib/google/cloud/compute/v1/target_ssl_proxies/rest/client.rb +281 -19
  156. data/lib/google/cloud/compute/v1/target_ssl_proxies/rest/service_stub.rb +63 -0
  157. data/lib/google/cloud/compute/v1/target_tcp_proxies/rest/client.rb +329 -20
  158. data/lib/google/cloud/compute/v1/target_tcp_proxies/rest/service_stub.rb +63 -0
  159. data/lib/google/cloud/compute/v1/target_vpn_gateways/rest/client.rb +224 -19
  160. data/lib/google/cloud/compute/v1/url_maps/rest/client.rb +354 -24
  161. data/lib/google/cloud/compute/v1/url_maps/rest/service_stub.rb +63 -0
  162. data/lib/google/cloud/compute/v1/version.rb +1 -1
  163. data/lib/google/cloud/compute/v1/vpn_gateways/rest/client.rb +224 -19
  164. data/lib/google/cloud/compute/v1/vpn_tunnels/rest/client.rb +224 -19
  165. data/lib/google/cloud/compute/v1/wire_groups/credentials.rb +52 -0
  166. data/lib/google/cloud/compute/v1/wire_groups/rest/client.rb +980 -0
  167. data/lib/google/cloud/compute/v1/wire_groups/rest/service_stub.rb +396 -0
  168. data/lib/google/cloud/compute/v1/wire_groups/rest.rb +51 -0
  169. data/lib/google/cloud/compute/v1/wire_groups.rb +47 -0
  170. data/lib/google/cloud/compute/v1/zone_operations/rest/client.rb +106 -10
  171. data/lib/google/cloud/compute/v1/zones/rest/client.rb +83 -5
  172. data/lib/google/cloud/compute/v1.rb +10 -0
  173. data/proto_docs/google/api/client.rb +149 -29
  174. data/proto_docs/google/cloud/compute/v1/compute.rb +43929 -5522
  175. metadata +52 -2
@@ -230,7 +230,19 @@ module Google
230
230
  # @param project [::String]
231
231
  # Project ID for this request.
232
232
  # @param request_id [::String]
233
- # 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).
233
+ # An optional request ID to identify requests. Specify a unique request ID so
234
+ # that if you must retry your request, the server will know to ignore the
235
+ # request if it has already been completed.
236
+ #
237
+ # For example, consider a situation where you make an initial request and
238
+ # the request times out. If you make the request again with the same
239
+ # request ID, the server can check if original operation with the same
240
+ # request ID was received, and if so, will ignore the second request. This
241
+ # prevents clients from accidentally creating duplicate commitments.
242
+ #
243
+ # The request ID must be
244
+ # a valid UUID with the exception that zero UUID is not supported
245
+ # (00000000-0000-0000-0000-000000000000).
234
246
  # @yield [result, operation] Access the result along with the TransportOperation object
235
247
  # @yieldparam result [::Gapic::GenericLRO::Operation]
236
248
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -299,7 +311,8 @@ module Google
299
311
  end
300
312
 
301
313
  ##
302
- # Returns the specified externalVpnGateway. Get a list of available externalVpnGateways by making a list() request.
314
+ # Returns the specified externalVpnGateway. Get a list of available
315
+ # externalVpnGateways by making a list() request.
303
316
  #
304
317
  # @overload get(request, options = nil)
305
318
  # Pass arguments to `get` via a request object, either of type
@@ -379,7 +392,8 @@ module Google
379
392
  end
380
393
 
381
394
  ##
382
- # Creates a ExternalVpnGateway in the specified project using the data included in the request.
395
+ # Creates a ExternalVpnGateway in the specified project using
396
+ # the data included in the request.
383
397
  #
384
398
  # @overload insert(request, options = nil)
385
399
  # Pass arguments to `insert` via a request object, either of type
@@ -401,7 +415,19 @@ module Google
401
415
  # @param project [::String]
402
416
  # Project ID for this request.
403
417
  # @param request_id [::String]
404
- # 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).
418
+ # An optional request ID to identify requests. Specify a unique request ID so
419
+ # that if you must retry your request, the server will know to ignore the
420
+ # request if it has already been completed.
421
+ #
422
+ # For example, consider a situation where you make an initial request and
423
+ # the request times out. If you make the request again with the same
424
+ # request ID, the server can check if original operation with the same
425
+ # request ID was received, and if so, will ignore the second request. This
426
+ # prevents clients from accidentally creating duplicate commitments.
427
+ #
428
+ # The request ID must be
429
+ # a valid UUID with the exception that zero UUID is not supported
430
+ # (00000000-0000-0000-0000-000000000000).
405
431
  # @yield [result, operation] Access the result along with the TransportOperation object
406
432
  # @yieldparam result [::Gapic::GenericLRO::Operation]
407
433
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -470,7 +496,8 @@ module Google
470
496
  end
471
497
 
472
498
  ##
473
- # Retrieves the list of ExternalVpnGateway available to the specified project.
499
+ # Retrieves the list of ExternalVpnGateway available to the specified
500
+ # project.
474
501
  #
475
502
  # @overload list(request, options = nil)
476
503
  # Pass arguments to `list` via a request object, either of type
@@ -488,17 +515,95 @@ module Google
488
515
  # the default parameter values, pass an empty Hash as a request object (see above).
489
516
  #
490
517
  # @param filter [::String]
491
- # 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.
518
+ # A filter expression that filters resources listed in the response. Most
519
+ # Compute resources support two types of filter expressions:
520
+ # expressions that support regular expressions and expressions that follow
521
+ # API improvement proposal AIP-160.
522
+ # These two types of filter expressions cannot be mixed in one request.
523
+ #
524
+ # If you want to use AIP-160, your expression must specify the field name, an
525
+ # operator, and the value that you want to use for filtering. The value
526
+ # must be a string, a number, or a boolean. The operator
527
+ # must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.
528
+ #
529
+ # For example, if you are filtering Compute Engine instances, you can
530
+ # exclude instances named `example-instance` by specifying
531
+ # `name != example-instance`.
532
+ #
533
+ # The `:*` comparison can be used to test whether a key has been defined.
534
+ # For example, to find all objects with `owner` label use:
535
+ # ```
536
+ # labels.owner:*
537
+ # ```
538
+ #
539
+ # You can also filter nested fields. For example, you could specify
540
+ # `scheduling.automaticRestart = false` to include instances only
541
+ # if they are not scheduled for automatic restarts. You can use filtering
542
+ # on nested fields to filter based onresource labels.
543
+ #
544
+ # To filter on multiple expressions, provide each separate expression within
545
+ # parentheses. For example:
546
+ # ```
547
+ # (scheduling.automaticRestart = true)
548
+ # (cpuPlatform = "Intel Skylake")
549
+ # ```
550
+ # By default, each expression is an `AND` expression. However, you
551
+ # can include `AND` and `OR` expressions explicitly.
552
+ # For example:
553
+ # ```
554
+ # (cpuPlatform = "Intel Skylake") OR
555
+ # (cpuPlatform = "Intel Broadwell") AND
556
+ # (scheduling.automaticRestart = true)
557
+ # ```
558
+ #
559
+ # If you want to use a regular expression, use the `eq` (equal) or `ne`
560
+ # (not equal) operator against a single un-parenthesized expression with or
561
+ # without quotes or against multiple parenthesized expressions. Examples:
562
+ #
563
+ # `fieldname eq unquoted literal`
564
+ # `fieldname eq 'single quoted literal'`
565
+ # `fieldname eq "double quoted literal"`
566
+ # `(fieldname1 eq literal) (fieldname2 ne "literal")`
567
+ #
568
+ # The literal value is interpreted as a regular expression using GoogleRE2 library syntax.
569
+ # The literal value must match the entire field.
570
+ #
571
+ # For example, to filter for instances that do not end with name "instance",
572
+ # you would use `name ne .*instance`.
573
+ #
574
+ # You cannot combine constraints on multiple fields using regular
575
+ # expressions.
492
576
  # @param max_results [::Integer]
493
- # 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`)
577
+ # The maximum number of results per page that should be returned.
578
+ # If the number of available results is larger than `maxResults`,
579
+ # Compute Engine returns a `nextPageToken` that can be used to get
580
+ # the next page of results in subsequent list requests. Acceptable values are
581
+ # `0` to `500`, inclusive. (Default: `500`)
494
582
  # @param order_by [::String]
495
- # 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.
583
+ # Sorts list results by a certain order. By default, results
584
+ # are returned in alphanumerical order based on the resource name.
585
+ #
586
+ # You can also sort results in descending order based on the creation
587
+ # timestamp using `orderBy="creationTimestamp desc"`. This sorts
588
+ # results based on the `creationTimestamp` field in
589
+ # reverse chronological order (newest result first). Use this to sort
590
+ # resources like operations so that the newest operation is returned first.
591
+ #
592
+ # Currently, only sorting by `name` or
593
+ # `creationTimestamp desc` is supported.
496
594
  # @param page_token [::String]
497
- # Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
595
+ # Specifies a page token to use. Set `pageToken` to the
596
+ # `nextPageToken` returned by a previous list request to get
597
+ # the next page of results.
498
598
  # @param project [::String]
499
599
  # Project ID for this request.
500
600
  # @param return_partial_success [::Boolean]
501
- # 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.
601
+ # Opt-in for partial success behavior which provides partial results in case
602
+ # of failure. The default value is false.
603
+ #
604
+ # For example, when partial success behavior is enabled, aggregatedList for a
605
+ # single zone scope either returns all resources in the zone or no resources,
606
+ # with an error code.
502
607
  # @yield [result, operation] Access the result along with the TransportOperation object
503
608
  # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::ExternalVpnGateway>]
504
609
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -560,7 +665,9 @@ module Google
560
665
  end
561
666
 
562
667
  ##
563
- # Sets the labels on an ExternalVpnGateway. To learn more about labels, read the Labeling Resources documentation.
668
+ # Sets the labels on an ExternalVpnGateway. To learn more about labels,
669
+ # read the Labeling
670
+ # Resources documentation.
564
671
  #
565
672
  # @overload set_labels(request, options = nil)
566
673
  # Pass arguments to `set_labels` via a request object, either of type
@@ -266,9 +266,23 @@ module Google
266
266
  # @param firewall_policy_association_resource [::Google::Cloud::Compute::V1::FirewallPolicyAssociation, ::Hash]
267
267
  # The body resource for this request
268
268
  # @param replace_existing_association [::Boolean]
269
- # Indicates whether or not to replace it if an association of the attachment already exists. This is false by default, in which case an error will be returned if an association already exists.
269
+ # Indicates whether or not to replace it if an association of the attachment
270
+ # already exists. This is false by default, in which case an error will be
271
+ # returned if an association already exists.
270
272
  # @param request_id [::String]
271
- # 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).
273
+ # An optional request ID to identify requests. Specify a unique request ID so
274
+ # that if you must retry your request, the server will know to ignore the
275
+ # request if it has already been completed.
276
+ #
277
+ # For example, consider a situation where you make an initial request and
278
+ # the request times out. If you make the request again with the same
279
+ # request ID, the server can check if original operation with the same
280
+ # request ID was received, and if so, will ignore the second request. This
281
+ # prevents clients from accidentally creating duplicate commitments.
282
+ #
283
+ # The request ID must be
284
+ # a valid UUID with the exception that zero UUID is not supported
285
+ # (00000000-0000-0000-0000-000000000000).
272
286
  # @yield [result, operation] Access the result along with the TransportOperation object
273
287
  # @yieldparam result [::Gapic::GenericLRO::Operation]
274
288
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -357,7 +371,19 @@ module Google
357
371
  # @param firewall_policy_rule_resource [::Google::Cloud::Compute::V1::FirewallPolicyRule, ::Hash]
358
372
  # The body resource for this request
359
373
  # @param request_id [::String]
360
- # 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).
374
+ # An optional request ID to identify requests. Specify a unique request ID so
375
+ # that if you must retry your request, the server will know to ignore the
376
+ # request if it has already been completed.
377
+ #
378
+ # For example, consider a situation where you make an initial request and
379
+ # the request times out. If you make the request again with the same
380
+ # request ID, the server can check if original operation with the same
381
+ # request ID was received, and if so, will ignore the second request. This
382
+ # prevents clients from accidentally creating duplicate commitments.
383
+ #
384
+ # The request ID must be
385
+ # a valid UUID with the exception that zero UUID is not supported
386
+ # (00000000-0000-0000-0000-000000000000).
361
387
  # @yield [result, operation] Access the result along with the TransportOperation object
362
388
  # @yieldparam result [::Gapic::GenericLRO::Operation]
363
389
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -444,7 +470,19 @@ module Google
444
470
  # @param firewall_policy [::String]
445
471
  # Name of the firewall policy to update.
446
472
  # @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).
473
+ # An optional request ID to identify requests. Specify a unique request ID so
474
+ # that if you must retry your request, the server will know to ignore the
475
+ # request if it has already been completed.
476
+ #
477
+ # For example, consider a situation where you make an initial request and
478
+ # the request times out. If you make the request again with the same
479
+ # request ID, the server can check if original operation with the same
480
+ # request ID was received, and if so, will ignore the second request. This
481
+ # prevents clients from accidentally creating duplicate commitments.
482
+ #
483
+ # The request ID must be
484
+ # a valid UUID with the exception that zero UUID is not supported
485
+ # (00000000-0000-0000-0000-000000000000).
448
486
  # @param source_firewall_policy [::String]
449
487
  # The firewall policy from which to copy rules.
450
488
  # @yield [result, operation] Access the result along with the TransportOperation object
@@ -533,7 +571,19 @@ module Google
533
571
  # @param firewall_policy [::String]
534
572
  # Name of the firewall policy to delete.
535
573
  # @param request_id [::String]
536
- # 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).
574
+ # An optional request ID to identify requests. Specify a unique request ID so
575
+ # that if you must retry your request, the server will know to ignore the
576
+ # request if it has already been completed.
577
+ #
578
+ # For example, consider a situation where you make an initial request and
579
+ # the request times out. If you make the request again with the same
580
+ # request ID, the server can check if original operation with the same
581
+ # request ID was received, and if so, will ignore the second request. This
582
+ # prevents clients from accidentally creating duplicate commitments.
583
+ #
584
+ # The request ID must be
585
+ # a valid UUID with the exception that zero UUID is not supported
586
+ # (00000000-0000-0000-0000-000000000000).
537
587
  # @yield [result, operation] Access the result along with the TransportOperation object
538
588
  # @yieldparam result [::Gapic::GenericLRO::Operation]
539
589
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -758,7 +808,8 @@ module Google
758
808
  end
759
809
 
760
810
  ##
761
- # Gets the access control policy for a resource. May be empty if no such policy or resource exists.
811
+ # Gets the access control policy for a resource. May be empty if no such
812
+ # policy or resource exists.
762
813
  #
763
814
  # @overload get_iam_policy(request, options = nil)
764
815
  # Pass arguments to `get_iam_policy` via a request object, either of type
@@ -918,7 +969,8 @@ module Google
918
969
  end
919
970
 
920
971
  ##
921
- # Creates a new policy in the specified project using the data included in the request.
972
+ # Creates a new policy in the specified project using the data included in
973
+ # the request.
922
974
  #
923
975
  # @overload insert(request, options = nil)
924
976
  # Pass arguments to `insert` via a request object, either of type
@@ -938,9 +990,23 @@ module Google
938
990
  # @param firewall_policy_resource [::Google::Cloud::Compute::V1::FirewallPolicy, ::Hash]
939
991
  # The body resource for this request
940
992
  # @param parent_id [::String]
941
- # Parent ID for this request. The ID can be either be "folders/[FOLDER_ID]" if the parent is a folder or "organizations/[ORGANIZATION_ID]" if the parent is an organization.
993
+ # Parent ID for this request. The ID can be either be "folders/[FOLDER_ID]"
994
+ # if the parent is a folder or "organizations/[ORGANIZATION_ID]" if the
995
+ # parent is an organization.
942
996
  # @param request_id [::String]
943
- # 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).
997
+ # An optional request ID to identify requests. Specify a unique request ID so
998
+ # that if you must retry your request, the server will know to ignore the
999
+ # request if it has already been completed.
1000
+ #
1001
+ # For example, consider a situation where you make an initial request and
1002
+ # the request times out. If you make the request again with the same
1003
+ # request ID, the server can check if original operation with the same
1004
+ # request ID was received, and if so, will ignore the second request. This
1005
+ # prevents clients from accidentally creating duplicate commitments.
1006
+ #
1007
+ # The request ID must be
1008
+ # a valid UUID with the exception that zero UUID is not supported
1009
+ # (00000000-0000-0000-0000-000000000000).
944
1010
  # @yield [result, operation] Access the result along with the TransportOperation object
945
1011
  # @yieldparam result [::Gapic::GenericLRO::Operation]
946
1012
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -1009,7 +1075,8 @@ module Google
1009
1075
  end
1010
1076
 
1011
1077
  ##
1012
- # Lists all the policies that have been configured for the specified folder or organization.
1078
+ # Lists all the policies that have been configured for the specified
1079
+ # folder or organization.
1013
1080
  #
1014
1081
  # @overload list(request, options = nil)
1015
1082
  # Pass arguments to `list` via a request object, either of type
@@ -1027,17 +1094,97 @@ module Google
1027
1094
  # the default parameter values, pass an empty Hash as a request object (see above).
1028
1095
  #
1029
1096
  # @param filter [::String]
1030
- # 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.
1097
+ # A filter expression that filters resources listed in the response. Most
1098
+ # Compute resources support two types of filter expressions:
1099
+ # expressions that support regular expressions and expressions that follow
1100
+ # API improvement proposal AIP-160.
1101
+ # These two types of filter expressions cannot be mixed in one request.
1102
+ #
1103
+ # If you want to use AIP-160, your expression must specify the field name, an
1104
+ # operator, and the value that you want to use for filtering. The value
1105
+ # must be a string, a number, or a boolean. The operator
1106
+ # must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.
1107
+ #
1108
+ # For example, if you are filtering Compute Engine instances, you can
1109
+ # exclude instances named `example-instance` by specifying
1110
+ # `name != example-instance`.
1111
+ #
1112
+ # The `:*` comparison can be used to test whether a key has been defined.
1113
+ # For example, to find all objects with `owner` label use:
1114
+ # ```
1115
+ # labels.owner:*
1116
+ # ```
1117
+ #
1118
+ # You can also filter nested fields. For example, you could specify
1119
+ # `scheduling.automaticRestart = false` to include instances only
1120
+ # if they are not scheduled for automatic restarts. You can use filtering
1121
+ # on nested fields to filter based onresource labels.
1122
+ #
1123
+ # To filter on multiple expressions, provide each separate expression within
1124
+ # parentheses. For example:
1125
+ # ```
1126
+ # (scheduling.automaticRestart = true)
1127
+ # (cpuPlatform = "Intel Skylake")
1128
+ # ```
1129
+ # By default, each expression is an `AND` expression. However, you
1130
+ # can include `AND` and `OR` expressions explicitly.
1131
+ # For example:
1132
+ # ```
1133
+ # (cpuPlatform = "Intel Skylake") OR
1134
+ # (cpuPlatform = "Intel Broadwell") AND
1135
+ # (scheduling.automaticRestart = true)
1136
+ # ```
1137
+ #
1138
+ # If you want to use a regular expression, use the `eq` (equal) or `ne`
1139
+ # (not equal) operator against a single un-parenthesized expression with or
1140
+ # without quotes or against multiple parenthesized expressions. Examples:
1141
+ #
1142
+ # `fieldname eq unquoted literal`
1143
+ # `fieldname eq 'single quoted literal'`
1144
+ # `fieldname eq "double quoted literal"`
1145
+ # `(fieldname1 eq literal) (fieldname2 ne "literal")`
1146
+ #
1147
+ # The literal value is interpreted as a regular expression using GoogleRE2 library syntax.
1148
+ # The literal value must match the entire field.
1149
+ #
1150
+ # For example, to filter for instances that do not end with name "instance",
1151
+ # you would use `name ne .*instance`.
1152
+ #
1153
+ # You cannot combine constraints on multiple fields using regular
1154
+ # expressions.
1031
1155
  # @param max_results [::Integer]
1032
- # 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`)
1156
+ # The maximum number of results per page that should be returned.
1157
+ # If the number of available results is larger than `maxResults`,
1158
+ # Compute Engine returns a `nextPageToken` that can be used to get
1159
+ # the next page of results in subsequent list requests. Acceptable values are
1160
+ # `0` to `500`, inclusive. (Default: `500`)
1033
1161
  # @param order_by [::String]
1034
- # 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.
1162
+ # Sorts list results by a certain order. By default, results
1163
+ # are returned in alphanumerical order based on the resource name.
1164
+ #
1165
+ # You can also sort results in descending order based on the creation
1166
+ # timestamp using `orderBy="creationTimestamp desc"`. This sorts
1167
+ # results based on the `creationTimestamp` field in
1168
+ # reverse chronological order (newest result first). Use this to sort
1169
+ # resources like operations so that the newest operation is returned first.
1170
+ #
1171
+ # Currently, only sorting by `name` or
1172
+ # `creationTimestamp desc` is supported.
1035
1173
  # @param page_token [::String]
1036
- # Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
1174
+ # Specifies a page token to use. Set `pageToken` to the
1175
+ # `nextPageToken` returned by a previous list request to get
1176
+ # the next page of results.
1037
1177
  # @param parent_id [::String]
1038
- # Parent ID for this request. The ID can be either be "folders/[FOLDER_ID]" if the parent is a folder or "organizations/[ORGANIZATION_ID]" if the parent is an organization.
1178
+ # Parent ID for this request. The ID can be either be "folders/[FOLDER_ID]"
1179
+ # if the parent is a folder or "organizations/[ORGANIZATION_ID]" if the
1180
+ # parent is an organization.
1039
1181
  # @param return_partial_success [::Boolean]
1040
- # 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.
1182
+ # Opt-in for partial success behavior which provides partial results in case
1183
+ # of failure. The default value is false.
1184
+ #
1185
+ # For example, when partial success behavior is enabled, aggregatedList for a
1186
+ # single zone scope either returns all resources in the zone or no resources,
1187
+ # with an error code.
1041
1188
  # @yield [result, operation] Access the result along with the TransportOperation object
1042
1189
  # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::FirewallPolicy>]
1043
1190
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -1111,13 +1258,18 @@ module Google
1111
1258
  # @param options [::Gapic::CallOptions, ::Hash]
1112
1259
  # Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
1113
1260
  #
1114
- # @overload list_associations(target_resource: nil)
1261
+ # @overload list_associations(include_inherited_policies: nil, target_resource: nil)
1115
1262
  # Pass arguments to `list_associations` via keyword arguments. Note that at
1116
1263
  # least one keyword argument is required. To specify no parameters, or to keep all
1117
1264
  # the default parameter values, pass an empty Hash as a request object (see above).
1118
1265
  #
1266
+ # @param include_inherited_policies [::Boolean]
1267
+ # If set to "true", the response will contain a list of all associations for
1268
+ # the containing folders and the containing organization of the target. The
1269
+ # parameter has no effect if the target is an organization.
1119
1270
  # @param target_resource [::String]
1120
- # The target resource to list associations. It is an organization, or a folder.
1271
+ # The target resource to list associations. It is an organization, or a
1272
+ # folder.
1121
1273
  # @yield [result, operation] Access the result along with the TransportOperation object
1122
1274
  # @yieldparam result [::Google::Cloud::Compute::V1::FirewallPoliciesListAssociationsResponse]
1123
1275
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -1197,9 +1349,23 @@ module Google
1197
1349
  # @param firewall_policy [::String]
1198
1350
  # Name of the firewall policy to update.
1199
1351
  # @param parent_id [::String]
1200
- # The new parent of the firewall policy. The ID can be either be "folders/[FOLDER_ID]" if the parent is a folder or "organizations/[ORGANIZATION_ID]" if the parent is an organization.
1352
+ # The new parent of the firewall policy. The ID can be either be
1353
+ # "folders/[FOLDER_ID]" if the parent is a folder or
1354
+ # "organizations/[ORGANIZATION_ID]" if the parent is an organization.
1201
1355
  # @param request_id [::String]
1202
- # 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).
1356
+ # An optional request ID to identify requests. Specify a unique request ID so
1357
+ # that if you must retry your request, the server will know to ignore the
1358
+ # request if it has already been completed.
1359
+ #
1360
+ # For example, consider a situation where you make an initial request and
1361
+ # the request times out. If you make the request again with the same
1362
+ # request ID, the server can check if original operation with the same
1363
+ # request ID was received, and if so, will ignore the second request. This
1364
+ # prevents clients from accidentally creating duplicate commitments.
1365
+ #
1366
+ # The request ID must be
1367
+ # a valid UUID with the exception that zero UUID is not supported
1368
+ # (00000000-0000-0000-0000-000000000000).
1203
1369
  # @yield [result, operation] Access the result along with the TransportOperation object
1204
1370
  # @yieldparam result [::Gapic::GenericLRO::Operation]
1205
1371
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -1290,7 +1456,19 @@ module Google
1290
1456
  # @param firewall_policy_resource [::Google::Cloud::Compute::V1::FirewallPolicy, ::Hash]
1291
1457
  # The body resource for this request
1292
1458
  # @param request_id [::String]
1293
- # 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).
1459
+ # An optional request ID to identify requests. Specify a unique request ID so
1460
+ # that if you must retry your request, the server will know to ignore the
1461
+ # request if it has already been completed.
1462
+ #
1463
+ # For example, consider a situation where you make an initial request and
1464
+ # the request times out. If you make the request again with the same
1465
+ # request ID, the server can check if original operation with the same
1466
+ # request ID was received, and if so, will ignore the second request. This
1467
+ # prevents clients from accidentally creating duplicate commitments.
1468
+ #
1469
+ # The request ID must be
1470
+ # a valid UUID with the exception that zero UUID is not supported
1471
+ # (00000000-0000-0000-0000-000000000000).
1294
1472
  # @yield [result, operation] Access the result along with the TransportOperation object
1295
1473
  # @yieldparam result [::Gapic::GenericLRO::Operation]
1296
1474
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -1381,7 +1559,19 @@ module Google
1381
1559
  # @param priority [::Integer]
1382
1560
  # The priority of the rule to patch.
1383
1561
  # @param request_id [::String]
1384
- # 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).
1562
+ # An optional request ID to identify requests. Specify a unique request ID so
1563
+ # that if you must retry your request, the server will know to ignore the
1564
+ # request if it has already been completed.
1565
+ #
1566
+ # For example, consider a situation where you make an initial request and
1567
+ # the request times out. If you make the request again with the same
1568
+ # request ID, the server can check if original operation with the same
1569
+ # request ID was received, and if so, will ignore the second request. This
1570
+ # prevents clients from accidentally creating duplicate commitments.
1571
+ #
1572
+ # The request ID must be
1573
+ # a valid UUID with the exception that zero UUID is not supported
1574
+ # (00000000-0000-0000-0000-000000000000).
1385
1575
  # @yield [result, operation] Access the result along with the TransportOperation object
1386
1576
  # @yieldparam result [::Gapic::GenericLRO::Operation]
1387
1577
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -1470,7 +1660,19 @@ module Google
1470
1660
  # @param name [::String]
1471
1661
  # Name for the attachment that will be removed.
1472
1662
  # @param request_id [::String]
1473
- # 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).
1663
+ # An optional request ID to identify requests. Specify a unique request ID so
1664
+ # that if you must retry your request, the server will know to ignore the
1665
+ # request if it has already been completed.
1666
+ #
1667
+ # For example, consider a situation where you make an initial request and
1668
+ # the request times out. If you make the request again with the same
1669
+ # request ID, the server can check if original operation with the same
1670
+ # request ID was received, and if so, will ignore the second request. This
1671
+ # prevents clients from accidentally creating duplicate commitments.
1672
+ #
1673
+ # The request ID must be
1674
+ # a valid UUID with the exception that zero UUID is not supported
1675
+ # (00000000-0000-0000-0000-000000000000).
1474
1676
  # @yield [result, operation] Access the result along with the TransportOperation object
1475
1677
  # @yieldparam result [::Gapic::GenericLRO::Operation]
1476
1678
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -1559,7 +1761,19 @@ module Google
1559
1761
  # @param priority [::Integer]
1560
1762
  # The priority of the rule to remove from the firewall policy.
1561
1763
  # @param request_id [::String]
1562
- # 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).
1764
+ # An optional request ID to identify requests. Specify a unique request ID so
1765
+ # that if you must retry your request, the server will know to ignore the
1766
+ # request if it has already been completed.
1767
+ #
1768
+ # For example, consider a situation where you make an initial request and
1769
+ # the request times out. If you make the request again with the same
1770
+ # request ID, the server can check if original operation with the same
1771
+ # request ID was received, and if so, will ignore the second request. This
1772
+ # prevents clients from accidentally creating duplicate commitments.
1773
+ #
1774
+ # The request ID must be
1775
+ # a valid UUID with the exception that zero UUID is not supported
1776
+ # (00000000-0000-0000-0000-000000000000).
1563
1777
  # @yield [result, operation] Access the result along with the TransportOperation object
1564
1778
  # @yieldparam result [::Gapic::GenericLRO::Operation]
1565
1779
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -1626,7 +1840,8 @@ module Google
1626
1840
  end
1627
1841
 
1628
1842
  ##
1629
- # Sets the access control policy on the specified resource. Replaces any existing policy.
1843
+ # Sets the access control policy on the specified resource.
1844
+ # Replaces any existing policy.
1630
1845
  #
1631
1846
  # @overload set_iam_policy(request, options = nil)
1632
1847
  # Pass arguments to `set_iam_policy` via a request object, either of type