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
@@ -246,7 +246,19 @@ module Google
246
246
  # @param project [::String]
247
247
  # Project ID for this request.
248
248
  # @param request_id [::String]
249
- # 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).
249
+ # An optional request ID to identify requests. Specify a unique request ID so
250
+ # that if you must retry your request, the server will know to ignore the
251
+ # request if it has already been completed.
252
+ #
253
+ # For example, consider a situation where you make an initial request and
254
+ # the request times out. If you make the request again with the same
255
+ # request ID, the server can check if original operation with the same
256
+ # request ID was received, and if so, will ignore the second request. This
257
+ # prevents clients from accidentally creating duplicate commitments.
258
+ #
259
+ # The request ID must be
260
+ # a valid UUID with the exception that zero UUID is not supported
261
+ # (00000000-0000-0000-0000-000000000000).
250
262
  # @yield [result, operation] Access the result along with the TransportOperation object
251
263
  # @yieldparam result [::Gapic::GenericLRO::Operation]
252
264
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -315,7 +327,9 @@ module Google
315
327
  end
316
328
 
317
329
  ##
318
- # Sets the deprecation status of an image. If an empty request body is given, clears the deprecation status instead.
330
+ # Sets the deprecation status of an image.
331
+ #
332
+ # If an empty request body is given, clears the deprecation status instead.
319
333
  #
320
334
  # @overload deprecate(request, options = nil)
321
335
  # Pass arguments to `deprecate` via a request object, either of type
@@ -339,7 +353,19 @@ module Google
339
353
  # @param project [::String]
340
354
  # Project ID for this request.
341
355
  # @param request_id [::String]
342
- # 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).
343
369
  # @yield [result, operation] Access the result along with the TransportOperation object
344
370
  # @yieldparam result [::Gapic::GenericLRO::Operation]
345
371
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -488,7 +514,9 @@ module Google
488
514
  end
489
515
 
490
516
  ##
491
- # Returns the latest image that is part of an image family and is not deprecated. For more information on image families, see Public image families documentation.
517
+ # Returns the latest image that is part of an image family and is not
518
+ # deprecated. For more information on image families, seePublic
519
+ # image families documentation.
492
520
  #
493
521
  # @overload get_from_family(request, options = nil)
494
522
  # Pass arguments to `get_from_family` via a request object, either of type
@@ -508,7 +536,8 @@ module Google
508
536
  # @param family [::String]
509
537
  # Name of the image family to search for.
510
538
  # @param project [::String]
511
- # The image project that the image belongs to. For example, to get a CentOS image, specify centos-cloud as the image project.
539
+ # The image project that the image belongs to. For example, to get a CentOS
540
+ # image, specify centos-cloud as the image project.
512
541
  # @yield [result, operation] Access the result along with the TransportOperation object
513
542
  # @yieldparam result [::Google::Cloud::Compute::V1::Image]
514
543
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -568,7 +597,8 @@ module Google
568
597
  end
569
598
 
570
599
  ##
571
- # Gets the access control policy for a resource. May be empty if no such policy or resource exists.
600
+ # Gets the access control policy for a resource. May be empty if no such
601
+ # policy or resource exists.
572
602
  #
573
603
  # @overload get_iam_policy(request, options = nil)
574
604
  # Pass arguments to `get_iam_policy` via a request object, either of type
@@ -650,7 +680,8 @@ module Google
650
680
  end
651
681
 
652
682
  ##
653
- # Creates an image in the specified project using the data included in the request.
683
+ # Creates an image in the specified project using the data included
684
+ # in the request.
654
685
  #
655
686
  # @overload insert(request, options = nil)
656
687
  # Pass arguments to `insert` via a request object, either of type
@@ -674,7 +705,19 @@ module Google
674
705
  # @param project [::String]
675
706
  # Project ID for this request.
676
707
  # @param request_id [::String]
677
- # 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).
708
+ # An optional request ID to identify requests. Specify a unique request ID so
709
+ # that if you must retry your request, the server will know to ignore the
710
+ # request if it has already been completed.
711
+ #
712
+ # For example, consider a situation where you make an initial request and
713
+ # the request times out. If you make the request again with the same
714
+ # request ID, the server can check if original operation with the same
715
+ # request ID was received, and if so, will ignore the second request. This
716
+ # prevents clients from accidentally creating duplicate commitments.
717
+ #
718
+ # The request ID must be
719
+ # a valid UUID with the exception that zero UUID is not supported
720
+ # (00000000-0000-0000-0000-000000000000).
678
721
  # @yield [result, operation] Access the result along with the TransportOperation object
679
722
  # @yieldparam result [::Gapic::GenericLRO::Operation]
680
723
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -743,7 +786,13 @@ module Google
743
786
  end
744
787
 
745
788
  ##
746
- # Retrieves the list of custom images available to the specified project. Custom images are images you create that belong to your project. This method does not get any images that belong to other projects, including publicly-available images, like Debian 8. If you want to get a list of publicly-available images, use this method to make a request to the respective image project, such as debian-cloud or windows-cloud.
789
+ # Retrieves the list of custom images
790
+ # available to the specified project. Custom images are images you
791
+ # create that belong to your project. This method does not
792
+ # get any images that belong to other projects, including publicly-available
793
+ # images, like Debian 8. If you want to get a list of publicly-available
794
+ # images, use this method to make a request to the respective image project,
795
+ # such as debian-cloud or windows-cloud.
747
796
  #
748
797
  # @overload list(request, options = nil)
749
798
  # Pass arguments to `list` via a request object, either of type
@@ -761,17 +810,95 @@ module Google
761
810
  # the default parameter values, pass an empty Hash as a request object (see above).
762
811
  #
763
812
  # @param filter [::String]
764
- # 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.
813
+ # A filter expression that filters resources listed in the response. Most
814
+ # Compute resources support two types of filter expressions:
815
+ # expressions that support regular expressions and expressions that follow
816
+ # API improvement proposal AIP-160.
817
+ # These two types of filter expressions cannot be mixed in one request.
818
+ #
819
+ # If you want to use AIP-160, your expression must specify the field name, an
820
+ # operator, and the value that you want to use for filtering. The value
821
+ # must be a string, a number, or a boolean. The operator
822
+ # must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.
823
+ #
824
+ # For example, if you are filtering Compute Engine instances, you can
825
+ # exclude instances named `example-instance` by specifying
826
+ # `name != example-instance`.
827
+ #
828
+ # The `:*` comparison can be used to test whether a key has been defined.
829
+ # For example, to find all objects with `owner` label use:
830
+ # ```
831
+ # labels.owner:*
832
+ # ```
833
+ #
834
+ # You can also filter nested fields. For example, you could specify
835
+ # `scheduling.automaticRestart = false` to include instances only
836
+ # if they are not scheduled for automatic restarts. You can use filtering
837
+ # on nested fields to filter based onresource labels.
838
+ #
839
+ # To filter on multiple expressions, provide each separate expression within
840
+ # parentheses. For example:
841
+ # ```
842
+ # (scheduling.automaticRestart = true)
843
+ # (cpuPlatform = "Intel Skylake")
844
+ # ```
845
+ # By default, each expression is an `AND` expression. However, you
846
+ # can include `AND` and `OR` expressions explicitly.
847
+ # For example:
848
+ # ```
849
+ # (cpuPlatform = "Intel Skylake") OR
850
+ # (cpuPlatform = "Intel Broadwell") AND
851
+ # (scheduling.automaticRestart = true)
852
+ # ```
853
+ #
854
+ # If you want to use a regular expression, use the `eq` (equal) or `ne`
855
+ # (not equal) operator against a single un-parenthesized expression with or
856
+ # without quotes or against multiple parenthesized expressions. Examples:
857
+ #
858
+ # `fieldname eq unquoted literal`
859
+ # `fieldname eq 'single quoted literal'`
860
+ # `fieldname eq "double quoted literal"`
861
+ # `(fieldname1 eq literal) (fieldname2 ne "literal")`
862
+ #
863
+ # The literal value is interpreted as a regular expression using GoogleRE2 library syntax.
864
+ # The literal value must match the entire field.
865
+ #
866
+ # For example, to filter for instances that do not end with name "instance",
867
+ # you would use `name ne .*instance`.
868
+ #
869
+ # You cannot combine constraints on multiple fields using regular
870
+ # expressions.
765
871
  # @param max_results [::Integer]
766
- # 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`)
872
+ # The maximum number of results per page that should be returned.
873
+ # If the number of available results is larger than `maxResults`,
874
+ # Compute Engine returns a `nextPageToken` that can be used to get
875
+ # the next page of results in subsequent list requests. Acceptable values are
876
+ # `0` to `500`, inclusive. (Default: `500`)
767
877
  # @param order_by [::String]
768
- # 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.
878
+ # Sorts list results by a certain order. By default, results
879
+ # are returned in alphanumerical order based on the resource name.
880
+ #
881
+ # You can also sort results in descending order based on the creation
882
+ # timestamp using `orderBy="creationTimestamp desc"`. This sorts
883
+ # results based on the `creationTimestamp` field in
884
+ # reverse chronological order (newest result first). Use this to sort
885
+ # resources like operations so that the newest operation is returned first.
886
+ #
887
+ # Currently, only sorting by `name` or
888
+ # `creationTimestamp desc` is supported.
769
889
  # @param page_token [::String]
770
- # Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
890
+ # Specifies a page token to use. Set `pageToken` to the
891
+ # `nextPageToken` returned by a previous list request to get
892
+ # the next page of results.
771
893
  # @param project [::String]
772
894
  # Project ID for this request.
773
895
  # @param return_partial_success [::Boolean]
774
- # 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.
896
+ # Opt-in for partial success behavior which provides partial results in case
897
+ # of failure. The default value is false.
898
+ #
899
+ # For example, when partial success behavior is enabled, aggregatedList for a
900
+ # single zone scope either returns all resources in the zone or no resources,
901
+ # with an error code.
775
902
  # @yield [result, operation] Access the result along with the TransportOperation object
776
903
  # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::Image>]
777
904
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -833,7 +960,9 @@ module Google
833
960
  end
834
961
 
835
962
  ##
836
- # Patches the specified image with the data included in the request. Only the following fields can be modified: family, description, deprecation status.
963
+ # Patches the specified image with the data included in the request.
964
+ # Only the following fields can be modified: family, description,
965
+ # deprecation status.
837
966
  #
838
967
  # @overload patch(request, options = nil)
839
968
  # Pass arguments to `patch` via a request object, either of type
@@ -857,7 +986,19 @@ module Google
857
986
  # @param project [::String]
858
987
  # Project ID for this request.
859
988
  # @param request_id [::String]
860
- # 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).
989
+ # An optional request ID to identify requests. Specify a unique request ID so
990
+ # that if you must retry your request, the server will know to ignore the
991
+ # request if it has already been completed.
992
+ #
993
+ # For example, consider a situation where you make an initial request and
994
+ # the request times out. If you make the request again with the same
995
+ # request ID, the server can check if original operation with the same
996
+ # request ID was received, and if so, will ignore the second request. This
997
+ # prevents clients from accidentally creating duplicate commitments.
998
+ #
999
+ # The request ID must be
1000
+ # a valid UUID with the exception that zero UUID is not supported
1001
+ # (00000000-0000-0000-0000-000000000000).
861
1002
  # @yield [result, operation] Access the result along with the TransportOperation object
862
1003
  # @yieldparam result [::Gapic::GenericLRO::Operation]
863
1004
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -926,7 +1067,8 @@ module Google
926
1067
  end
927
1068
 
928
1069
  ##
929
- # Sets the access control policy on the specified resource. Replaces any existing policy.
1070
+ # Sets the access control policy on the specified resource.
1071
+ # Replaces any existing policy.
930
1072
  #
931
1073
  # @overload set_iam_policy(request, options = nil)
932
1074
  # Pass arguments to `set_iam_policy` via a request object, either of type
@@ -1008,7 +1150,8 @@ module Google
1008
1150
  end
1009
1151
 
1010
1152
  ##
1011
- # Sets the labels on an image. To learn more about labels, read the Labeling Resources documentation.
1153
+ # Sets the labels on an image. To learn more about labels, read theLabeling
1154
+ # Resources documentation.
1012
1155
  #
1013
1156
  # @overload set_labels(request, options = nil)
1014
1157
  # Pass arguments to `set_labels` via a request object, either of type
@@ -206,7 +206,10 @@ module Google
206
206
  # Service calls
207
207
 
208
208
  ##
209
- # Cancels the specified resize request and removes it from the queue. Cancelled resize request does no longer wait for the resources to be provisioned. Cancel is only possible for requests that are accepted in the queue.
209
+ # Cancels the specified resize request and removes it from the queue.
210
+ # Cancelled resize request does no longer wait for the resources to be
211
+ # provisioned. Cancel is only possible for requests that are accepted in the
212
+ # queue.
210
213
  #
211
214
  # @overload cancel(request, options = nil)
212
215
  # Pass arguments to `cancel` via a request object, either of type
@@ -224,15 +227,30 @@ module Google
224
227
  # the default parameter values, pass an empty Hash as a request object (see above).
225
228
  #
226
229
  # @param instance_group_manager [::String]
227
- # The name of the managed instance group. The name should conform to RFC1035 or be a resource ID.
230
+ # The name of the managed instance group.
231
+ # The name should conform to RFC1035 or be a resource ID.
228
232
  # @param project [::String]
229
233
  # Project ID for this request.
230
234
  # @param request_id [::String]
231
- # 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).
232
248
  # @param resize_request [::String]
233
- # The name of the resize request to cancel. The name should conform to RFC1035 or be a resource ID.
249
+ # The name of the resize request to cancel.
250
+ # The name should conform to RFC1035 or be a resource ID.
234
251
  # @param zone [::String]
235
- # The name of the zone where the managed instance group is located. The name should conform to RFC1035.
252
+ # The name of thezone where the managed
253
+ # instance group is located. The name should conform to RFC1035.
236
254
  # @yield [result, operation] Access the result along with the TransportOperation object
237
255
  # @yieldparam result [::Gapic::GenericLRO::Operation]
238
256
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -302,7 +320,9 @@ module Google
302
320
  end
303
321
 
304
322
  ##
305
- # Deletes the specified, inactive resize request. Requests that are still active cannot be deleted. Deleting request does not delete instances that were provisioned previously.
323
+ # Deletes the specified, inactive resize request. Requests that are still
324
+ # active cannot be deleted. Deleting request does not delete instances that
325
+ # were provisioned previously.
306
326
  #
307
327
  # @overload delete(request, options = nil)
308
328
  # Pass arguments to `delete` via a request object, either of type
@@ -320,15 +340,30 @@ module Google
320
340
  # the default parameter values, pass an empty Hash as a request object (see above).
321
341
  #
322
342
  # @param instance_group_manager [::String]
323
- # The name of the managed instance group. The name should conform to RFC1035 or be a resource ID.
343
+ # The name of the managed instance group.
344
+ # The name should conform to RFC1035 or be a resource ID.
324
345
  # @param project [::String]
325
346
  # Project ID for this request.
326
347
  # @param request_id [::String]
327
- # 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).
348
+ # An optional request ID to identify requests. Specify a unique request ID so
349
+ # that if you must retry your request, the server will know to ignore the
350
+ # request if it has already been completed.
351
+ #
352
+ # For example, consider a situation where you make an initial request and
353
+ # the request times out. If you make the request again with the same
354
+ # request ID, the server can check if original operation with the same
355
+ # request ID was received, and if so, will ignore the second request. This
356
+ # prevents clients from accidentally creating duplicate commitments.
357
+ #
358
+ # The request ID must be
359
+ # a valid UUID with the exception that zero UUID is not supported
360
+ # (00000000-0000-0000-0000-000000000000).
328
361
  # @param resize_request [::String]
329
- # The name of the resize request to delete. The name should conform to RFC1035 or be a resource ID.
362
+ # The name of the resize request to delete.
363
+ # The name should conform to RFC1035 or be a resource ID.
330
364
  # @param zone [::String]
331
- # The name of the zone where the managed instance group is located. The name should conform to RFC1035.
365
+ # The name of thezone where the managed
366
+ # instance group is located. The name should conform to RFC1035.
332
367
  # @yield [result, operation] Access the result along with the TransportOperation object
333
368
  # @yieldparam result [::Gapic::GenericLRO::Operation]
334
369
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -416,13 +451,16 @@ module Google
416
451
  # the default parameter values, pass an empty Hash as a request object (see above).
417
452
  #
418
453
  # @param instance_group_manager [::String]
419
- # The name of the managed instance group. Name should conform to RFC1035 or be a resource ID.
454
+ # The name of the managed instance group.
455
+ # Name should conform to RFC1035 or be a resource ID.
420
456
  # @param project [::String]
421
457
  # Project ID for this request.
422
458
  # @param resize_request [::String]
423
- # The name of the resize request. Name should conform to RFC1035 or be a resource ID.
459
+ # The name of the resize request.
460
+ # Name should conform to RFC1035 or be a resource ID.
424
461
  # @param zone [::String]
425
- # Name of the href="/compute/docs/regions-zones/#available">zone scoping this request. Name should conform to RFC1035.
462
+ # Name of the href="/compute/docs/regions-zones/#available">zone
463
+ # scoping this request. Name should conform to RFC1035.
426
464
  # @yield [result, operation] Access the result along with the TransportOperation object
427
465
  # @yieldparam result [::Google::Cloud::Compute::V1::InstanceGroupManagerResizeRequest]
428
466
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -482,7 +520,8 @@ module Google
482
520
  end
483
521
 
484
522
  ##
485
- # Creates a new resize request that starts provisioning VMs immediately or queues VM creation.
523
+ # Creates a new resize request that starts provisioning VMs immediately
524
+ # or queues VM creation.
486
525
  #
487
526
  # @overload insert(request, options = nil)
488
527
  # Pass arguments to `insert` via a request object, either of type
@@ -500,15 +539,31 @@ module Google
500
539
  # the default parameter values, pass an empty Hash as a request object (see above).
501
540
  #
502
541
  # @param instance_group_manager [::String]
503
- # The name of the managed instance group to which the resize request will be added. Name should conform to RFC1035 or be a resource ID.
542
+ # The name of the managed instance group to which the resize request will
543
+ # be added.
544
+ # Name should conform to RFC1035 or be a resource ID.
504
545
  # @param instance_group_manager_resize_request_resource [::Google::Cloud::Compute::V1::InstanceGroupManagerResizeRequest, ::Hash]
505
546
  # The body resource for this request
506
547
  # @param project [::String]
507
548
  # Project ID for this request.
508
549
  # @param request_id [::String]
509
- # 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).
550
+ # An optional request ID to identify requests. Specify a unique request ID so
551
+ # that if you must retry your request, the server will know to ignore the
552
+ # request if it has already been completed.
553
+ #
554
+ # For example, consider a situation where you make an initial request and
555
+ # the request times out. If you make the request again with the same
556
+ # request ID, the server can check if original operation with the same
557
+ # request ID was received, and if so, will ignore the second request. This
558
+ # prevents clients from accidentally creating duplicate commitments.
559
+ #
560
+ # The request ID must be
561
+ # a valid UUID with the exception that zero UUID is not supported
562
+ # (00000000-0000-0000-0000-000000000000).
510
563
  # @param zone [::String]
511
- # The name of the zone where the managed instance group is located and where the resize request will be created. Name should conform to RFC1035.
564
+ # The name of thezone where the managed
565
+ # instance group is located and where the resize request will be created.
566
+ # Name should conform to RFC1035.
512
567
  # @yield [result, operation] Access the result along with the TransportOperation object
513
568
  # @yieldparam result [::Gapic::GenericLRO::Operation]
514
569
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -578,7 +633,8 @@ module Google
578
633
  end
579
634
 
580
635
  ##
581
- # Retrieves a list of resize requests that are contained in the managed instance group.
636
+ # Retrieves a list of resize requests that are contained in the
637
+ # managed instance group.
582
638
  #
583
639
  # @overload list(request, options = nil)
584
640
  # Pass arguments to `list` via a request object, either of type
@@ -596,21 +652,100 @@ module Google
596
652
  # the default parameter values, pass an empty Hash as a request object (see above).
597
653
  #
598
654
  # @param filter [::String]
599
- # 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.
655
+ # A filter expression that filters resources listed in the response. Most
656
+ # Compute resources support two types of filter expressions:
657
+ # expressions that support regular expressions and expressions that follow
658
+ # API improvement proposal AIP-160.
659
+ # These two types of filter expressions cannot be mixed in one request.
660
+ #
661
+ # If you want to use AIP-160, your expression must specify the field name, an
662
+ # operator, and the value that you want to use for filtering. The value
663
+ # must be a string, a number, or a boolean. The operator
664
+ # must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`.
665
+ #
666
+ # For example, if you are filtering Compute Engine instances, you can
667
+ # exclude instances named `example-instance` by specifying
668
+ # `name != example-instance`.
669
+ #
670
+ # The `:*` comparison can be used to test whether a key has been defined.
671
+ # For example, to find all objects with `owner` label use:
672
+ # ```
673
+ # labels.owner:*
674
+ # ```
675
+ #
676
+ # You can also filter nested fields. For example, you could specify
677
+ # `scheduling.automaticRestart = false` to include instances only
678
+ # if they are not scheduled for automatic restarts. You can use filtering
679
+ # on nested fields to filter based onresource labels.
680
+ #
681
+ # To filter on multiple expressions, provide each separate expression within
682
+ # parentheses. For example:
683
+ # ```
684
+ # (scheduling.automaticRestart = true)
685
+ # (cpuPlatform = "Intel Skylake")
686
+ # ```
687
+ # By default, each expression is an `AND` expression. However, you
688
+ # can include `AND` and `OR` expressions explicitly.
689
+ # For example:
690
+ # ```
691
+ # (cpuPlatform = "Intel Skylake") OR
692
+ # (cpuPlatform = "Intel Broadwell") AND
693
+ # (scheduling.automaticRestart = true)
694
+ # ```
695
+ #
696
+ # If you want to use a regular expression, use the `eq` (equal) or `ne`
697
+ # (not equal) operator against a single un-parenthesized expression with or
698
+ # without quotes or against multiple parenthesized expressions. Examples:
699
+ #
700
+ # `fieldname eq unquoted literal`
701
+ # `fieldname eq 'single quoted literal'`
702
+ # `fieldname eq "double quoted literal"`
703
+ # `(fieldname1 eq literal) (fieldname2 ne "literal")`
704
+ #
705
+ # The literal value is interpreted as a regular expression using GoogleRE2 library syntax.
706
+ # The literal value must match the entire field.
707
+ #
708
+ # For example, to filter for instances that do not end with name "instance",
709
+ # you would use `name ne .*instance`.
710
+ #
711
+ # You cannot combine constraints on multiple fields using regular
712
+ # expressions.
600
713
  # @param instance_group_manager [::String]
601
714
  # The name of the managed instance group. The name should conform to RFC1035.
602
715
  # @param max_results [::Integer]
603
- # 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`)
716
+ # The maximum number of results per page that should be returned.
717
+ # If the number of available results is larger than `maxResults`,
718
+ # Compute Engine returns a `nextPageToken` that can be used to get
719
+ # the next page of results in subsequent list requests. Acceptable values are
720
+ # `0` to `500`, inclusive. (Default: `500`)
604
721
  # @param order_by [::String]
605
- # 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.
722
+ # Sorts list results by a certain order. By default, results
723
+ # are returned in alphanumerical order based on the resource name.
724
+ #
725
+ # You can also sort results in descending order based on the creation
726
+ # timestamp using `orderBy="creationTimestamp desc"`. This sorts
727
+ # results based on the `creationTimestamp` field in
728
+ # reverse chronological order (newest result first). Use this to sort
729
+ # resources like operations so that the newest operation is returned first.
730
+ #
731
+ # Currently, only sorting by `name` or
732
+ # `creationTimestamp desc` is supported.
606
733
  # @param page_token [::String]
607
- # Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
734
+ # Specifies a page token to use. Set `pageToken` to the
735
+ # `nextPageToken` returned by a previous list request to get
736
+ # the next page of results.
608
737
  # @param project [::String]
609
738
  # Project ID for this request.
610
739
  # @param return_partial_success [::Boolean]
611
- # 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.
740
+ # Opt-in for partial success behavior which provides partial results in case
741
+ # of failure. The default value is false.
742
+ #
743
+ # For example, when partial success behavior is enabled, aggregatedList for a
744
+ # single zone scope either returns all resources in the zone or no resources,
745
+ # with an error code.
612
746
  # @param zone [::String]
613
- # The name of the zone where the managed instance group is located. The name should conform to RFC1035.
747
+ # The name of thezone where the managed
748
+ # instance group is located. The name should conform to RFC1035.
614
749
  # @yield [result, operation] Access the result along with the TransportOperation object
615
750
  # @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Compute::V1::InstanceGroupManagerResizeRequest>]
616
751
  # @yieldparam operation [::Gapic::Rest::TransportOperation]