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
@@ -277,9 +277,23 @@ module Google
277
277
  # @param project [::String]
278
278
  # Project ID for this request.
279
279
  # @param replace_existing_association [::Boolean]
280
- # 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.
280
+ # Indicates whether or not to replace it if an association of the attachment
281
+ # already exists. This is false by default, in which case an error will be
282
+ # returned if an association already exists.
281
283
  # @param request_id [::String]
282
- # 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).
284
+ # An optional request ID to identify requests. Specify a unique request ID so
285
+ # that if you must retry your request, the server will know to ignore the
286
+ # request if it has already been completed.
287
+ #
288
+ # For example, consider a situation where you make an initial request and
289
+ # the request times out. If you make the request again with the same
290
+ # request ID, the server can check if original operation with the same
291
+ # request ID was received, and if so, will ignore the second request. This
292
+ # prevents clients from accidentally creating duplicate commitments.
293
+ #
294
+ # The request ID must be
295
+ # a valid UUID with the exception that zero UUID is not supported
296
+ # (00000000-0000-0000-0000-000000000000).
283
297
  # @yield [result, operation] Access the result along with the TransportOperation object
284
298
  # @yieldparam result [::Gapic::GenericLRO::Operation]
285
299
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -370,13 +384,27 @@ module Google
370
384
  # @param firewall_policy_rule_resource [::Google::Cloud::Compute::V1::FirewallPolicyRule, ::Hash]
371
385
  # The body resource for this request
372
386
  # @param max_priority [::Integer]
373
- # When rule.priority is not specified, auto choose a unused priority between minPriority and maxPriority>. This field is exclusive with rule.priority.
387
+ # When rule.priority is not specified, auto choose a unused priority betweenminPriority and maxPriority>.
388
+ # This field is exclusive with rule.priority.
374
389
  # @param min_priority [::Integer]
375
- # When rule.priority is not specified, auto choose a unused priority between minPriority and maxPriority>. This field is exclusive with rule.priority.
390
+ # When rule.priority is not specified, auto choose a unused priority betweenminPriority and maxPriority>.
391
+ # This field is exclusive with rule.priority.
376
392
  # @param project [::String]
377
393
  # Project ID for this request.
378
394
  # @param request_id [::String]
379
- # 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).
395
+ # An optional request ID to identify requests. Specify a unique request ID so
396
+ # that if you must retry your request, the server will know to ignore the
397
+ # request if it has already been completed.
398
+ #
399
+ # For example, consider a situation where you make an initial request and
400
+ # the request times out. If you make the request again with the same
401
+ # request ID, the server can check if original operation with the same
402
+ # request ID was received, and if so, will ignore the second request. This
403
+ # prevents clients from accidentally creating duplicate commitments.
404
+ #
405
+ # The request ID must be
406
+ # a valid UUID with the exception that zero UUID is not supported
407
+ # (00000000-0000-0000-0000-000000000000).
380
408
  # @yield [result, operation] Access the result along with the TransportOperation object
381
409
  # @yieldparam result [::Gapic::GenericLRO::Operation]
382
410
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -467,13 +495,27 @@ module Google
467
495
  # @param firewall_policy_rule_resource [::Google::Cloud::Compute::V1::FirewallPolicyRule, ::Hash]
468
496
  # The body resource for this request
469
497
  # @param max_priority [::Integer]
470
- # When rule.priority is not specified, auto choose a unused priority between minPriority and maxPriority>. This field is exclusive with rule.priority.
498
+ # When rule.priority is not specified, auto choose a unused priority betweenminPriority and maxPriority>.
499
+ # This field is exclusive with rule.priority.
471
500
  # @param min_priority [::Integer]
472
- # When rule.priority is not specified, auto choose a unused priority between minPriority and maxPriority>. This field is exclusive with rule.priority.
501
+ # When rule.priority is not specified, auto choose a unused priority betweenminPriority and maxPriority>.
502
+ # This field is exclusive with rule.priority.
473
503
  # @param project [::String]
474
504
  # Project ID for this request.
475
505
  # @param request_id [::String]
476
- # 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).
506
+ # An optional request ID to identify requests. Specify a unique request ID so
507
+ # that if you must retry your request, the server will know to ignore the
508
+ # request if it has already been completed.
509
+ #
510
+ # For example, consider a situation where you make an initial request and
511
+ # the request times out. If you make the request again with the same
512
+ # request ID, the server can check if original operation with the same
513
+ # request ID was received, and if so, will ignore the second request. This
514
+ # prevents clients from accidentally creating duplicate commitments.
515
+ #
516
+ # The request ID must be
517
+ # a valid UUID with the exception that zero UUID is not supported
518
+ # (00000000-0000-0000-0000-000000000000).
477
519
  # @yield [result, operation] Access the result along with the TransportOperation object
478
520
  # @yieldparam result [::Gapic::GenericLRO::Operation]
479
521
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -542,7 +584,12 @@ module Google
542
584
  end
543
585
 
544
586
  ##
545
- # Retrieves an aggregated list of network firewall policies, listing network firewall policies from all applicable scopes (global and regional) and grouping the results per scope. To prevent failure, Google recommends that you set the `returnPartialSuccess` parameter to `true`.
587
+ # Retrieves an aggregated list of network firewall policies, listing network
588
+ # firewall policies from all applicable scopes (global and regional) and
589
+ # grouping the results per scope.
590
+ #
591
+ # To prevent failure, it is recommended that you set the
592
+ # `returnPartialSuccess` parameter to `true`.
546
593
  #
547
594
  # @overload aggregated_list(request, options = nil)
548
595
  # Pass arguments to `aggregated_list` via a request object, either of type
@@ -560,21 +607,106 @@ module Google
560
607
  # the default parameter values, pass an empty Hash as a request object (see above).
561
608
  #
562
609
  # @param filter [::String]
563
- # 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.
610
+ # A filter expression that filters resources listed in the response. Most
611
+ # Compute resources support two types of filter expressions:
612
+ # expressions that support regular expressions and expressions that follow
613
+ # API improvement proposal AIP-160.
614
+ # These two types of filter expressions cannot be mixed in one request.
615
+ #
616
+ # If you want to use AIP-160, your expression must specify the field name, an
617
+ # operator, and the value that you want to use for filtering. The value
618
+ # must be a string, a number, or a boolean. The operator
619
+ # must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.
620
+ #
621
+ # For example, if you are filtering Compute Engine instances, you can
622
+ # exclude instances named `example-instance` by specifying
623
+ # `name != example-instance`.
624
+ #
625
+ # The `:*` comparison can be used to test whether a key has been defined.
626
+ # For example, to find all objects with `owner` label use:
627
+ # ```
628
+ # labels.owner:*
629
+ # ```
630
+ #
631
+ # You can also filter nested fields. For example, you could specify
632
+ # `scheduling.automaticRestart = false` to include instances only
633
+ # if they are not scheduled for automatic restarts. You can use filtering
634
+ # on nested fields to filter based onresource labels.
635
+ #
636
+ # To filter on multiple expressions, provide each separate expression within
637
+ # parentheses. For example:
638
+ # ```
639
+ # (scheduling.automaticRestart = true)
640
+ # (cpuPlatform = "Intel Skylake")
641
+ # ```
642
+ # By default, each expression is an `AND` expression. However, you
643
+ # can include `AND` and `OR` expressions explicitly.
644
+ # For example:
645
+ # ```
646
+ # (cpuPlatform = "Intel Skylake") OR
647
+ # (cpuPlatform = "Intel Broadwell") AND
648
+ # (scheduling.automaticRestart = true)
649
+ # ```
650
+ #
651
+ # If you want to use a regular expression, use the `eq` (equal) or `ne`
652
+ # (not equal) operator against a single un-parenthesized expression with or
653
+ # without quotes or against multiple parenthesized expressions. Examples:
654
+ #
655
+ # `fieldname eq unquoted literal`
656
+ # `fieldname eq 'single quoted literal'`
657
+ # `fieldname eq "double quoted literal"`
658
+ # `(fieldname1 eq literal) (fieldname2 ne "literal")`
659
+ #
660
+ # The literal value is interpreted as a regular expression using GoogleRE2 library syntax.
661
+ # The literal value must match the entire field.
662
+ #
663
+ # For example, to filter for instances that do not end with name "instance",
664
+ # you would use `name ne .*instance`.
665
+ #
666
+ # You cannot combine constraints on multiple fields using regular
667
+ # expressions.
564
668
  # @param include_all_scopes [::Boolean]
565
- # 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.
669
+ # Indicates whether every visible scope for each scope type (zone, region,
670
+ # global) should be included in the response. For new resource types added
671
+ # after this field, the flag has no effect as new resource types will always
672
+ # include every visible scope for each scope type in response. For resource
673
+ # types which predate this field, if this flag is omitted or false, only
674
+ # scopes of the scope types where the resource type is expected to be found
675
+ # will be included.
566
676
  # @param max_results [::Integer]
567
- # 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`)
677
+ # The maximum number of results per page that should be returned.
678
+ # If the number of available results is larger than `maxResults`,
679
+ # Compute Engine returns a `nextPageToken` that can be used to get
680
+ # the next page of results in subsequent list requests. Acceptable values are
681
+ # `0` to `500`, inclusive. (Default: `500`)
568
682
  # @param order_by [::String]
569
- # 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.
683
+ # Sorts list results by a certain order. By default, results
684
+ # are returned in alphanumerical order based on the resource name.
685
+ #
686
+ # You can also sort results in descending order based on the creation
687
+ # timestamp using `orderBy="creationTimestamp desc"`. This sorts
688
+ # results based on the `creationTimestamp` field in
689
+ # reverse chronological order (newest result first). Use this to sort
690
+ # resources like operations so that the newest operation is returned first.
691
+ #
692
+ # Currently, only sorting by `name` or
693
+ # `creationTimestamp desc` is supported.
570
694
  # @param page_token [::String]
571
- # Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
695
+ # Specifies a page token to use. Set `pageToken` to the
696
+ # `nextPageToken` returned by a previous list request to get
697
+ # the next page of results.
572
698
  # @param project [::String]
573
699
  # Project ID for this request.
574
700
  # @param return_partial_success [::Boolean]
575
- # 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.
701
+ # Opt-in for partial success behavior which provides partial results in case
702
+ # of failure. The default value is false.
703
+ #
704
+ # For example, when partial success behavior is enabled, aggregatedList for a
705
+ # single zone scope either returns all resources in the zone or no resources,
706
+ # with an error code.
576
707
  # @param service_project_number [::Integer]
577
- # The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.
708
+ # The Shared VPC service project id or service project number for which
709
+ # aggregated list request is invoked for subnetworks list-usable api.
578
710
  # @yield [result, operation] Access the result along with the TransportOperation object
579
711
  # @yieldparam result [::Gapic::Rest::PagedEnumerable<::String, ::Google::Cloud::Compute::V1::FirewallPoliciesScopedList>]
580
712
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -658,7 +790,19 @@ module Google
658
790
  # @param project [::String]
659
791
  # Project ID for this request.
660
792
  # @param request_id [::String]
661
- # 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).
793
+ # An optional request ID to identify requests. Specify a unique request ID so
794
+ # that if you must retry your request, the server will know to ignore the
795
+ # request if it has already been completed.
796
+ #
797
+ # For example, consider a situation where you make an initial request and
798
+ # the request times out. If you make the request again with the same
799
+ # request ID, the server can check if original operation with the same
800
+ # request ID was received, and if so, will ignore the second request. This
801
+ # prevents clients from accidentally creating duplicate commitments.
802
+ #
803
+ # The request ID must be
804
+ # a valid UUID with the exception that zero UUID is not supported
805
+ # (00000000-0000-0000-0000-000000000000).
662
806
  # @param source_firewall_policy [::String]
663
807
  # The firewall policy from which to copy rules.
664
808
  # @yield [result, operation] Access the result along with the TransportOperation object
@@ -751,7 +895,19 @@ module Google
751
895
  # @param project [::String]
752
896
  # Project ID for this request.
753
897
  # @param request_id [::String]
754
- # 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).
898
+ # An optional request ID to identify requests. Specify a unique request ID so
899
+ # that if you must retry your request, the server will know to ignore the
900
+ # request if it has already been completed.
901
+ #
902
+ # For example, consider a situation where you make an initial request and
903
+ # the request times out. If you make the request again with the same
904
+ # request ID, the server can check if original operation with the same
905
+ # request ID was received, and if so, will ignore the second request. This
906
+ # prevents clients from accidentally creating duplicate commitments.
907
+ #
908
+ # The request ID must be
909
+ # a valid UUID with the exception that zero UUID is not supported
910
+ # (00000000-0000-0000-0000-000000000000).
755
911
  # @yield [result, operation] Access the result along with the TransportOperation object
756
912
  # @yieldparam result [::Gapic::GenericLRO::Operation]
757
913
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -982,7 +1138,8 @@ module Google
982
1138
  end
983
1139
 
984
1140
  ##
985
- # Gets the access control policy for a resource. May be empty if no such policy or resource exists.
1141
+ # Gets the access control policy for a resource. May be empty if no such
1142
+ # policy or resource exists.
986
1143
  #
987
1144
  # @overload get_iam_policy(request, options = nil)
988
1145
  # Pass arguments to `get_iam_policy` via a request object, either of type
@@ -1228,7 +1385,8 @@ module Google
1228
1385
  end
1229
1386
 
1230
1387
  ##
1231
- # Creates a new policy in the specified project using the data included in the request.
1388
+ # Creates a new policy in the specified project using the data included in
1389
+ # the request.
1232
1390
  #
1233
1391
  # @overload insert(request, options = nil)
1234
1392
  # Pass arguments to `insert` via a request object, either of type
@@ -1250,7 +1408,19 @@ module Google
1250
1408
  # @param project [::String]
1251
1409
  # Project ID for this request.
1252
1410
  # @param request_id [::String]
1253
- # 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).
1411
+ # An optional request ID to identify requests. Specify a unique request ID so
1412
+ # that if you must retry your request, the server will know to ignore the
1413
+ # request if it has already been completed.
1414
+ #
1415
+ # For example, consider a situation where you make an initial request and
1416
+ # the request times out. If you make the request again with the same
1417
+ # request ID, the server can check if original operation with the same
1418
+ # request ID was received, and if so, will ignore the second request. This
1419
+ # prevents clients from accidentally creating duplicate commitments.
1420
+ #
1421
+ # The request ID must be
1422
+ # a valid UUID with the exception that zero UUID is not supported
1423
+ # (00000000-0000-0000-0000-000000000000).
1254
1424
  # @yield [result, operation] Access the result along with the TransportOperation object
1255
1425
  # @yieldparam result [::Gapic::GenericLRO::Operation]
1256
1426
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -1337,17 +1507,95 @@ module Google
1337
1507
  # the default parameter values, pass an empty Hash as a request object (see above).
1338
1508
  #
1339
1509
  # @param filter [::String]
1340
- # 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.
1510
+ # A filter expression that filters resources listed in the response. Most
1511
+ # Compute resources support two types of filter expressions:
1512
+ # expressions that support regular expressions and expressions that follow
1513
+ # API improvement proposal AIP-160.
1514
+ # These two types of filter expressions cannot be mixed in one request.
1515
+ #
1516
+ # If you want to use AIP-160, your expression must specify the field name, an
1517
+ # operator, and the value that you want to use for filtering. The value
1518
+ # must be a string, a number, or a boolean. The operator
1519
+ # must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.
1520
+ #
1521
+ # For example, if you are filtering Compute Engine instances, you can
1522
+ # exclude instances named `example-instance` by specifying
1523
+ # `name != example-instance`.
1524
+ #
1525
+ # The `:*` comparison can be used to test whether a key has been defined.
1526
+ # For example, to find all objects with `owner` label use:
1527
+ # ```
1528
+ # labels.owner:*
1529
+ # ```
1530
+ #
1531
+ # You can also filter nested fields. For example, you could specify
1532
+ # `scheduling.automaticRestart = false` to include instances only
1533
+ # if they are not scheduled for automatic restarts. You can use filtering
1534
+ # on nested fields to filter based onresource labels.
1535
+ #
1536
+ # To filter on multiple expressions, provide each separate expression within
1537
+ # parentheses. For example:
1538
+ # ```
1539
+ # (scheduling.automaticRestart = true)
1540
+ # (cpuPlatform = "Intel Skylake")
1541
+ # ```
1542
+ # By default, each expression is an `AND` expression. However, you
1543
+ # can include `AND` and `OR` expressions explicitly.
1544
+ # For example:
1545
+ # ```
1546
+ # (cpuPlatform = "Intel Skylake") OR
1547
+ # (cpuPlatform = "Intel Broadwell") AND
1548
+ # (scheduling.automaticRestart = true)
1549
+ # ```
1550
+ #
1551
+ # If you want to use a regular expression, use the `eq` (equal) or `ne`
1552
+ # (not equal) operator against a single un-parenthesized expression with or
1553
+ # without quotes or against multiple parenthesized expressions. Examples:
1554
+ #
1555
+ # `fieldname eq unquoted literal`
1556
+ # `fieldname eq 'single quoted literal'`
1557
+ # `fieldname eq "double quoted literal"`
1558
+ # `(fieldname1 eq literal) (fieldname2 ne "literal")`
1559
+ #
1560
+ # The literal value is interpreted as a regular expression using GoogleRE2 library syntax.
1561
+ # The literal value must match the entire field.
1562
+ #
1563
+ # For example, to filter for instances that do not end with name "instance",
1564
+ # you would use `name ne .*instance`.
1565
+ #
1566
+ # You cannot combine constraints on multiple fields using regular
1567
+ # expressions.
1341
1568
  # @param max_results [::Integer]
1342
- # 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`)
1569
+ # The maximum number of results per page that should be returned.
1570
+ # If the number of available results is larger than `maxResults`,
1571
+ # Compute Engine returns a `nextPageToken` that can be used to get
1572
+ # the next page of results in subsequent list requests. Acceptable values are
1573
+ # `0` to `500`, inclusive. (Default: `500`)
1343
1574
  # @param order_by [::String]
1344
- # 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.
1575
+ # Sorts list results by a certain order. By default, results
1576
+ # are returned in alphanumerical order based on the resource name.
1577
+ #
1578
+ # You can also sort results in descending order based on the creation
1579
+ # timestamp using `orderBy="creationTimestamp desc"`. This sorts
1580
+ # results based on the `creationTimestamp` field in
1581
+ # reverse chronological order (newest result first). Use this to sort
1582
+ # resources like operations so that the newest operation is returned first.
1583
+ #
1584
+ # Currently, only sorting by `name` or
1585
+ # `creationTimestamp desc` is supported.
1345
1586
  # @param page_token [::String]
1346
- # Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
1587
+ # Specifies a page token to use. Set `pageToken` to the
1588
+ # `nextPageToken` returned by a previous list request to get
1589
+ # the next page of results.
1347
1590
  # @param project [::String]
1348
1591
  # Project ID for this request.
1349
1592
  # @param return_partial_success [::Boolean]
1350
- # 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.
1593
+ # Opt-in for partial success behavior which provides partial results in case
1594
+ # of failure. The default value is false.
1595
+ #
1596
+ # For example, when partial success behavior is enabled, aggregatedList for a
1597
+ # single zone scope either returns all resources in the zone or no resources,
1598
+ # with an error code.
1351
1599
  # @yield [result, operation] Access the result along with the TransportOperation object
1352
1600
  # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::FirewallPolicy>]
1353
1601
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -1433,7 +1681,19 @@ module Google
1433
1681
  # @param project [::String]
1434
1682
  # Project ID for this request.
1435
1683
  # @param request_id [::String]
1436
- # 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).
1684
+ # An optional request ID to identify requests. Specify a unique request ID so
1685
+ # that if you must retry your request, the server will know to ignore the
1686
+ # request if it has already been completed.
1687
+ #
1688
+ # For example, consider a situation where you make an initial request and
1689
+ # the request times out. If you make the request again with the same
1690
+ # request ID, the server can check if original operation with the same
1691
+ # request ID was received, and if so, will ignore the second request. This
1692
+ # prevents clients from accidentally creating duplicate commitments.
1693
+ #
1694
+ # The request ID must be
1695
+ # a valid UUID with the exception that zero UUID is not supported
1696
+ # (00000000-0000-0000-0000-000000000000).
1437
1697
  # @yield [result, operation] Access the result along with the TransportOperation object
1438
1698
  # @yieldparam result [::Gapic::GenericLRO::Operation]
1439
1699
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -1528,7 +1788,19 @@ module Google
1528
1788
  # @param project [::String]
1529
1789
  # Project ID for this request.
1530
1790
  # @param request_id [::String]
1531
- # 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).
1791
+ # An optional request ID to identify requests. Specify a unique request ID so
1792
+ # that if you must retry your request, the server will know to ignore the
1793
+ # request if it has already been completed.
1794
+ #
1795
+ # For example, consider a situation where you make an initial request and
1796
+ # the request times out. If you make the request again with the same
1797
+ # request ID, the server can check if original operation with the same
1798
+ # request ID was received, and if so, will ignore the second request. This
1799
+ # prevents clients from accidentally creating duplicate commitments.
1800
+ #
1801
+ # The request ID must be
1802
+ # a valid UUID with the exception that zero UUID is not supported
1803
+ # (00000000-0000-0000-0000-000000000000).
1532
1804
  # @yield [result, operation] Access the result along with the TransportOperation object
1533
1805
  # @yieldparam result [::Gapic::GenericLRO::Operation]
1534
1806
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -1623,7 +1895,19 @@ module Google
1623
1895
  # @param project [::String]
1624
1896
  # Project ID for this request.
1625
1897
  # @param request_id [::String]
1626
- # 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).
1898
+ # An optional request ID to identify requests. Specify a unique request ID so
1899
+ # that if you must retry your request, the server will know to ignore the
1900
+ # request if it has already been completed.
1901
+ #
1902
+ # For example, consider a situation where you make an initial request and
1903
+ # the request times out. If you make the request again with the same
1904
+ # request ID, the server can check if original operation with the same
1905
+ # request ID was received, and if so, will ignore the second request. This
1906
+ # prevents clients from accidentally creating duplicate commitments.
1907
+ #
1908
+ # The request ID must be
1909
+ # a valid UUID with the exception that zero UUID is not supported
1910
+ # (00000000-0000-0000-0000-000000000000).
1627
1911
  # @yield [result, operation] Access the result along with the TransportOperation object
1628
1912
  # @yieldparam result [::Gapic::GenericLRO::Operation]
1629
1913
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -1716,7 +2000,19 @@ module Google
1716
2000
  # @param project [::String]
1717
2001
  # Project ID for this request.
1718
2002
  # @param request_id [::String]
1719
- # 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).
2003
+ # An optional request ID to identify requests. Specify a unique request ID so
2004
+ # that if you must retry your request, the server will know to ignore the
2005
+ # request if it has already been completed.
2006
+ #
2007
+ # For example, consider a situation where you make an initial request and
2008
+ # the request times out. If you make the request again with the same
2009
+ # request ID, the server can check if original operation with the same
2010
+ # request ID was received, and if so, will ignore the second request. This
2011
+ # prevents clients from accidentally creating duplicate commitments.
2012
+ #
2013
+ # The request ID must be
2014
+ # a valid UUID with the exception that zero UUID is not supported
2015
+ # (00000000-0000-0000-0000-000000000000).
1720
2016
  # @yield [result, operation] Access the result along with the TransportOperation object
1721
2017
  # @yieldparam result [::Gapic::GenericLRO::Operation]
1722
2018
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -1809,7 +2105,19 @@ module Google
1809
2105
  # @param project [::String]
1810
2106
  # Project ID for this request.
1811
2107
  # @param request_id [::String]
1812
- # 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).
2108
+ # An optional request ID to identify requests. Specify a unique request ID so
2109
+ # that if you must retry your request, the server will know to ignore the
2110
+ # request if it has already been completed.
2111
+ #
2112
+ # For example, consider a situation where you make an initial request and
2113
+ # the request times out. If you make the request again with the same
2114
+ # request ID, the server can check if original operation with the same
2115
+ # request ID was received, and if so, will ignore the second request. This
2116
+ # prevents clients from accidentally creating duplicate commitments.
2117
+ #
2118
+ # The request ID must be
2119
+ # a valid UUID with the exception that zero UUID is not supported
2120
+ # (00000000-0000-0000-0000-000000000000).
1813
2121
  # @yield [result, operation] Access the result along with the TransportOperation object
1814
2122
  # @yieldparam result [::Gapic::GenericLRO::Operation]
1815
2123
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -1902,7 +2210,19 @@ module Google
1902
2210
  # @param project [::String]
1903
2211
  # Project ID for this request.
1904
2212
  # @param request_id [::String]
1905
- # 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).
2213
+ # An optional request ID to identify requests. Specify a unique request ID so
2214
+ # that if you must retry your request, the server will know to ignore the
2215
+ # request if it has already been completed.
2216
+ #
2217
+ # For example, consider a situation where you make an initial request and
2218
+ # the request times out. If you make the request again with the same
2219
+ # request ID, the server can check if original operation with the same
2220
+ # request ID was received, and if so, will ignore the second request. This
2221
+ # prevents clients from accidentally creating duplicate commitments.
2222
+ #
2223
+ # The request ID must be
2224
+ # a valid UUID with the exception that zero UUID is not supported
2225
+ # (00000000-0000-0000-0000-000000000000).
1906
2226
  # @yield [result, operation] Access the result along with the TransportOperation object
1907
2227
  # @yieldparam result [::Gapic::GenericLRO::Operation]
1908
2228
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -1971,7 +2291,8 @@ module Google
1971
2291
  end
1972
2292
 
1973
2293
  ##
1974
- # Sets the access control policy on the specified resource. Replaces any existing policy.
2294
+ # Sets the access control policy on the specified resource.
2295
+ # Replaces any existing policy.
1975
2296
  #
1976
2297
  # @overload set_iam_policy(request, options = nil)
1977
2298
  # Pass arguments to `set_iam_policy` via a request object, either of type