google-cloud-compute-v1 3.4.0 → 3.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (175) hide show
  1. checksums.yaml +4 -4
  2. data/lib/google/cloud/compute/v1/accelerator_types/rest/client.rb +181 -14
  3. data/lib/google/cloud/compute/v1/addresses/rest/client.rb +237 -20
  4. data/lib/google/cloud/compute/v1/advice/credentials.rb +52 -0
  5. data/lib/google/cloud/compute/v1/advice/rest/client.rb +431 -0
  6. data/lib/google/cloud/compute/v1/advice/rest/service_stub.rb +144 -0
  7. data/lib/google/cloud/compute/v1/advice/rest.rb +51 -0
  8. data/lib/google/cloud/compute/v1/advice.rb +47 -0
  9. data/lib/google/cloud/compute/v1/autoscalers/rest/client.rb +334 -21
  10. data/lib/google/cloud/compute/v1/autoscalers/rest/service_stub.rb +64 -0
  11. data/lib/google/cloud/compute/v1/backend_buckets/rest/client.rb +198 -23
  12. data/lib/google/cloud/compute/v1/backend_services/rest/client.rb +499 -40
  13. data/lib/google/cloud/compute/v1/backend_services/rest/service_stub.rb +62 -0
  14. data/lib/google/cloud/compute/v1/compute_pb.rb +264 -25
  15. data/lib/google/cloud/compute/v1/cross_site_networks/credentials.rb +52 -0
  16. data/lib/google/cloud/compute/v1/cross_site_networks/rest/client.rb +975 -0
  17. data/lib/google/cloud/compute/v1/cross_site_networks/rest/service_stub.rb +391 -0
  18. data/lib/google/cloud/compute/v1/cross_site_networks/rest.rb +51 -0
  19. data/lib/google/cloud/compute/v1/cross_site_networks.rb +47 -0
  20. data/lib/google/cloud/compute/v1/disk_types/rest/client.rb +181 -14
  21. data/lib/google/cloud/compute/v1/disks/rest/client.rb +390 -42
  22. data/lib/google/cloud/compute/v1/external_vpn_gateways/rest/client.rb +118 -11
  23. data/lib/google/cloud/compute/v1/firewall_policies/rest/client.rb +240 -25
  24. data/lib/google/cloud/compute/v1/firewalls/rest/client.rb +238 -13
  25. data/lib/google/cloud/compute/v1/firewalls/rest/service_stub.rb +63 -0
  26. data/lib/google/cloud/compute/v1/forwarding_rules/rest/client.rb +258 -23
  27. data/lib/google/cloud/compute/v1/future_reservations/credentials.rb +52 -0
  28. data/lib/google/cloud/compute/v1/future_reservations/rest/client.rb +1287 -0
  29. data/lib/google/cloud/compute/v1/future_reservations/rest/service_stub.rb +520 -0
  30. data/lib/google/cloud/compute/v1/future_reservations/rest.rb +51 -0
  31. data/lib/google/cloud/compute/v1/future_reservations.rb +47 -0
  32. data/lib/google/cloud/compute/v1/global_addresses/rest/client.rb +126 -10
  33. data/lib/google/cloud/compute/v1/global_forwarding_rules/rest/client.rb +151 -15
  34. data/lib/google/cloud/compute/v1/global_network_endpoint_groups/rest/client.rb +246 -21
  35. data/lib/google/cloud/compute/v1/global_operations/rest/client.rb +203 -18
  36. data/lib/google/cloud/compute/v1/global_organization_operations/rest/client.rb +91 -9
  37. data/lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest/client.rb +128 -10
  38. data/lib/google/cloud/compute/v1/health_checks/rest/client.rb +333 -21
  39. data/lib/google/cloud/compute/v1/health_checks/rest/service_stub.rb +63 -0
  40. data/lib/google/cloud/compute/v1/image_family_views/rest/client.rb +2 -1
  41. data/lib/google/cloud/compute/v1/images/rest/client.rb +161 -18
  42. data/lib/google/cloud/compute/v1/instance_group_manager_resize_requests/rest/client.rb +159 -24
  43. data/lib/google/cloud/compute/v1/instance_group_managers/rest/client.rb +920 -95
  44. data/lib/google/cloud/compute/v1/instance_groups/rest/client.rb +380 -40
  45. data/lib/google/cloud/compute/v1/instance_settings_service/rest/client.rb +13 -1
  46. data/lib/google/cloud/compute/v1/instance_templates/rest/client.rb +220 -20
  47. data/lib/google/cloud/compute/v1/instances/rest/client.rb +939 -104
  48. data/lib/google/cloud/compute/v1/instant_snapshots/rest/client.rb +235 -21
  49. data/lib/google/cloud/compute/v1/interconnect_attachment_groups/rest/client.rb +139 -14
  50. data/lib/google/cloud/compute/v1/interconnect_attachments/rest/client.rb +242 -21
  51. data/lib/google/cloud/compute/v1/interconnect_groups/rest/client.rb +139 -14
  52. data/lib/google/cloud/compute/v1/interconnect_locations/rest/client.rb +87 -7
  53. data/lib/google/cloud/compute/v1/interconnect_remote_locations/rest/client.rb +87 -7
  54. data/lib/google/cloud/compute/v1/interconnects/rest/client.rb +145 -14
  55. data/lib/google/cloud/compute/v1/license_codes/rest/client.rb +9 -2
  56. data/lib/google/cloud/compute/v1/licenses/rest/client.rb +161 -16
  57. data/lib/google/cloud/compute/v1/machine_images/rest/client.rb +124 -13
  58. data/lib/google/cloud/compute/v1/machine_types/rest/client.rb +181 -14
  59. data/lib/google/cloud/compute/v1/network_attachments/rest/client.rb +232 -20
  60. data/lib/google/cloud/compute/v1/network_edge_security_services/rest/client.rb +138 -12
  61. data/lib/google/cloud/compute/v1/network_endpoint_groups/rest/client.rb +361 -37
  62. data/lib/google/cloud/compute/v1/network_firewall_policies/rest/client.rb +354 -33
  63. data/lib/google/cloud/compute/v1/network_profiles/rest/client.rb +85 -6
  64. data/lib/google/cloud/compute/v1/networks/rest/client.rb +281 -23
  65. data/lib/google/cloud/compute/v1/node_groups/rest/client.rb +381 -32
  66. data/lib/google/cloud/compute/v1/node_templates/rest/client.rb +213 -19
  67. data/lib/google/cloud/compute/v1/node_types/rest/client.rb +181 -14
  68. data/lib/google/cloud/compute/v1/organization_security_policies/credentials.rb +52 -0
  69. data/lib/google/cloud/compute/v1/organization_security_policies/rest/client.rb +2259 -0
  70. data/lib/google/cloud/compute/v1/organization_security_policies/rest/service_stub.rb +1054 -0
  71. data/lib/google/cloud/compute/v1/organization_security_policies/rest.rb +51 -0
  72. data/lib/google/cloud/compute/v1/organization_security_policies.rb +47 -0
  73. data/lib/google/cloud/compute/v1/packet_mirrorings/rest/client.rb +226 -19
  74. data/lib/google/cloud/compute/v1/preview_features/credentials.rb +52 -0
  75. data/lib/google/cloud/compute/v1/preview_features/rest/client.rb +739 -0
  76. data/lib/google/cloud/compute/v1/preview_features/rest/service_stub.rb +267 -0
  77. data/lib/google/cloud/compute/v1/preview_features/rest.rb +51 -0
  78. data/lib/google/cloud/compute/v1/preview_features.rb +47 -0
  79. data/lib/google/cloud/compute/v1/projects/rest/client.rb +346 -30
  80. data/lib/google/cloud/compute/v1/public_advertised_prefixes/rest/client.rb +154 -12
  81. data/lib/google/cloud/compute/v1/public_delegated_prefixes/rest/client.rb +255 -22
  82. data/lib/google/cloud/compute/v1/region_autoscalers/rest/client.rb +238 -13
  83. data/lib/google/cloud/compute/v1/region_autoscalers/rest/service_stub.rb +64 -0
  84. data/lib/google/cloud/compute/v1/region_backend_services/rest/client.rb +260 -26
  85. data/lib/google/cloud/compute/v1/region_commitments/rest/client.rb +212 -18
  86. data/lib/google/cloud/compute/v1/region_composite_health_checks/credentials.rb +52 -0
  87. data/lib/google/cloud/compute/v1/region_composite_health_checks/rest/client.rb +1268 -0
  88. data/lib/google/cloud/compute/v1/region_composite_health_checks/rest/service_stub.rb +521 -0
  89. data/lib/google/cloud/compute/v1/region_composite_health_checks/rest.rb +51 -0
  90. data/lib/google/cloud/compute/v1/region_composite_health_checks.rb +47 -0
  91. data/lib/google/cloud/compute/v1/region_disk_types/rest/client.rb +83 -5
  92. data/lib/google/cloud/compute/v1/region_disks/rest/client.rb +269 -29
  93. data/lib/google/cloud/compute/v1/region_health_aggregation_policies/credentials.rb +52 -0
  94. data/lib/google/cloud/compute/v1/region_health_aggregation_policies/rest/client.rb +1268 -0
  95. data/lib/google/cloud/compute/v1/region_health_aggregation_policies/rest/service_stub.rb +521 -0
  96. data/lib/google/cloud/compute/v1/region_health_aggregation_policies/rest.rb +51 -0
  97. data/lib/google/cloud/compute/v1/region_health_aggregation_policies.rb +47 -0
  98. data/lib/google/cloud/compute/v1/region_health_check_services/rest/client.rb +427 -17
  99. data/lib/google/cloud/compute/v1/region_health_check_services/rest/service_stub.rb +125 -0
  100. data/lib/google/cloud/compute/v1/region_health_checks/rest/client.rb +238 -13
  101. data/lib/google/cloud/compute/v1/region_health_checks/rest/service_stub.rb +64 -0
  102. data/lib/google/cloud/compute/v1/region_health_sources/credentials.rb +52 -0
  103. data/lib/google/cloud/compute/v1/region_health_sources/rest/client.rb +1268 -0
  104. data/lib/google/cloud/compute/v1/region_health_sources/rest/service_stub.rb +521 -0
  105. data/lib/google/cloud/compute/v1/region_health_sources/rest.rb +51 -0
  106. data/lib/google/cloud/compute/v1/region_health_sources.rb +47 -0
  107. data/lib/google/cloud/compute/v1/region_instance_group_managers/rest/client.rb +750 -64
  108. data/lib/google/cloud/compute/v1/region_instance_groups/rest/client.rb +187 -14
  109. data/lib/google/cloud/compute/v1/region_instance_templates/rest/client.rb +115 -10
  110. data/lib/google/cloud/compute/v1/region_instances/rest/client.rb +15 -2
  111. data/lib/google/cloud/compute/v1/region_instant_snapshots/rest/client.rb +139 -13
  112. data/lib/google/cloud/compute/v1/region_network_endpoint_groups/rest/client.rb +264 -28
  113. data/lib/google/cloud/compute/v1/region_network_firewall_policies/rest/client.rb +213 -20
  114. data/lib/google/cloud/compute/v1/region_notification_endpoints/rest/client.rb +399 -11
  115. data/lib/google/cloud/compute/v1/region_notification_endpoints/rest/service_stub.rb +125 -0
  116. data/lib/google/cloud/compute/v1/region_operations/rest/client.rb +107 -10
  117. data/lib/google/cloud/compute/v1/region_security_policies/rest/client.rb +149 -14
  118. data/lib/google/cloud/compute/v1/region_ssl_certificates/rest/client.rb +116 -10
  119. data/lib/google/cloud/compute/v1/region_ssl_policies/rest/client.rb +220 -20
  120. data/lib/google/cloud/compute/v1/region_target_http_proxies/rest/client.rb +126 -10
  121. data/lib/google/cloud/compute/v1/region_target_https_proxies/rest/client.rb +158 -14
  122. data/lib/google/cloud/compute/v1/region_target_tcp_proxies/rest/client.rb +113 -9
  123. data/lib/google/cloud/compute/v1/region_url_maps/rest/client.rb +104 -14
  124. data/lib/google/cloud/compute/v1/region_zones/rest/client.rb +85 -6
  125. data/lib/google/cloud/compute/v1/regions/rest/client.rb +120 -7
  126. data/lib/google/cloud/compute/v1/reservation_blocks/rest/client.rb +396 -11
  127. data/lib/google/cloud/compute/v1/reservation_blocks/rest/service_stub.rb +194 -0
  128. data/lib/google/cloud/compute/v1/reservation_slots/credentials.rb +52 -0
  129. data/lib/google/cloud/compute/v1/reservation_slots/rest/client.rb +863 -0
  130. data/lib/google/cloud/compute/v1/reservation_slots/rest/service_stub.rb +338 -0
  131. data/lib/google/cloud/compute/v1/reservation_slots/rest.rb +51 -0
  132. data/lib/google/cloud/compute/v1/reservation_slots.rb +47 -0
  133. data/lib/google/cloud/compute/v1/reservation_sub_blocks/rest/client.rb +642 -12
  134. data/lib/google/cloud/compute/v1/reservation_sub_blocks/rest/service_stub.rb +327 -3
  135. data/lib/google/cloud/compute/v1/reservations/rest/client.rb +257 -24
  136. data/lib/google/cloud/compute/v1/resource_policies/rest/client.rb +224 -19
  137. data/lib/google/cloud/compute/v1/rest.rb +10 -0
  138. data/lib/google/cloud/compute/v1/routers/rest/client.rb +555 -50
  139. data/lib/google/cloud/compute/v1/routes/rest/client.rb +202 -8
  140. data/lib/google/cloud/compute/v1/routes/rest/service_stub.rb +63 -0
  141. data/lib/google/cloud/compute/v1/security_policies/rest/client.rb +316 -26
  142. data/lib/google/cloud/compute/v1/service_attachments/rest/client.rb +231 -21
  143. data/lib/google/cloud/compute/v1/snapshot_settings_service/rest/client.rb +13 -1
  144. data/lib/google/cloud/compute/v1/snapshots/rest/client.rb +130 -13
  145. data/lib/google/cloud/compute/v1/ssl_certificates/rest/client.rb +210 -17
  146. data/lib/google/cloud/compute/v1/ssl_policies/rest/client.rb +315 -27
  147. data/lib/google/cloud/compute/v1/storage_pool_types/rest/client.rb +181 -14
  148. data/lib/google/cloud/compute/v1/storage_pools/rest/client.rb +321 -28
  149. data/lib/google/cloud/compute/v1/subnetworks/rest/client.rb +378 -34
  150. data/lib/google/cloud/compute/v1/target_grpc_proxies/rest/client.rb +128 -10
  151. data/lib/google/cloud/compute/v1/target_http_proxies/rest/client.rb +240 -20
  152. data/lib/google/cloud/compute/v1/target_https_proxies/rest/client.rb +306 -30
  153. data/lib/google/cloud/compute/v1/target_instances/rest/client.rb +227 -20
  154. data/lib/google/cloud/compute/v1/target_pools/rest/client.rb +294 -26
  155. data/lib/google/cloud/compute/v1/target_ssl_proxies/rest/client.rb +281 -19
  156. data/lib/google/cloud/compute/v1/target_ssl_proxies/rest/service_stub.rb +63 -0
  157. data/lib/google/cloud/compute/v1/target_tcp_proxies/rest/client.rb +329 -20
  158. data/lib/google/cloud/compute/v1/target_tcp_proxies/rest/service_stub.rb +63 -0
  159. data/lib/google/cloud/compute/v1/target_vpn_gateways/rest/client.rb +224 -19
  160. data/lib/google/cloud/compute/v1/url_maps/rest/client.rb +354 -24
  161. data/lib/google/cloud/compute/v1/url_maps/rest/service_stub.rb +63 -0
  162. data/lib/google/cloud/compute/v1/version.rb +1 -1
  163. data/lib/google/cloud/compute/v1/vpn_gateways/rest/client.rb +224 -19
  164. data/lib/google/cloud/compute/v1/vpn_tunnels/rest/client.rb +224 -19
  165. data/lib/google/cloud/compute/v1/wire_groups/credentials.rb +52 -0
  166. data/lib/google/cloud/compute/v1/wire_groups/rest/client.rb +980 -0
  167. data/lib/google/cloud/compute/v1/wire_groups/rest/service_stub.rb +396 -0
  168. data/lib/google/cloud/compute/v1/wire_groups/rest.rb +51 -0
  169. data/lib/google/cloud/compute/v1/wire_groups.rb +47 -0
  170. data/lib/google/cloud/compute/v1/zone_operations/rest/client.rb +106 -10
  171. data/lib/google/cloud/compute/v1/zones/rest/client.rb +83 -5
  172. data/lib/google/cloud/compute/v1.rb +10 -0
  173. data/proto_docs/google/api/client.rb +149 -29
  174. data/proto_docs/google/cloud/compute/v1/compute.rb +43929 -5522
  175. metadata +52 -2
@@ -232,7 +232,19 @@ module Google
232
232
  # @param region [::String]
233
233
  # Name of the region scoping this request.
234
234
  # @param request_id [::String]
235
- # 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).
235
+ # An optional request ID to identify requests. Specify a unique request ID so
236
+ # that if you must retry your request, the server will know to ignore the
237
+ # request if it has already been completed.
238
+ #
239
+ # For example, consider a situation where you make an initial request and
240
+ # the request times out. If you make the request again with the same
241
+ # request ID, the server can check if original operation with the same
242
+ # request ID was received, and if so, will ignore the second request. This
243
+ # prevents clients from accidentally creating duplicate commitments.
244
+ #
245
+ # The request ID must be
246
+ # a valid UUID with the exception that zero UUID is not supported
247
+ # (00000000-0000-0000-0000-000000000000).
236
248
  # @param target_https_proxy [::String]
237
249
  # Name of the TargetHttpsProxy resource to delete.
238
250
  # @yield [result, operation] Access the result along with the TransportOperation object
@@ -386,7 +398,8 @@ module Google
386
398
  end
387
399
 
388
400
  ##
389
- # Creates a TargetHttpsProxy resource in the specified project and region using the data included in the request.
401
+ # Creates a TargetHttpsProxy resource in the specified project and region
402
+ # using the data included in the request.
390
403
  #
391
404
  # @overload insert(request, options = nil)
392
405
  # Pass arguments to `insert` via a request object, either of type
@@ -408,7 +421,19 @@ module Google
408
421
  # @param region [::String]
409
422
  # Name of the region scoping this request.
410
423
  # @param request_id [::String]
411
- # 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).
424
+ # An optional request ID to identify requests. Specify a unique request ID so
425
+ # that if you must retry your request, the server will know to ignore the
426
+ # request if it has already been completed.
427
+ #
428
+ # For example, consider a situation where you make an initial request and
429
+ # the request times out. If you make the request again with the same
430
+ # request ID, the server can check if original operation with the same
431
+ # request ID was received, and if so, will ignore the second request. This
432
+ # prevents clients from accidentally creating duplicate commitments.
433
+ #
434
+ # The request ID must be
435
+ # a valid UUID with the exception that zero UUID is not supported
436
+ # (00000000-0000-0000-0000-000000000000).
412
437
  # @param target_https_proxy_resource [::Google::Cloud::Compute::V1::TargetHttpsProxy, ::Hash]
413
438
  # The body resource for this request
414
439
  # @yield [result, operation] Access the result along with the TransportOperation object
@@ -480,7 +505,8 @@ module Google
480
505
  end
481
506
 
482
507
  ##
483
- # Retrieves the list of TargetHttpsProxy resources available to the specified project in the specified region.
508
+ # Retrieves the list of TargetHttpsProxy resources available
509
+ # to the specified project in the specified region.
484
510
  #
485
511
  # @overload list(request, options = nil)
486
512
  # Pass arguments to `list` via a request object, either of type
@@ -498,19 +524,97 @@ module Google
498
524
  # the default parameter values, pass an empty Hash as a request object (see above).
499
525
  #
500
526
  # @param filter [::String]
501
- # 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.
527
+ # A filter expression that filters resources listed in the response. Most
528
+ # Compute resources support two types of filter expressions:
529
+ # expressions that support regular expressions and expressions that follow
530
+ # API improvement proposal AIP-160.
531
+ # These two types of filter expressions cannot be mixed in one request.
532
+ #
533
+ # If you want to use AIP-160, your expression must specify the field name, an
534
+ # operator, and the value that you want to use for filtering. The value
535
+ # must be a string, a number, or a boolean. The operator
536
+ # must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.
537
+ #
538
+ # For example, if you are filtering Compute Engine instances, you can
539
+ # exclude instances named `example-instance` by specifying
540
+ # `name != example-instance`.
541
+ #
542
+ # The `:*` comparison can be used to test whether a key has been defined.
543
+ # For example, to find all objects with `owner` label use:
544
+ # ```
545
+ # labels.owner:*
546
+ # ```
547
+ #
548
+ # You can also filter nested fields. For example, you could specify
549
+ # `scheduling.automaticRestart = false` to include instances only
550
+ # if they are not scheduled for automatic restarts. You can use filtering
551
+ # on nested fields to filter based onresource labels.
552
+ #
553
+ # To filter on multiple expressions, provide each separate expression within
554
+ # parentheses. For example:
555
+ # ```
556
+ # (scheduling.automaticRestart = true)
557
+ # (cpuPlatform = "Intel Skylake")
558
+ # ```
559
+ # By default, each expression is an `AND` expression. However, you
560
+ # can include `AND` and `OR` expressions explicitly.
561
+ # For example:
562
+ # ```
563
+ # (cpuPlatform = "Intel Skylake") OR
564
+ # (cpuPlatform = "Intel Broadwell") AND
565
+ # (scheduling.automaticRestart = true)
566
+ # ```
567
+ #
568
+ # If you want to use a regular expression, use the `eq` (equal) or `ne`
569
+ # (not equal) operator against a single un-parenthesized expression with or
570
+ # without quotes or against multiple parenthesized expressions. Examples:
571
+ #
572
+ # `fieldname eq unquoted literal`
573
+ # `fieldname eq 'single quoted literal'`
574
+ # `fieldname eq "double quoted literal"`
575
+ # `(fieldname1 eq literal) (fieldname2 ne "literal")`
576
+ #
577
+ # The literal value is interpreted as a regular expression using GoogleRE2 library syntax.
578
+ # The literal value must match the entire field.
579
+ #
580
+ # For example, to filter for instances that do not end with name "instance",
581
+ # you would use `name ne .*instance`.
582
+ #
583
+ # You cannot combine constraints on multiple fields using regular
584
+ # expressions.
502
585
  # @param max_results [::Integer]
503
- # 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`)
586
+ # The maximum number of results per page that should be returned.
587
+ # If the number of available results is larger than `maxResults`,
588
+ # Compute Engine returns a `nextPageToken` that can be used to get
589
+ # the next page of results in subsequent list requests. Acceptable values are
590
+ # `0` to `500`, inclusive. (Default: `500`)
504
591
  # @param order_by [::String]
505
- # 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.
592
+ # Sorts list results by a certain order. By default, results
593
+ # are returned in alphanumerical order based on the resource name.
594
+ #
595
+ # You can also sort results in descending order based on the creation
596
+ # timestamp using `orderBy="creationTimestamp desc"`. This sorts
597
+ # results based on the `creationTimestamp` field in
598
+ # reverse chronological order (newest result first). Use this to sort
599
+ # resources like operations so that the newest operation is returned first.
600
+ #
601
+ # Currently, only sorting by `name` or
602
+ # `creationTimestamp desc` is supported.
506
603
  # @param page_token [::String]
507
- # Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
604
+ # Specifies a page token to use. Set `pageToken` to the
605
+ # `nextPageToken` returned by a previous list request to get
606
+ # the next page of results.
508
607
  # @param project [::String]
509
608
  # Project ID for this request.
510
609
  # @param region [::String]
511
610
  # Name of the region scoping this request.
512
611
  # @param return_partial_success [::Boolean]
513
- # 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.
612
+ # Opt-in for partial success behavior which provides partial results in case
613
+ # of failure. The default value is false.
614
+ #
615
+ # For example, when partial success behavior is enabled, aggregatedList for a
616
+ # single zone scope either returns all resources in the zone or no resources,
617
+ # with an error code.
514
618
  # @yield [result, operation] Access the result along with the TransportOperation object
515
619
  # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::TargetHttpsProxy>]
516
620
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -572,7 +676,10 @@ module Google
572
676
  end
573
677
 
574
678
  ##
575
- # Patches the specified regional TargetHttpsProxy resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.
679
+ # Patches the specified regional TargetHttpsProxy resource with the data
680
+ # included in the request. This method supports PATCH
681
+ # semantics and usesJSON merge
682
+ # patch format and processing rules.
576
683
  #
577
684
  # @overload patch(request, options = nil)
578
685
  # Pass arguments to `patch` via a request object, either of type
@@ -594,7 +701,19 @@ module Google
594
701
  # @param region [::String]
595
702
  # Name of the region for this request.
596
703
  # @param request_id [::String]
597
- # 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).
704
+ # An optional request ID to identify requests. Specify a unique request ID so
705
+ # that if you must retry your request, the server will know to ignore the
706
+ # request if it has already been completed.
707
+ #
708
+ # For example, consider a situation where you make an initial request and
709
+ # the request times out. If you make the request again with the same
710
+ # request ID, the server can check if original operation with the same
711
+ # request ID was received, and if so, will ignore the second request. This
712
+ # prevents clients from accidentally creating duplicate commitments.
713
+ #
714
+ # The request ID must be
715
+ # a valid UUID with the exception that zero UUID is not supported
716
+ # (00000000-0000-0000-0000-000000000000).
598
717
  # @param target_https_proxy [::String]
599
718
  # Name of the TargetHttpsProxy resource to patch.
600
719
  # @param target_https_proxy_resource [::Google::Cloud::Compute::V1::TargetHttpsProxy, ::Hash]
@@ -692,9 +811,22 @@ module Google
692
811
  # @param region_target_https_proxies_set_ssl_certificates_request_resource [::Google::Cloud::Compute::V1::RegionTargetHttpsProxiesSetSslCertificatesRequest, ::Hash]
693
812
  # The body resource for this request
694
813
  # @param request_id [::String]
695
- # 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).
814
+ # An optional request ID to identify requests. Specify a unique request ID so
815
+ # that if you must retry your request, the server will know to ignore the
816
+ # request if it has already been completed.
817
+ #
818
+ # For example, consider a situation where you make an initial request and
819
+ # the request times out. If you make the request again with the same
820
+ # request ID, the server can check if original operation with the same
821
+ # request ID was received, and if so, will ignore the second request. This
822
+ # prevents clients from accidentally creating duplicate commitments.
823
+ #
824
+ # The request ID must be
825
+ # a valid UUID with the exception that zero UUID is not supported
826
+ # (00000000-0000-0000-0000-000000000000).
696
827
  # @param target_https_proxy [::String]
697
- # Name of the TargetHttpsProxy resource to set an SslCertificates resource for.
828
+ # Name of the TargetHttpsProxy resource to set an
829
+ # SslCertificates resource for.
698
830
  # @yield [result, operation] Access the result along with the TransportOperation object
699
831
  # @yieldparam result [::Gapic::GenericLRO::Operation]
700
832
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -786,7 +918,19 @@ module Google
786
918
  # @param region [::String]
787
919
  # Name of the region scoping this request.
788
920
  # @param request_id [::String]
789
- # 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).
921
+ # An optional request ID to identify requests. Specify a unique request ID so
922
+ # that if you must retry your request, the server will know to ignore the
923
+ # request if it has already been completed.
924
+ #
925
+ # For example, consider a situation where you make an initial request and
926
+ # the request times out. If you make the request again with the same
927
+ # request ID, the server can check if original operation with the same
928
+ # request ID was received, and if so, will ignore the second request. This
929
+ # prevents clients from accidentally creating duplicate commitments.
930
+ #
931
+ # The request ID must be
932
+ # a valid UUID with the exception that zero UUID is not supported
933
+ # (00000000-0000-0000-0000-000000000000).
790
934
  # @param target_https_proxy [::String]
791
935
  # Name of the TargetHttpsProxy to set a URL map for.
792
936
  # @param url_map_reference_resource [::Google::Cloud::Compute::V1::UrlMapReference, ::Hash]
@@ -226,7 +226,19 @@ module Google
226
226
  # @param region [::String]
227
227
  # Name of the region scoping this request.
228
228
  # @param request_id [::String]
229
- # 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).
229
+ # An optional request ID to identify requests. Specify a unique request ID so
230
+ # that if you must retry your request, the server will know to ignore the
231
+ # request if it has already been completed.
232
+ #
233
+ # For example, consider a situation where you make an initial request and
234
+ # the request times out. If you make the request again with the same
235
+ # request ID, the server can check if original operation with the same
236
+ # request ID was received, and if so, will ignore the second request. This
237
+ # prevents clients from accidentally creating duplicate commitments.
238
+ #
239
+ # The request ID must be
240
+ # a valid UUID with the exception that zero UUID is not supported
241
+ # (00000000-0000-0000-0000-000000000000).
230
242
  # @param target_tcp_proxy [::String]
231
243
  # Name of the TargetTcpProxy resource to delete.
232
244
  # @yield [result, operation] Access the result along with the TransportOperation object
@@ -380,7 +392,8 @@ module Google
380
392
  end
381
393
 
382
394
  ##
383
- # Creates a TargetTcpProxy resource in the specified project and region using the data included in the request.
395
+ # Creates a TargetTcpProxy resource in the specified project and region using
396
+ # the data included in the request.
384
397
  #
385
398
  # @overload insert(request, options = nil)
386
399
  # Pass arguments to `insert` via a request object, either of type
@@ -402,7 +415,19 @@ module Google
402
415
  # @param region [::String]
403
416
  # Name of the region scoping this request.
404
417
  # @param request_id [::String]
405
- # An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
418
+ # An optional request ID to identify requests. Specify a unique request ID so
419
+ # that if you must retry your request, the server will know to ignore the
420
+ # request if it has already been completed.
421
+ #
422
+ # For example, consider a situation where you make an initial request and
423
+ # the request times out. If you make the request again with the same
424
+ # request ID, the server can check if original operation with the same
425
+ # request ID was received, and if so, will ignore the second request. This
426
+ # prevents clients from accidentally creating duplicate commitments.
427
+ #
428
+ # The request ID must be
429
+ # a valid UUID with the exception that zero UUID is not supported
430
+ # (00000000-0000-0000-0000-000000000000).
406
431
  # @param target_tcp_proxy_resource [::Google::Cloud::Compute::V1::TargetTcpProxy, ::Hash]
407
432
  # The body resource for this request
408
433
  # @yield [result, operation] Access the result along with the TransportOperation object
@@ -474,7 +499,8 @@ module Google
474
499
  end
475
500
 
476
501
  ##
477
- # Retrieves a list of TargetTcpProxy resources available to the specified project in a given region.
502
+ # Retrieves a list of TargetTcpProxy resources
503
+ # available to the specified project in a given region.
478
504
  #
479
505
  # @overload list(request, options = nil)
480
506
  # Pass arguments to `list` via a request object, either of type
@@ -492,19 +518,97 @@ module Google
492
518
  # the default parameter values, pass an empty Hash as a request object (see above).
493
519
  #
494
520
  # @param filter [::String]
495
- # 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.
521
+ # A filter expression that filters resources listed in the response. Most
522
+ # Compute resources support two types of filter expressions:
523
+ # expressions that support regular expressions and expressions that follow
524
+ # API improvement proposal AIP-160.
525
+ # These two types of filter expressions cannot be mixed in one request.
526
+ #
527
+ # If you want to use AIP-160, your expression must specify the field name, an
528
+ # operator, and the value that you want to use for filtering. The value
529
+ # must be a string, a number, or a boolean. The operator
530
+ # must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.
531
+ #
532
+ # For example, if you are filtering Compute Engine instances, you can
533
+ # exclude instances named `example-instance` by specifying
534
+ # `name != example-instance`.
535
+ #
536
+ # The `:*` comparison can be used to test whether a key has been defined.
537
+ # For example, to find all objects with `owner` label use:
538
+ # ```
539
+ # labels.owner:*
540
+ # ```
541
+ #
542
+ # You can also filter nested fields. For example, you could specify
543
+ # `scheduling.automaticRestart = false` to include instances only
544
+ # if they are not scheduled for automatic restarts. You can use filtering
545
+ # on nested fields to filter based onresource labels.
546
+ #
547
+ # To filter on multiple expressions, provide each separate expression within
548
+ # parentheses. For example:
549
+ # ```
550
+ # (scheduling.automaticRestart = true)
551
+ # (cpuPlatform = "Intel Skylake")
552
+ # ```
553
+ # By default, each expression is an `AND` expression. However, you
554
+ # can include `AND` and `OR` expressions explicitly.
555
+ # For example:
556
+ # ```
557
+ # (cpuPlatform = "Intel Skylake") OR
558
+ # (cpuPlatform = "Intel Broadwell") AND
559
+ # (scheduling.automaticRestart = true)
560
+ # ```
561
+ #
562
+ # If you want to use a regular expression, use the `eq` (equal) or `ne`
563
+ # (not equal) operator against a single un-parenthesized expression with or
564
+ # without quotes or against multiple parenthesized expressions. Examples:
565
+ #
566
+ # `fieldname eq unquoted literal`
567
+ # `fieldname eq 'single quoted literal'`
568
+ # `fieldname eq "double quoted literal"`
569
+ # `(fieldname1 eq literal) (fieldname2 ne "literal")`
570
+ #
571
+ # The literal value is interpreted as a regular expression using GoogleRE2 library syntax.
572
+ # The literal value must match the entire field.
573
+ #
574
+ # For example, to filter for instances that do not end with name "instance",
575
+ # you would use `name ne .*instance`.
576
+ #
577
+ # You cannot combine constraints on multiple fields using regular
578
+ # expressions.
496
579
  # @param max_results [::Integer]
497
- # 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`)
580
+ # The maximum number of results per page that should be returned.
581
+ # If the number of available results is larger than `maxResults`,
582
+ # Compute Engine returns a `nextPageToken` that can be used to get
583
+ # the next page of results in subsequent list requests. Acceptable values are
584
+ # `0` to `500`, inclusive. (Default: `500`)
498
585
  # @param order_by [::String]
499
- # 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.
586
+ # Sorts list results by a certain order. By default, results
587
+ # are returned in alphanumerical order based on the resource name.
588
+ #
589
+ # You can also sort results in descending order based on the creation
590
+ # timestamp using `orderBy="creationTimestamp desc"`. This sorts
591
+ # results based on the `creationTimestamp` field in
592
+ # reverse chronological order (newest result first). Use this to sort
593
+ # resources like operations so that the newest operation is returned first.
594
+ #
595
+ # Currently, only sorting by `name` or
596
+ # `creationTimestamp desc` is supported.
500
597
  # @param page_token [::String]
501
- # Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
598
+ # Specifies a page token to use. Set `pageToken` to the
599
+ # `nextPageToken` returned by a previous list request to get
600
+ # the next page of results.
502
601
  # @param project [::String]
503
602
  # Project ID for this request.
504
603
  # @param region [::String]
505
604
  # Name of the region scoping this request.
506
605
  # @param return_partial_success [::Boolean]
507
- # 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.
606
+ # Opt-in for partial success behavior which provides partial results in case
607
+ # of failure. The default value is false.
608
+ #
609
+ # For example, when partial success behavior is enabled, aggregatedList for a
610
+ # single zone scope either returns all resources in the zone or no resources,
611
+ # with an error code.
508
612
  # @yield [result, operation] Access the result along with the TransportOperation object
509
613
  # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::TargetTcpProxy>]
510
614
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -232,7 +232,8 @@ module Google
232
232
  # @param region [::String]
233
233
  # Name of the region scoping this request.
234
234
  # @param request_id [::String]
235
- # begin_interface: MixerMutationRequestBuilder Request ID to support idempotency.
235
+ # begin_interface: MixerMutationRequestBuilder
236
+ # Request ID to support idempotency.
236
237
  # @param url_map [::String]
237
238
  # Name of the UrlMap resource to delete.
238
239
  # @yield [result, operation] Access the result along with the TransportOperation object
@@ -386,7 +387,8 @@ module Google
386
387
  end
387
388
 
388
389
  ##
389
- # Creates a UrlMap resource in the specified project using the data included in the request.
390
+ # Creates a UrlMap resource in the specified project using
391
+ # the data included in the request.
390
392
  #
391
393
  # @overload insert(request, options = nil)
392
394
  # Pass arguments to `insert` via a request object, either of type
@@ -408,7 +410,8 @@ module Google
408
410
  # @param region [::String]
409
411
  # Name of the region scoping this request.
410
412
  # @param request_id [::String]
411
- # begin_interface: MixerMutationRequestBuilder Request ID to support idempotency.
413
+ # begin_interface: MixerMutationRequestBuilder
414
+ # Request ID to support idempotency.
412
415
  # @param url_map_resource [::Google::Cloud::Compute::V1::UrlMap, ::Hash]
413
416
  # The body resource for this request
414
417
  # @yield [result, operation] Access the result along with the TransportOperation object
@@ -480,7 +483,8 @@ module Google
480
483
  end
481
484
 
482
485
  ##
483
- # Retrieves the list of UrlMap resources available to the specified project in the specified region.
486
+ # Retrieves the list of UrlMap resources available to the specified
487
+ # project in the specified region.
484
488
  #
485
489
  # @overload list(request, options = nil)
486
490
  # Pass arguments to `list` via a request object, either of type
@@ -498,19 +502,97 @@ module Google
498
502
  # the default parameter values, pass an empty Hash as a request object (see above).
499
503
  #
500
504
  # @param filter [::String]
501
- # 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.
505
+ # A filter expression that filters resources listed in the response. Most
506
+ # Compute resources support two types of filter expressions:
507
+ # expressions that support regular expressions and expressions that follow
508
+ # API improvement proposal AIP-160.
509
+ # These two types of filter expressions cannot be mixed in one request.
510
+ #
511
+ # If you want to use AIP-160, your expression must specify the field name, an
512
+ # operator, and the value that you want to use for filtering. The value
513
+ # must be a string, a number, or a boolean. The operator
514
+ # must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.
515
+ #
516
+ # For example, if you are filtering Compute Engine instances, you can
517
+ # exclude instances named `example-instance` by specifying
518
+ # `name != example-instance`.
519
+ #
520
+ # The `:*` comparison can be used to test whether a key has been defined.
521
+ # For example, to find all objects with `owner` label use:
522
+ # ```
523
+ # labels.owner:*
524
+ # ```
525
+ #
526
+ # You can also filter nested fields. For example, you could specify
527
+ # `scheduling.automaticRestart = false` to include instances only
528
+ # if they are not scheduled for automatic restarts. You can use filtering
529
+ # on nested fields to filter based onresource labels.
530
+ #
531
+ # To filter on multiple expressions, provide each separate expression within
532
+ # parentheses. For example:
533
+ # ```
534
+ # (scheduling.automaticRestart = true)
535
+ # (cpuPlatform = "Intel Skylake")
536
+ # ```
537
+ # By default, each expression is an `AND` expression. However, you
538
+ # can include `AND` and `OR` expressions explicitly.
539
+ # For example:
540
+ # ```
541
+ # (cpuPlatform = "Intel Skylake") OR
542
+ # (cpuPlatform = "Intel Broadwell") AND
543
+ # (scheduling.automaticRestart = true)
544
+ # ```
545
+ #
546
+ # If you want to use a regular expression, use the `eq` (equal) or `ne`
547
+ # (not equal) operator against a single un-parenthesized expression with or
548
+ # without quotes or against multiple parenthesized expressions. Examples:
549
+ #
550
+ # `fieldname eq unquoted literal`
551
+ # `fieldname eq 'single quoted literal'`
552
+ # `fieldname eq "double quoted literal"`
553
+ # `(fieldname1 eq literal) (fieldname2 ne "literal")`
554
+ #
555
+ # The literal value is interpreted as a regular expression using GoogleRE2 library syntax.
556
+ # The literal value must match the entire field.
557
+ #
558
+ # For example, to filter for instances that do not end with name "instance",
559
+ # you would use `name ne .*instance`.
560
+ #
561
+ # You cannot combine constraints on multiple fields using regular
562
+ # expressions.
502
563
  # @param max_results [::Integer]
503
- # 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`)
564
+ # The maximum number of results per page that should be returned.
565
+ # If the number of available results is larger than `maxResults`,
566
+ # Compute Engine returns a `nextPageToken` that can be used to get
567
+ # the next page of results in subsequent list requests. Acceptable values are
568
+ # `0` to `500`, inclusive. (Default: `500`)
504
569
  # @param order_by [::String]
505
- # 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.
570
+ # Sorts list results by a certain order. By default, results
571
+ # are returned in alphanumerical order based on the resource name.
572
+ #
573
+ # You can also sort results in descending order based on the creation
574
+ # timestamp using `orderBy="creationTimestamp desc"`. This sorts
575
+ # results based on the `creationTimestamp` field in
576
+ # reverse chronological order (newest result first). Use this to sort
577
+ # resources like operations so that the newest operation is returned first.
578
+ #
579
+ # Currently, only sorting by `name` or
580
+ # `creationTimestamp desc` is supported.
506
581
  # @param page_token [::String]
507
- # Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
582
+ # Specifies a page token to use. Set `pageToken` to the
583
+ # `nextPageToken` returned by a previous list request to get
584
+ # the next page of results.
508
585
  # @param project [::String]
509
586
  # Project ID for this request.
510
587
  # @param region [::String]
511
588
  # Name of the region scoping this request.
512
589
  # @param return_partial_success [::Boolean]
513
- # 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.
590
+ # Opt-in for partial success behavior which provides partial results in case
591
+ # of failure. The default value is false.
592
+ #
593
+ # For example, when partial success behavior is enabled, aggregatedList for a
594
+ # single zone scope either returns all resources in the zone or no resources,
595
+ # with an error code.
514
596
  # @yield [result, operation] Access the result along with the TransportOperation object
515
597
  # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::UrlMap>]
516
598
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -572,7 +654,10 @@ module Google
572
654
  end
573
655
 
574
656
  ##
575
- # Patches the specified UrlMap resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.
657
+ # Patches the specified UrlMap resource with the data included in the
658
+ # request. This method supportsPATCH
659
+ # semantics and usesJSON merge
660
+ # patch format and processing rules.
576
661
  #
577
662
  # @overload patch(request, options = nil)
578
663
  # Pass arguments to `patch` via a request object, either of type
@@ -594,7 +679,8 @@ module Google
594
679
  # @param region [::String]
595
680
  # Name of the region scoping this request.
596
681
  # @param request_id [::String]
597
- # begin_interface: MixerMutationRequestBuilder Request ID to support idempotency.
682
+ # begin_interface: MixerMutationRequestBuilder
683
+ # Request ID to support idempotency.
598
684
  # @param url_map [::String]
599
685
  # Name of the UrlMap resource to patch.
600
686
  # @param url_map_resource [::Google::Cloud::Compute::V1::UrlMap, ::Hash]
@@ -668,7 +754,8 @@ module Google
668
754
  end
669
755
 
670
756
  ##
671
- # Updates the specified UrlMap resource with the data included in the request.
757
+ # Updates the specified UrlMap resource with the data included in the
758
+ # request.
672
759
  #
673
760
  # @overload update(request, options = nil)
674
761
  # Pass arguments to `update` via a request object, either of type
@@ -690,7 +777,8 @@ module Google
690
777
  # @param region [::String]
691
778
  # Name of the region scoping this request.
692
779
  # @param request_id [::String]
693
- # begin_interface: MixerMutationRequestBuilder Request ID to support idempotency.
780
+ # begin_interface: MixerMutationRequestBuilder
781
+ # Request ID to support idempotency.
694
782
  # @param url_map [::String]
695
783
  # Name of the UrlMap resource to update.
696
784
  # @param url_map_resource [::Google::Cloud::Compute::V1::UrlMap, ::Hash]
@@ -764,7 +852,9 @@ module Google
764
852
  end
765
853
 
766
854
  ##
767
- # Runs static validation for the UrlMap. In particular, the tests of the provided UrlMap will be run. Calling this method does NOT create the UrlMap.
855
+ # Runs static validation for the UrlMap. In particular, the tests of the
856
+ # provided UrlMap will be run. Calling this method does NOT create the
857
+ # UrlMap.
768
858
  #
769
859
  # @overload validate(request, options = nil)
770
860
  # Pass arguments to `validate` via a request object, either of type