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
@@ -265,7 +265,8 @@ module Google
265
265
  end
266
266
 
267
267
  ##
268
- # Retrieves a list of network profiles available to the specified project.
268
+ # Retrieves a list of network profiles available to the specified
269
+ # project.
269
270
  #
270
271
  # @overload list(request, options = nil)
271
272
  # Pass arguments to `list` via a request object, either of type
@@ -283,17 +284,95 @@ module Google
283
284
  # the default parameter values, pass an empty Hash as a request object (see above).
284
285
  #
285
286
  # @param filter [::String]
286
- # 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.
287
+ # A filter expression that filters resources listed in the response. Most
288
+ # Compute resources support two types of filter expressions:
289
+ # expressions that support regular expressions and expressions that follow
290
+ # API improvement proposal AIP-160.
291
+ # These two types of filter expressions cannot be mixed in one request.
292
+ #
293
+ # If you want to use AIP-160, your expression must specify the field name, an
294
+ # operator, and the value that you want to use for filtering. The value
295
+ # must be a string, a number, or a boolean. The operator
296
+ # must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.
297
+ #
298
+ # For example, if you are filtering Compute Engine instances, you can
299
+ # exclude instances named `example-instance` by specifying
300
+ # `name != example-instance`.
301
+ #
302
+ # The `:*` comparison can be used to test whether a key has been defined.
303
+ # For example, to find all objects with `owner` label use:
304
+ # ```
305
+ # labels.owner:*
306
+ # ```
307
+ #
308
+ # You can also filter nested fields. For example, you could specify
309
+ # `scheduling.automaticRestart = false` to include instances only
310
+ # if they are not scheduled for automatic restarts. You can use filtering
311
+ # on nested fields to filter based onresource labels.
312
+ #
313
+ # To filter on multiple expressions, provide each separate expression within
314
+ # parentheses. For example:
315
+ # ```
316
+ # (scheduling.automaticRestart = true)
317
+ # (cpuPlatform = "Intel Skylake")
318
+ # ```
319
+ # By default, each expression is an `AND` expression. However, you
320
+ # can include `AND` and `OR` expressions explicitly.
321
+ # For example:
322
+ # ```
323
+ # (cpuPlatform = "Intel Skylake") OR
324
+ # (cpuPlatform = "Intel Broadwell") AND
325
+ # (scheduling.automaticRestart = true)
326
+ # ```
327
+ #
328
+ # If you want to use a regular expression, use the `eq` (equal) or `ne`
329
+ # (not equal) operator against a single un-parenthesized expression with or
330
+ # without quotes or against multiple parenthesized expressions. Examples:
331
+ #
332
+ # `fieldname eq unquoted literal`
333
+ # `fieldname eq 'single quoted literal'`
334
+ # `fieldname eq "double quoted literal"`
335
+ # `(fieldname1 eq literal) (fieldname2 ne "literal")`
336
+ #
337
+ # The literal value is interpreted as a regular expression using GoogleRE2 library syntax.
338
+ # The literal value must match the entire field.
339
+ #
340
+ # For example, to filter for instances that do not end with name "instance",
341
+ # you would use `name ne .*instance`.
342
+ #
343
+ # You cannot combine constraints on multiple fields using regular
344
+ # expressions.
287
345
  # @param max_results [::Integer]
288
- # 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`)
346
+ # The maximum number of results per page that should be returned.
347
+ # If the number of available results is larger than `maxResults`,
348
+ # Compute Engine returns a `nextPageToken` that can be used to get
349
+ # the next page of results in subsequent list requests. Acceptable values are
350
+ # `0` to `500`, inclusive. (Default: `500`)
289
351
  # @param order_by [::String]
290
- # 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.
352
+ # Sorts list results by a certain order. By default, results
353
+ # are returned in alphanumerical order based on the resource name.
354
+ #
355
+ # You can also sort results in descending order based on the creation
356
+ # timestamp using `orderBy="creationTimestamp desc"`. This sorts
357
+ # results based on the `creationTimestamp` field in
358
+ # reverse chronological order (newest result first). Use this to sort
359
+ # resources like operations so that the newest operation is returned first.
360
+ #
361
+ # Currently, only sorting by `name` or
362
+ # `creationTimestamp desc` is supported.
291
363
  # @param page_token [::String]
292
- # Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
364
+ # Specifies a page token to use. Set `pageToken` to the
365
+ # `nextPageToken` returned by a previous list request to get
366
+ # the next page of results.
293
367
  # @param project [::String]
294
368
  # Project ID for this request.
295
369
  # @param return_partial_success [::Boolean]
296
- # 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.
370
+ # Opt-in for partial success behavior which provides partial results in case
371
+ # of failure. The default value is false.
372
+ #
373
+ # For example, when partial success behavior is enabled, aggregatedList for a
374
+ # single zone scope either returns all resources in the zone or no resources,
375
+ # with an error code.
297
376
  # @yield [result, operation] Access the result along with the TransportOperation object
298
377
  # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::NetworkProfile>]
299
378
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -250,7 +250,19 @@ module Google
250
250
  # @param project [::String]
251
251
  # Project ID for this request.
252
252
  # @param request_id [::String]
253
- # 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).
253
+ # An optional request ID to identify requests. Specify a unique request ID so
254
+ # that if you must retry your request, the server will know to ignore the
255
+ # request if it has already been completed.
256
+ #
257
+ # For example, consider a situation where you make an initial request and
258
+ # the request times out. If you make the request again with the same
259
+ # request ID, the server can check if original operation with the same
260
+ # request ID was received, and if so, will ignore the second request. This
261
+ # prevents clients from accidentally creating duplicate commitments.
262
+ #
263
+ # The request ID must be
264
+ # a valid UUID with the exception that zero UUID is not supported
265
+ # (00000000-0000-0000-0000-000000000000).
254
266
  # @yield [result, operation] Access the result along with the TransportOperation object
255
267
  # @yieldparam result [::Gapic::GenericLRO::Operation]
256
268
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -341,7 +353,19 @@ module Google
341
353
  # @param project [::String]
342
354
  # Project ID for this request.
343
355
  # @param request_id [::String]
344
- # 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).
356
+ # An optional request ID to identify requests. Specify a unique request ID so
357
+ # that if you must retry your request, the server will know to ignore the
358
+ # request if it has already been completed.
359
+ #
360
+ # For example, consider a situation where you make an initial request and
361
+ # the request times out. If you make the request again with the same
362
+ # request ID, the server can check if original operation with the same
363
+ # request ID was received, and if so, will ignore the second request. This
364
+ # prevents clients from accidentally creating duplicate commitments.
365
+ #
366
+ # The request ID must be
367
+ # a valid UUID with the exception that zero UUID is not supported
368
+ # (00000000-0000-0000-0000-000000000000).
345
369
  # @yield [result, operation] Access the result along with the TransportOperation object
346
370
  # @yieldparam result [::Gapic::GenericLRO::Operation]
347
371
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -570,7 +594,8 @@ module Google
570
594
  end
571
595
 
572
596
  ##
573
- # Creates a network in the specified project using the data included in the request.
597
+ # Creates a network in the specified project using the data included
598
+ # in the request.
574
599
  #
575
600
  # @overload insert(request, options = nil)
576
601
  # Pass arguments to `insert` via a request object, either of type
@@ -592,7 +617,19 @@ module Google
592
617
  # @param project [::String]
593
618
  # Project ID for this request.
594
619
  # @param request_id [::String]
595
- # 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).
620
+ # An optional request ID to identify requests. Specify a unique request ID so
621
+ # that if you must retry your request, the server will know to ignore the
622
+ # request if it has already been completed.
623
+ #
624
+ # For example, consider a situation where you make an initial request and
625
+ # the request times out. If you make the request again with the same
626
+ # request ID, the server can check if original operation with the same
627
+ # request ID was received, and if so, will ignore the second request. This
628
+ # prevents clients from accidentally creating duplicate commitments.
629
+ #
630
+ # The request ID must be
631
+ # a valid UUID with the exception that zero UUID is not supported
632
+ # (00000000-0000-0000-0000-000000000000).
596
633
  # @yield [result, operation] Access the result along with the TransportOperation object
597
634
  # @yieldparam result [::Gapic::GenericLRO::Operation]
598
635
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -679,17 +716,95 @@ module Google
679
716
  # the default parameter values, pass an empty Hash as a request object (see above).
680
717
  #
681
718
  # @param filter [::String]
682
- # 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.
719
+ # A filter expression that filters resources listed in the response. Most
720
+ # Compute resources support two types of filter expressions:
721
+ # expressions that support regular expressions and expressions that follow
722
+ # API improvement proposal AIP-160.
723
+ # These two types of filter expressions cannot be mixed in one request.
724
+ #
725
+ # If you want to use AIP-160, your expression must specify the field name, an
726
+ # operator, and the value that you want to use for filtering. The value
727
+ # must be a string, a number, or a boolean. The operator
728
+ # must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.
729
+ #
730
+ # For example, if you are filtering Compute Engine instances, you can
731
+ # exclude instances named `example-instance` by specifying
732
+ # `name != example-instance`.
733
+ #
734
+ # The `:*` comparison can be used to test whether a key has been defined.
735
+ # For example, to find all objects with `owner` label use:
736
+ # ```
737
+ # labels.owner:*
738
+ # ```
739
+ #
740
+ # You can also filter nested fields. For example, you could specify
741
+ # `scheduling.automaticRestart = false` to include instances only
742
+ # if they are not scheduled for automatic restarts. You can use filtering
743
+ # on nested fields to filter based onresource labels.
744
+ #
745
+ # To filter on multiple expressions, provide each separate expression within
746
+ # parentheses. For example:
747
+ # ```
748
+ # (scheduling.automaticRestart = true)
749
+ # (cpuPlatform = "Intel Skylake")
750
+ # ```
751
+ # By default, each expression is an `AND` expression. However, you
752
+ # can include `AND` and `OR` expressions explicitly.
753
+ # For example:
754
+ # ```
755
+ # (cpuPlatform = "Intel Skylake") OR
756
+ # (cpuPlatform = "Intel Broadwell") AND
757
+ # (scheduling.automaticRestart = true)
758
+ # ```
759
+ #
760
+ # If you want to use a regular expression, use the `eq` (equal) or `ne`
761
+ # (not equal) operator against a single un-parenthesized expression with or
762
+ # without quotes or against multiple parenthesized expressions. Examples:
763
+ #
764
+ # `fieldname eq unquoted literal`
765
+ # `fieldname eq 'single quoted literal'`
766
+ # `fieldname eq "double quoted literal"`
767
+ # `(fieldname1 eq literal) (fieldname2 ne "literal")`
768
+ #
769
+ # The literal value is interpreted as a regular expression using GoogleRE2 library syntax.
770
+ # The literal value must match the entire field.
771
+ #
772
+ # For example, to filter for instances that do not end with name "instance",
773
+ # you would use `name ne .*instance`.
774
+ #
775
+ # You cannot combine constraints on multiple fields using regular
776
+ # expressions.
683
777
  # @param max_results [::Integer]
684
- # 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`)
778
+ # The maximum number of results per page that should be returned.
779
+ # If the number of available results is larger than `maxResults`,
780
+ # Compute Engine returns a `nextPageToken` that can be used to get
781
+ # the next page of results in subsequent list requests. Acceptable values are
782
+ # `0` to `500`, inclusive. (Default: `500`)
685
783
  # @param order_by [::String]
686
- # 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.
784
+ # Sorts list results by a certain order. By default, results
785
+ # are returned in alphanumerical order based on the resource name.
786
+ #
787
+ # You can also sort results in descending order based on the creation
788
+ # timestamp using `orderBy="creationTimestamp desc"`. This sorts
789
+ # results based on the `creationTimestamp` field in
790
+ # reverse chronological order (newest result first). Use this to sort
791
+ # resources like operations so that the newest operation is returned first.
792
+ #
793
+ # Currently, only sorting by `name` or
794
+ # `creationTimestamp desc` is supported.
687
795
  # @param page_token [::String]
688
- # Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
796
+ # Specifies a page token to use. Set `pageToken` to the
797
+ # `nextPageToken` returned by a previous list request to get
798
+ # the next page of results.
689
799
  # @param project [::String]
690
800
  # Project ID for this request.
691
801
  # @param return_partial_success [::Boolean]
692
- # 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.
802
+ # Opt-in for partial success behavior which provides partial results in case
803
+ # of failure. The default value is false.
804
+ #
805
+ # For example, when partial success behavior is enabled, aggregatedList for a
806
+ # single zone scope either returns all resources in the zone or no resources,
807
+ # with an error code.
693
808
  # @yield [result, operation] Access the result along with the TransportOperation object
694
809
  # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::Network>]
695
810
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -772,23 +887,102 @@ module Google
772
887
  # The direction of the exchanged routes.
773
888
  # Check the Direction enum for the list of possible values.
774
889
  # @param filter [::String]
775
- # 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.
890
+ # A filter expression that filters resources listed in the response. Most
891
+ # Compute resources support two types of filter expressions:
892
+ # expressions that support regular expressions and expressions that follow
893
+ # API improvement proposal AIP-160.
894
+ # These two types of filter expressions cannot be mixed in one request.
895
+ #
896
+ # If you want to use AIP-160, your expression must specify the field name, an
897
+ # operator, and the value that you want to use for filtering. The value
898
+ # must be a string, a number, or a boolean. The operator
899
+ # must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.
900
+ #
901
+ # For example, if you are filtering Compute Engine instances, you can
902
+ # exclude instances named `example-instance` by specifying
903
+ # `name != example-instance`.
904
+ #
905
+ # The `:*` comparison can be used to test whether a key has been defined.
906
+ # For example, to find all objects with `owner` label use:
907
+ # ```
908
+ # labels.owner:*
909
+ # ```
910
+ #
911
+ # You can also filter nested fields. For example, you could specify
912
+ # `scheduling.automaticRestart = false` to include instances only
913
+ # if they are not scheduled for automatic restarts. You can use filtering
914
+ # on nested fields to filter based onresource labels.
915
+ #
916
+ # To filter on multiple expressions, provide each separate expression within
917
+ # parentheses. For example:
918
+ # ```
919
+ # (scheduling.automaticRestart = true)
920
+ # (cpuPlatform = "Intel Skylake")
921
+ # ```
922
+ # By default, each expression is an `AND` expression. However, you
923
+ # can include `AND` and `OR` expressions explicitly.
924
+ # For example:
925
+ # ```
926
+ # (cpuPlatform = "Intel Skylake") OR
927
+ # (cpuPlatform = "Intel Broadwell") AND
928
+ # (scheduling.automaticRestart = true)
929
+ # ```
930
+ #
931
+ # If you want to use a regular expression, use the `eq` (equal) or `ne`
932
+ # (not equal) operator against a single un-parenthesized expression with or
933
+ # without quotes or against multiple parenthesized expressions. Examples:
934
+ #
935
+ # `fieldname eq unquoted literal`
936
+ # `fieldname eq 'single quoted literal'`
937
+ # `fieldname eq "double quoted literal"`
938
+ # `(fieldname1 eq literal) (fieldname2 ne "literal")`
939
+ #
940
+ # The literal value is interpreted as a regular expression using GoogleRE2 library syntax.
941
+ # The literal value must match the entire field.
942
+ #
943
+ # For example, to filter for instances that do not end with name "instance",
944
+ # you would use `name ne .*instance`.
945
+ #
946
+ # You cannot combine constraints on multiple fields using regular
947
+ # expressions.
776
948
  # @param max_results [::Integer]
777
- # 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`)
949
+ # The maximum number of results per page that should be returned.
950
+ # If the number of available results is larger than `maxResults`,
951
+ # Compute Engine returns a `nextPageToken` that can be used to get
952
+ # the next page of results in subsequent list requests. Acceptable values are
953
+ # `0` to `500`, inclusive. (Default: `500`)
778
954
  # @param network [::String]
779
955
  # Name of the network for this request.
780
956
  # @param order_by [::String]
781
- # 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.
957
+ # Sorts list results by a certain order. By default, results
958
+ # are returned in alphanumerical order based on the resource name.
959
+ #
960
+ # You can also sort results in descending order based on the creation
961
+ # timestamp using `orderBy="creationTimestamp desc"`. This sorts
962
+ # results based on the `creationTimestamp` field in
963
+ # reverse chronological order (newest result first). Use this to sort
964
+ # resources like operations so that the newest operation is returned first.
965
+ #
966
+ # Currently, only sorting by `name` or
967
+ # `creationTimestamp desc` is supported.
782
968
  # @param page_token [::String]
783
- # Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
969
+ # Specifies a page token to use. Set `pageToken` to the
970
+ # `nextPageToken` returned by a previous list request to get
971
+ # the next page of results.
784
972
  # @param peering_name [::String]
785
973
  # The response will show routes exchanged over the given peering connection.
786
974
  # @param project [::String]
787
975
  # Project ID for this request.
788
976
  # @param region [::String]
789
- # The region of the request. The response will include all subnet routes, static routes and dynamic routes in the region.
977
+ # The region of the request. The response will include all subnet routes,
978
+ # static routes and dynamic routes in the region.
790
979
  # @param return_partial_success [::Boolean]
791
- # 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.
980
+ # Opt-in for partial success behavior which provides partial results in case
981
+ # of failure. The default value is false.
982
+ #
983
+ # For example, when partial success behavior is enabled, aggregatedList for a
984
+ # single zone scope either returns all resources in the zone or no resources,
985
+ # with an error code.
792
986
  # @yield [result, operation] Access the result along with the TransportOperation object
793
987
  # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::ExchangedPeeringRoute>]
794
988
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -850,7 +1044,8 @@ module Google
850
1044
  end
851
1045
 
852
1046
  ##
853
- # Patches the specified network with the data included in the request. Only routingConfig can be modified.
1047
+ # Patches the specified network with the data included in the request.
1048
+ # Only routingConfig can be modified.
854
1049
  #
855
1050
  # @overload patch(request, options = nil)
856
1051
  # Pass arguments to `patch` via a request object, either of type
@@ -874,7 +1069,19 @@ module Google
874
1069
  # @param project [::String]
875
1070
  # Project ID for this request.
876
1071
  # @param request_id [::String]
877
- # 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).
1072
+ # An optional request ID to identify requests. Specify a unique request ID so
1073
+ # that if you must retry your request, the server will know to ignore the
1074
+ # request if it has already been completed.
1075
+ #
1076
+ # For example, consider a situation where you make an initial request and
1077
+ # the request times out. If you make the request again with the same
1078
+ # request ID, the server can check if original operation with the same
1079
+ # request ID was received, and if so, will ignore the second request. This
1080
+ # prevents clients from accidentally creating duplicate commitments.
1081
+ #
1082
+ # The request ID must be
1083
+ # a valid UUID with the exception that zero UUID is not supported
1084
+ # (00000000-0000-0000-0000-000000000000).
878
1085
  # @yield [result, operation] Access the result along with the TransportOperation object
879
1086
  # @yieldparam result [::Gapic::GenericLRO::Operation]
880
1087
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -967,7 +1174,19 @@ module Google
967
1174
  # @param project [::String]
968
1175
  # Project ID for this request.
969
1176
  # @param request_id [::String]
970
- # 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).
1177
+ # An optional request ID to identify requests. Specify a unique request ID so
1178
+ # that if you must retry your request, the server will know to ignore the
1179
+ # request if it has already been completed.
1180
+ #
1181
+ # For example, consider a situation where you make an initial request and
1182
+ # the request times out. If you make the request again with the same
1183
+ # request ID, the server can check if original operation with the same
1184
+ # request ID was received, and if so, will ignore the second request. This
1185
+ # prevents clients from accidentally creating duplicate commitments.
1186
+ #
1187
+ # The request ID must be
1188
+ # a valid UUID with the exception that zero UUID is not supported
1189
+ # (00000000-0000-0000-0000-000000000000).
971
1190
  # @yield [result, operation] Access the result along with the TransportOperation object
972
1191
  # @yieldparam result [::Gapic::GenericLRO::Operation]
973
1192
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -1036,7 +1255,8 @@ module Google
1036
1255
  end
1037
1256
 
1038
1257
  ##
1039
- # Requests to remove a peering from the specified network. Applicable only for PeeringConnection with update_strategy=CONSENSUS.
1258
+ # Requests to remove a peering from the specified network. Applicable only
1259
+ # for PeeringConnection with update_strategy=CONSENSUS.
1040
1260
  #
1041
1261
  # @overload request_remove_peering(request, options = nil)
1042
1262
  # Pass arguments to `request_remove_peering` via a request object, either of type
@@ -1060,7 +1280,19 @@ module Google
1060
1280
  # @param project [::String]
1061
1281
  # Project ID for this request.
1062
1282
  # @param request_id [::String]
1063
- # 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).
1283
+ # An optional request ID to identify requests. Specify a unique request ID so
1284
+ # that if you must retry your request, the server will know to ignore the
1285
+ # request if it has already been completed.
1286
+ #
1287
+ # For example, consider a situation where you make an initial request and
1288
+ # the request times out. If you make the request again with the same
1289
+ # request ID, the server can check if original operation with the same
1290
+ # request ID was received, and if so, will ignore the second request. This
1291
+ # prevents clients from accidentally creating duplicate commitments.
1292
+ #
1293
+ # The request ID must be
1294
+ # a valid UUID with the exception that zero UUID is not supported
1295
+ # (00000000-0000-0000-0000-000000000000).
1064
1296
  # @yield [result, operation] Access the result along with the TransportOperation object
1065
1297
  # @yieldparam result [::Gapic::GenericLRO::Operation]
1066
1298
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -1151,7 +1383,19 @@ module Google
1151
1383
  # @param project [::String]
1152
1384
  # Project ID for this request.
1153
1385
  # @param request_id [::String]
1154
- # An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
1386
+ # An optional request ID to identify requests. Specify a unique request ID so
1387
+ # that if you must retry your request, the server will know to ignore the
1388
+ # request if it has already been completed.
1389
+ #
1390
+ # For example, consider a situation where you make an initial request and
1391
+ # the request times out. If you make the request again with the same
1392
+ # request ID, the server can check if original operation with the same
1393
+ # request ID was received, and if so, will ignore the second request. This
1394
+ # prevents clients from accidentally creating duplicate commitments.
1395
+ #
1396
+ # The request ID must be
1397
+ # a valid UUID with the exception that zero UUID is not supported
1398
+ # (00000000-0000-0000-0000-000000000000).
1155
1399
  # @yield [result, operation] Access the result along with the TransportOperation object
1156
1400
  # @yieldparam result [::Gapic::GenericLRO::Operation]
1157
1401
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -1220,7 +1464,9 @@ module Google
1220
1464
  end
1221
1465
 
1222
1466
  ##
1223
- # Updates the specified network peering with the data included in the request. You can only modify the NetworkPeering.export_custom_routes field and the NetworkPeering.import_custom_routes field.
1467
+ # Updates the specified network peering with the data included in the
1468
+ # request. You can only modify the NetworkPeering.export_custom_routes field
1469
+ # and the NetworkPeering.import_custom_routes field.
1224
1470
  #
1225
1471
  # @overload update_peering(request, options = nil)
1226
1472
  # Pass arguments to `update_peering` via a request object, either of type
@@ -1244,7 +1490,19 @@ module Google
1244
1490
  # @param project [::String]
1245
1491
  # Project ID for this request.
1246
1492
  # @param request_id [::String]
1247
- # 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).
1493
+ # An optional request ID to identify requests. Specify a unique request ID so
1494
+ # that if you must retry your request, the server will know to ignore the
1495
+ # request if it has already been completed.
1496
+ #
1497
+ # For example, consider a situation where you make an initial request and
1498
+ # the request times out. If you make the request again with the same
1499
+ # request ID, the server can check if original operation with the same
1500
+ # request ID was received, and if so, will ignore the second request. This
1501
+ # prevents clients from accidentally creating duplicate commitments.
1502
+ #
1503
+ # The request ID must be
1504
+ # a valid UUID with the exception that zero UUID is not supported
1505
+ # (00000000-0000-0000-0000-000000000000).
1248
1506
  # @yield [result, operation] Access the result along with the TransportOperation object
1249
1507
  # @yieldparam result [::Gapic::GenericLRO::Operation]
1250
1508
  # @yieldparam operation [::Gapic::Rest::TransportOperation]