google-cloud-compute-v1 2.14.0 → 2.15.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (210) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +36 -0
  3. data/lib/google/cloud/compute/v1/accelerator_types/rest/client.rb +29 -4
  4. data/lib/google/cloud/compute/v1/accelerator_types/rest/service_stub.rb +38 -20
  5. data/lib/google/cloud/compute/v1/addresses/rest/client.rb +33 -8
  6. data/lib/google/cloud/compute/v1/addresses/rest/service_stub.rb +70 -44
  7. data/lib/google/cloud/compute/v1/autoscalers/rest/client.rb +33 -8
  8. data/lib/google/cloud/compute/v1/autoscalers/rest/service_stub.rb +70 -44
  9. data/lib/google/cloud/compute/v1/backend_buckets/rest/client.rb +35 -13
  10. data/lib/google/cloud/compute/v1/backend_buckets/rest/service_stub.rb +110 -74
  11. data/lib/google/cloud/compute/v1/backend_services/rest/client.rb +38 -17
  12. data/lib/google/cloud/compute/v1/backend_services/rest/service_stub.rb +142 -98
  13. data/lib/google/cloud/compute/v1/compute_pb.rb +52 -1
  14. data/lib/google/cloud/compute/v1/disk_types/rest/client.rb +29 -4
  15. data/lib/google/cloud/compute/v1/disk_types/rest/service_stub.rb +38 -20
  16. data/lib/google/cloud/compute/v1/disks/rest/client.rb +41 -19
  17. data/lib/google/cloud/compute/v1/disks/rest/service_stub.rb +158 -110
  18. data/lib/google/cloud/compute/v1/external_vpn_gateways/rest/client.rb +31 -7
  19. data/lib/google/cloud/compute/v1/external_vpn_gateways/rest/service_stub.rb +62 -38
  20. data/lib/google/cloud/compute/v1/firewall_policies/rest/client.rb +38 -19
  21. data/lib/google/cloud/compute/v1/firewall_policies/rest/service_stub.rb +158 -110
  22. data/lib/google/cloud/compute/v1/firewalls/rest/client.rb +32 -7
  23. data/lib/google/cloud/compute/v1/firewalls/rest/service_stub.rb +62 -38
  24. data/lib/google/cloud/compute/v1/forwarding_rules/rest/client.rb +34 -9
  25. data/lib/google/cloud/compute/v1/forwarding_rules/rest/service_stub.rb +78 -50
  26. data/lib/google/cloud/compute/v1/global_addresses/rest/client.rb +32 -7
  27. data/lib/google/cloud/compute/v1/global_addresses/rest/service_stub.rb +62 -38
  28. data/lib/google/cloud/compute/v1/global_forwarding_rules/rest/client.rb +33 -8
  29. data/lib/google/cloud/compute/v1/global_forwarding_rules/rest/service_stub.rb +70 -44
  30. data/lib/google/cloud/compute/v1/global_network_endpoint_groups/rest/client.rb +33 -8
  31. data/lib/google/cloud/compute/v1/global_network_endpoint_groups/rest/service_stub.rb +70 -44
  32. data/lib/google/cloud/compute/v1/global_operations/rest/client.rb +29 -6
  33. data/lib/google/cloud/compute/v1/global_operations/rest/service_stub.rb +54 -32
  34. data/lib/google/cloud/compute/v1/global_organization_operations/rest/client.rb +28 -4
  35. data/lib/google/cloud/compute/v1/global_organization_operations/rest/service_stub.rb +38 -20
  36. data/lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest/client.rb +31 -6
  37. data/lib/google/cloud/compute/v1/global_public_delegated_prefixes/rest/service_stub.rb +54 -32
  38. data/lib/google/cloud/compute/v1/health_checks/rest/client.rb +33 -8
  39. data/lib/google/cloud/compute/v1/health_checks/rest/service_stub.rb +70 -44
  40. data/lib/google/cloud/compute/v1/image_family_views/rest/client.rb +27 -2
  41. data/lib/google/cloud/compute/v1/image_family_views/rest/service_stub.rb +22 -8
  42. data/lib/google/cloud/compute/v1/images/rest/client.rb +33 -12
  43. data/lib/google/cloud/compute/v1/images/rest/service_stub.rb +102 -68
  44. data/lib/google/cloud/compute/v1/instance_group_manager_resize_requests/rest/client.rb +31 -6
  45. data/lib/google/cloud/compute/v1/instance_group_manager_resize_requests/rest/service_stub.rb +54 -32
  46. data/lib/google/cloud/compute/v1/instance_group_managers/rest/client.rb +466 -21
  47. data/lib/google/cloud/compute/v1/instance_group_managers/rest/service_stub.rb +428 -120
  48. data/lib/google/cloud/compute/v1/instance_groups/rest/client.rb +35 -10
  49. data/lib/google/cloud/compute/v1/instance_groups/rest/service_stub.rb +86 -56
  50. data/lib/google/cloud/compute/v1/instance_settings_service/rest/client.rb +28 -3
  51. data/lib/google/cloud/compute/v1/instance_settings_service/rest/service_stub.rb +30 -14
  52. data/lib/google/cloud/compute/v1/instance_templates/rest/client.rb +31 -9
  53. data/lib/google/cloud/compute/v1/instance_templates/rest/service_stub.rb +78 -50
  54. data/lib/google/cloud/compute/v1/instances/rest/client.rb +66 -50
  55. data/lib/google/cloud/compute/v1/instances/rest/service_stub.rb +398 -290
  56. data/lib/google/cloud/compute/v1/instant_snapshots/rest/client.rb +32 -10
  57. data/lib/google/cloud/compute/v1/instant_snapshots/rest/service_stub.rb +86 -56
  58. data/lib/google/cloud/compute/v1/interconnect_attachments/rest/client.rb +33 -8
  59. data/lib/google/cloud/compute/v1/interconnect_attachments/rest/service_stub.rb +70 -44
  60. data/lib/google/cloud/compute/v1/interconnect_locations/rest/client.rb +28 -3
  61. data/lib/google/cloud/compute/v1/interconnect_locations/rest/service_stub.rb +30 -14
  62. data/lib/google/cloud/compute/v1/interconnect_remote_locations/rest/client.rb +28 -3
  63. data/lib/google/cloud/compute/v1/interconnect_remote_locations/rest/service_stub.rb +30 -14
  64. data/lib/google/cloud/compute/v1/interconnects/rest/client.rb +32 -9
  65. data/lib/google/cloud/compute/v1/interconnects/rest/service_stub.rb +78 -50
  66. data/lib/google/cloud/compute/v1/license_codes/rest/client.rb +27 -3
  67. data/lib/google/cloud/compute/v1/license_codes/rest/service_stub.rb +30 -14
  68. data/lib/google/cloud/compute/v1/licenses/rest/client.rb +30 -8
  69. data/lib/google/cloud/compute/v1/licenses/rest/service_stub.rb +70 -44
  70. data/lib/google/cloud/compute/v1/machine_images/rest/client.rb +30 -8
  71. data/lib/google/cloud/compute/v1/machine_images/rest/service_stub.rb +70 -44
  72. data/lib/google/cloud/compute/v1/machine_types/rest/client.rb +29 -4
  73. data/lib/google/cloud/compute/v1/machine_types/rest/service_stub.rb +38 -20
  74. data/lib/google/cloud/compute/v1/network_attachments/rest/client.rb +32 -10
  75. data/lib/google/cloud/compute/v1/network_attachments/rest/service_stub.rb +86 -56
  76. data/lib/google/cloud/compute/v1/network_edge_security_services/rest/client.rb +31 -6
  77. data/lib/google/cloud/compute/v1/network_edge_security_services/rest/service_stub.rb +54 -32
  78. data/lib/google/cloud/compute/v1/network_endpoint_groups/rest/client.rb +34 -10
  79. data/lib/google/cloud/compute/v1/network_endpoint_groups/rest/service_stub.rb +86 -56
  80. data/lib/google/cloud/compute/v1/network_firewall_policies/rest/client.rb +37 -17
  81. data/lib/google/cloud/compute/v1/network_firewall_policies/rest/service_stub.rb +142 -98
  82. data/lib/google/cloud/compute/v1/network_profiles/credentials.rb +53 -0
  83. data/lib/google/cloud/compute/v1/network_profiles/rest/client.rb +522 -0
  84. data/lib/google/cloud/compute/v1/network_profiles/rest/service_stub.rb +204 -0
  85. data/lib/google/cloud/compute/v1/network_profiles/rest.rb +51 -0
  86. data/lib/google/cloud/compute/v1/network_profiles.rb +47 -0
  87. data/lib/google/cloud/compute/v1/networks/rest/client.rb +36 -12
  88. data/lib/google/cloud/compute/v1/networks/rest/service_stub.rb +102 -68
  89. data/lib/google/cloud/compute/v1/node_groups/rest/client.rb +38 -16
  90. data/lib/google/cloud/compute/v1/node_groups/rest/service_stub.rb +134 -92
  91. data/lib/google/cloud/compute/v1/node_templates/rest/client.rb +31 -9
  92. data/lib/google/cloud/compute/v1/node_templates/rest/service_stub.rb +78 -50
  93. data/lib/google/cloud/compute/v1/node_types/rest/client.rb +29 -4
  94. data/lib/google/cloud/compute/v1/node_types/rest/service_stub.rb +38 -20
  95. data/lib/google/cloud/compute/v1/packet_mirrorings/rest/client.rb +32 -8
  96. data/lib/google/cloud/compute/v1/packet_mirrorings/rest/service_stub.rb +70 -44
  97. data/lib/google/cloud/compute/v1/projects/rest/client.rb +39 -15
  98. data/lib/google/cloud/compute/v1/projects/rest/service_stub.rb +126 -86
  99. data/lib/google/cloud/compute/v1/public_advertised_prefixes/rest/client.rb +33 -8
  100. data/lib/google/cloud/compute/v1/public_advertised_prefixes/rest/service_stub.rb +70 -44
  101. data/lib/google/cloud/compute/v1/public_delegated_prefixes/rest/client.rb +34 -9
  102. data/lib/google/cloud/compute/v1/public_delegated_prefixes/rest/service_stub.rb +78 -50
  103. data/lib/google/cloud/compute/v1/region_autoscalers/rest/client.rb +32 -7
  104. data/lib/google/cloud/compute/v1/region_autoscalers/rest/service_stub.rb +62 -38
  105. data/lib/google/cloud/compute/v1/region_backend_services/rest/client.rb +34 -13
  106. data/lib/google/cloud/compute/v1/region_backend_services/rest/service_stub.rb +110 -74
  107. data/lib/google/cloud/compute/v1/region_commitments/rest/client.rb +31 -6
  108. data/lib/google/cloud/compute/v1/region_commitments/rest/service_stub.rb +54 -32
  109. data/lib/google/cloud/compute/v1/region_disk_types/rest/client.rb +28 -3
  110. data/lib/google/cloud/compute/v1/region_disk_types/rest/service_stub.rb +30 -14
  111. data/lib/google/cloud/compute/v1/region_disks/rest/client.rb +40 -18
  112. data/lib/google/cloud/compute/v1/region_disks/rest/service_stub.rb +150 -104
  113. data/lib/google/cloud/compute/v1/region_health_check_services/rest/client.rb +31 -6
  114. data/lib/google/cloud/compute/v1/region_health_check_services/rest/service_stub.rb +54 -32
  115. data/lib/google/cloud/compute/v1/region_health_checks/rest/client.rb +32 -7
  116. data/lib/google/cloud/compute/v1/region_health_checks/rest/service_stub.rb +62 -38
  117. data/lib/google/cloud/compute/v1/region_instance_group_managers/rest/client.rb +465 -20
  118. data/lib/google/cloud/compute/v1/region_instance_group_managers/rest/service_stub.rb +420 -114
  119. data/lib/google/cloud/compute/v1/region_instance_groups/rest/client.rb +30 -5
  120. data/lib/google/cloud/compute/v1/region_instance_groups/rest/service_stub.rb +46 -26
  121. data/lib/google/cloud/compute/v1/region_instance_templates/rest/client.rb +30 -5
  122. data/lib/google/cloud/compute/v1/region_instance_templates/rest/service_stub.rb +46 -26
  123. data/lib/google/cloud/compute/v1/region_instances/rest/client.rb +28 -2
  124. data/lib/google/cloud/compute/v1/region_instances/rest/service_stub.rb +22 -8
  125. data/lib/google/cloud/compute/v1/region_instant_snapshots/rest/client.rb +31 -9
  126. data/lib/google/cloud/compute/v1/region_instant_snapshots/rest/service_stub.rb +78 -50
  127. data/lib/google/cloud/compute/v1/region_network_endpoint_groups/rest/client.rb +33 -8
  128. data/lib/google/cloud/compute/v1/region_network_endpoint_groups/rest/service_stub.rb +70 -44
  129. data/lib/google/cloud/compute/v1/region_network_firewall_policies/rest/client.rb +37 -18
  130. data/lib/google/cloud/compute/v1/region_network_firewall_policies/rest/service_stub.rb +150 -104
  131. data/lib/google/cloud/compute/v1/region_notification_endpoints/rest/client.rb +30 -5
  132. data/lib/google/cloud/compute/v1/region_notification_endpoints/rest/service_stub.rb +46 -26
  133. data/lib/google/cloud/compute/v1/region_operations/rest/client.rb +28 -5
  134. data/lib/google/cloud/compute/v1/region_operations/rest/service_stub.rb +46 -26
  135. data/lib/google/cloud/compute/v1/region_security_policies/rest/client.rb +139 -10
  136. data/lib/google/cloud/compute/v1/region_security_policies/rest/service_stub.rb +149 -55
  137. data/lib/google/cloud/compute/v1/region_ssl_certificates/rest/client.rb +30 -5
  138. data/lib/google/cloud/compute/v1/region_ssl_certificates/rest/service_stub.rb +46 -26
  139. data/lib/google/cloud/compute/v1/region_ssl_policies/rest/client.rb +31 -7
  140. data/lib/google/cloud/compute/v1/region_ssl_policies/rest/service_stub.rb +62 -38
  141. data/lib/google/cloud/compute/v1/region_target_http_proxies/rest/client.rb +31 -6
  142. data/lib/google/cloud/compute/v1/region_target_http_proxies/rest/service_stub.rb +54 -32
  143. data/lib/google/cloud/compute/v1/region_target_https_proxies/rest/client.rb +33 -8
  144. data/lib/google/cloud/compute/v1/region_target_https_proxies/rest/service_stub.rb +70 -44
  145. data/lib/google/cloud/compute/v1/region_target_tcp_proxies/rest/client.rb +30 -5
  146. data/lib/google/cloud/compute/v1/region_target_tcp_proxies/rest/service_stub.rb +46 -26
  147. data/lib/google/cloud/compute/v1/region_url_maps/rest/client.rb +32 -8
  148. data/lib/google/cloud/compute/v1/region_url_maps/rest/service_stub.rb +70 -44
  149. data/lib/google/cloud/compute/v1/region_zones/rest/client.rb +28 -2
  150. data/lib/google/cloud/compute/v1/region_zones/rest/service_stub.rb +22 -8
  151. data/lib/google/cloud/compute/v1/regions/rest/client.rb +28 -3
  152. data/lib/google/cloud/compute/v1/regions/rest/service_stub.rb +30 -14
  153. data/lib/google/cloud/compute/v1/reservations/rest/client.rb +33 -11
  154. data/lib/google/cloud/compute/v1/reservations/rest/service_stub.rb +94 -62
  155. data/lib/google/cloud/compute/v1/resource_policies/rest/client.rb +32 -10
  156. data/lib/google/cloud/compute/v1/resource_policies/rest/service_stub.rb +86 -56
  157. data/lib/google/cloud/compute/v1/rest.rb +1 -0
  158. data/lib/google/cloud/compute/v1/routers/rest/client.rb +34 -12
  159. data/lib/google/cloud/compute/v1/routers/rest/service_stub.rb +102 -68
  160. data/lib/google/cloud/compute/v1/routes/rest/client.rb +30 -5
  161. data/lib/google/cloud/compute/v1/routes/rest/service_stub.rb +46 -26
  162. data/lib/google/cloud/compute/v1/security_policies/rest/client.rb +36 -13
  163. data/lib/google/cloud/compute/v1/security_policies/rest/service_stub.rb +110 -74
  164. data/lib/google/cloud/compute/v1/service_attachments/rest/client.rb +32 -10
  165. data/lib/google/cloud/compute/v1/service_attachments/rest/service_stub.rb +86 -56
  166. data/lib/google/cloud/compute/v1/snapshot_settings_service/rest/client.rb +28 -3
  167. data/lib/google/cloud/compute/v1/snapshot_settings_service/rest/service_stub.rb +30 -14
  168. data/lib/google/cloud/compute/v1/snapshots/rest/client.rb +31 -9
  169. data/lib/google/cloud/compute/v1/snapshots/rest/service_stub.rb +78 -50
  170. data/lib/google/cloud/compute/v1/ssl_certificates/rest/client.rb +31 -6
  171. data/lib/google/cloud/compute/v1/ssl_certificates/rest/service_stub.rb +54 -32
  172. data/lib/google/cloud/compute/v1/ssl_policies/rest/client.rb +32 -8
  173. data/lib/google/cloud/compute/v1/ssl_policies/rest/service_stub.rb +70 -44
  174. data/lib/google/cloud/compute/v1/storage_pool_types/rest/client.rb +29 -4
  175. data/lib/google/cloud/compute/v1/storage_pool_types/rest/service_stub.rb +38 -20
  176. data/lib/google/cloud/compute/v1/storage_pools/rest/client.rb +31 -11
  177. data/lib/google/cloud/compute/v1/storage_pools/rest/service_stub.rb +94 -62
  178. data/lib/google/cloud/compute/v1/subnetworks/rest/client.rb +35 -13
  179. data/lib/google/cloud/compute/v1/subnetworks/rest/service_stub.rb +110 -74
  180. data/lib/google/cloud/compute/v1/target_grpc_proxies/rest/client.rb +31 -6
  181. data/lib/google/cloud/compute/v1/target_grpc_proxies/rest/service_stub.rb +54 -32
  182. data/lib/google/cloud/compute/v1/target_http_proxies/rest/client.rb +33 -8
  183. data/lib/google/cloud/compute/v1/target_http_proxies/rest/service_stub.rb +70 -44
  184. data/lib/google/cloud/compute/v1/target_https_proxies/rest/client.rb +37 -12
  185. data/lib/google/cloud/compute/v1/target_https_proxies/rest/service_stub.rb +102 -68
  186. data/lib/google/cloud/compute/v1/target_instances/rest/client.rb +32 -7
  187. data/lib/google/cloud/compute/v1/target_instances/rest/service_stub.rb +62 -38
  188. data/lib/google/cloud/compute/v1/target_pools/rest/client.rb +37 -13
  189. data/lib/google/cloud/compute/v1/target_pools/rest/service_stub.rb +110 -74
  190. data/lib/google/cloud/compute/v1/target_ssl_proxies/rest/client.rb +35 -10
  191. data/lib/google/cloud/compute/v1/target_ssl_proxies/rest/service_stub.rb +86 -56
  192. data/lib/google/cloud/compute/v1/target_tcp_proxies/rest/client.rb +33 -8
  193. data/lib/google/cloud/compute/v1/target_tcp_proxies/rest/service_stub.rb +70 -44
  194. data/lib/google/cloud/compute/v1/target_vpn_gateways/rest/client.rb +32 -7
  195. data/lib/google/cloud/compute/v1/target_vpn_gateways/rest/service_stub.rb +62 -38
  196. data/lib/google/cloud/compute/v1/url_maps/rest/client.rb +34 -10
  197. data/lib/google/cloud/compute/v1/url_maps/rest/service_stub.rb +86 -56
  198. data/lib/google/cloud/compute/v1/version.rb +1 -1
  199. data/lib/google/cloud/compute/v1/vpn_gateways/rest/client.rb +32 -9
  200. data/lib/google/cloud/compute/v1/vpn_gateways/rest/service_stub.rb +78 -50
  201. data/lib/google/cloud/compute/v1/vpn_tunnels/rest/client.rb +32 -7
  202. data/lib/google/cloud/compute/v1/vpn_tunnels/rest/service_stub.rb +62 -38
  203. data/lib/google/cloud/compute/v1/zone_operations/rest/client.rb +28 -5
  204. data/lib/google/cloud/compute/v1/zone_operations/rest/service_stub.rb +46 -26
  205. data/lib/google/cloud/compute/v1/zones/rest/client.rb +28 -3
  206. data/lib/google/cloud/compute/v1/zones/rest/service_stub.rb +30 -14
  207. data/lib/google/cloud/compute/v1.rb +1 -0
  208. data/proto_docs/google/api/client.rb +19 -0
  209. data/proto_docs/google/cloud/compute/v1/compute.rb +889 -33
  210. metadata +10 -5
@@ -3427,7 +3427,7 @@ module Google
3427
3427
  # The CacheKeyPolicy for this CdnPolicy.
3428
3428
  # @!attribute [rw] cache_mode
3429
3429
  # @return [::String]
3430
- # Specifies the cache setting for all responses from this backend. The possible values are: USE_ORIGIN_HEADERS Requires the origin to set valid caching headers to cache content. Responses without these headers will not be cached at Google's edge, and will require a full trip to the origin on every request, potentially impacting performance and increasing load on the origin server. FORCE_CACHE_ALL Cache all content, ignoring any "private", "no-store" or "no-cache" directives in Cache-Control response headers. Warning: this may result in Cloud CDN caching private, per-user (user identifiable) content. CACHE_ALL_STATIC Automatically cache static content, including common image formats, media (video and audio), and web assets (JavaScript and CSS). Requests and responses that are marked as uncacheable, as well as dynamic content (including HTML), will not be cached.
3430
+ # Specifies the cache setting for all responses from this backend. The possible values are: USE_ORIGIN_HEADERS Requires the origin to set valid caching headers to cache content. Responses without these headers will not be cached at Google's edge, and will require a full trip to the origin on every request, potentially impacting performance and increasing load on the origin server. FORCE_CACHE_ALL Cache all content, ignoring any "private", "no-store" or "no-cache" directives in Cache-Control response headers. Warning: this may result in Cloud CDN caching private, per-user (user identifiable) content. CACHE_ALL_STATIC Automatically cache static content, including common image formats, media (video and audio), and web assets (JavaScript and CSS). Requests and responses that are marked as uncacheable, as well as dynamic content (including HTML), will not be cached. If no value is provided for cdnPolicy.cacheMode, it defaults to CACHE_ALL_STATIC.
3431
3431
  # Check the CacheMode enum for the list of possible values.
3432
3432
  # @!attribute [rw] client_ttl
3433
3433
  # @return [::Integer]
@@ -3460,7 +3460,7 @@ module Google
3460
3460
  include ::Google::Protobuf::MessageExts
3461
3461
  extend ::Google::Protobuf::MessageExts::ClassMethods
3462
3462
 
3463
- # Specifies the cache setting for all responses from this backend. The possible values are: USE_ORIGIN_HEADERS Requires the origin to set valid caching headers to cache content. Responses without these headers will not be cached at Google's edge, and will require a full trip to the origin on every request, potentially impacting performance and increasing load on the origin server. FORCE_CACHE_ALL Cache all content, ignoring any "private", "no-store" or "no-cache" directives in Cache-Control response headers. Warning: this may result in Cloud CDN caching private, per-user (user identifiable) content. CACHE_ALL_STATIC Automatically cache static content, including common image formats, media (video and audio), and web assets (JavaScript and CSS). Requests and responses that are marked as uncacheable, as well as dynamic content (including HTML), will not be cached.
3463
+ # Specifies the cache setting for all responses from this backend. The possible values are: USE_ORIGIN_HEADERS Requires the origin to set valid caching headers to cache content. Responses without these headers will not be cached at Google's edge, and will require a full trip to the origin on every request, potentially impacting performance and increasing load on the origin server. FORCE_CACHE_ALL Cache all content, ignoring any "private", "no-store" or "no-cache" directives in Cache-Control response headers. Warning: this may result in Cloud CDN caching private, per-user (user identifiable) content. CACHE_ALL_STATIC Automatically cache static content, including common image formats, media (video and audio), and web assets (JavaScript and CSS). Requests and responses that are marked as uncacheable, as well as dynamic content (including HTML), will not be cached. If no value is provided for cdnPolicy.cacheMode, it defaults to CACHE_ALL_STATIC.
3464
3464
  module CacheMode
3465
3465
  # A value indicating that the enum field is not set.
3466
3466
  UNDEFINED_CACHE_MODE = 0
@@ -3881,7 +3881,7 @@ module Google
3881
3881
  # The CacheKeyPolicy for this CdnPolicy.
3882
3882
  # @!attribute [rw] cache_mode
3883
3883
  # @return [::String]
3884
- # Specifies the cache setting for all responses from this backend. The possible values are: USE_ORIGIN_HEADERS Requires the origin to set valid caching headers to cache content. Responses without these headers will not be cached at Google's edge, and will require a full trip to the origin on every request, potentially impacting performance and increasing load on the origin server. FORCE_CACHE_ALL Cache all content, ignoring any "private", "no-store" or "no-cache" directives in Cache-Control response headers. Warning: this may result in Cloud CDN caching private, per-user (user identifiable) content. CACHE_ALL_STATIC Automatically cache static content, including common image formats, media (video and audio), and web assets (JavaScript and CSS). Requests and responses that are marked as uncacheable, as well as dynamic content (including HTML), will not be cached.
3884
+ # Specifies the cache setting for all responses from this backend. The possible values are: USE_ORIGIN_HEADERS Requires the origin to set valid caching headers to cache content. Responses without these headers will not be cached at Google's edge, and will require a full trip to the origin on every request, potentially impacting performance and increasing load on the origin server. FORCE_CACHE_ALL Cache all content, ignoring any "private", "no-store" or "no-cache" directives in Cache-Control response headers. Warning: this may result in Cloud CDN caching private, per-user (user identifiable) content. CACHE_ALL_STATIC Automatically cache static content, including common image formats, media (video and audio), and web assets (JavaScript and CSS). Requests and responses that are marked as uncacheable, as well as dynamic content (including HTML), will not be cached. If no value is provided for cdnPolicy.cacheMode, it defaults to CACHE_ALL_STATIC.
3885
3885
  # Check the CacheMode enum for the list of possible values.
3886
3886
  # @!attribute [rw] client_ttl
3887
3887
  # @return [::Integer]
@@ -3914,7 +3914,7 @@ module Google
3914
3914
  include ::Google::Protobuf::MessageExts
3915
3915
  extend ::Google::Protobuf::MessageExts::ClassMethods
3916
3916
 
3917
- # Specifies the cache setting for all responses from this backend. The possible values are: USE_ORIGIN_HEADERS Requires the origin to set valid caching headers to cache content. Responses without these headers will not be cached at Google's edge, and will require a full trip to the origin on every request, potentially impacting performance and increasing load on the origin server. FORCE_CACHE_ALL Cache all content, ignoring any "private", "no-store" or "no-cache" directives in Cache-Control response headers. Warning: this may result in Cloud CDN caching private, per-user (user identifiable) content. CACHE_ALL_STATIC Automatically cache static content, including common image formats, media (video and audio), and web assets (JavaScript and CSS). Requests and responses that are marked as uncacheable, as well as dynamic content (including HTML), will not be cached.
3917
+ # Specifies the cache setting for all responses from this backend. The possible values are: USE_ORIGIN_HEADERS Requires the origin to set valid caching headers to cache content. Responses without these headers will not be cached at Google's edge, and will require a full trip to the origin on every request, potentially impacting performance and increasing load on the origin server. FORCE_CACHE_ALL Cache all content, ignoring any "private", "no-store" or "no-cache" directives in Cache-Control response headers. Warning: this may result in Cloud CDN caching private, per-user (user identifiable) content. CACHE_ALL_STATIC Automatically cache static content, including common image formats, media (video and audio), and web assets (JavaScript and CSS). Requests and responses that are marked as uncacheable, as well as dynamic content (including HTML), will not be cached. If no value is provided for cdnPolicy.cacheMode, it defaults to CACHE_ALL_STATIC.
3918
3918
  module CacheMode
3919
3919
  # A value indicating that the enum field is not set.
3920
3920
  UNDEFINED_CACHE_MODE = 0
@@ -4923,6 +4923,12 @@ module Google
4923
4923
 
4924
4924
  MEMORY_OPTIMIZED_M3 = 276_301_372
4925
4925
 
4926
+ MEMORY_OPTIMIZED_X4_16TB = 183_089_120
4927
+
4928
+ MEMORY_OPTIMIZED_X4_24TB = 183_116_989
4929
+
4930
+ MEMORY_OPTIMIZED_X4_32TB = 183_144_858
4931
+
4926
4932
  STORAGE_OPTIMIZED_Z3 = 316_796_085
4927
4933
 
4928
4934
  TYPE_UNSPECIFIED = 437_714_322
@@ -9794,6 +9800,18 @@ module Google
9794
9800
  extend ::Google::Protobuf::MessageExts::ClassMethods
9795
9801
  end
9796
9802
 
9803
+ # A request message for NetworkProfiles.Get. See the method description for details.
9804
+ # @!attribute [rw] network_profile
9805
+ # @return [::String]
9806
+ # Name of the network profile to return.
9807
+ # @!attribute [rw] project
9808
+ # @return [::String]
9809
+ # Project ID for this request.
9810
+ class GetNetworkProfileRequest
9811
+ include ::Google::Protobuf::MessageExts
9812
+ extend ::Google::Protobuf::MessageExts::ClassMethods
9813
+ end
9814
+
9797
9815
  # A request message for Networks.Get. See the method description for details.
9798
9816
  # @!attribute [rw] network
9799
9817
  # @return [::String]
@@ -10433,7 +10451,7 @@ module Google
10433
10451
  # Project ID for this request.
10434
10452
  # @!attribute [rw] start
10435
10453
  # @return [::Integer]
10436
- # Specifies the starting byte position of the output to return. To start with the first byte of output to the specified port, omit this field or set it to `0`. If the output for that byte position is available, this field matches the `start` parameter sent with the request. If the amount of serial console output exceeds the size of the buffer (1 MB), the oldest output is discarded and is no longer available. If the requested start position refers to discarded output, the start position is adjusted to the oldest output still available, and the adjusted start position is returned as the `start` property value. You can also provide a negative start position, which translates to the most recent number of bytes written to the serial port. For example, -3 is interpreted as the most recent 3 bytes written to the serial console.
10454
+ # Specifies the starting byte position of the output to return. To start with the first byte of output to the specified port, omit this field or set it to `0`. If the output for that byte position is available, this field matches the `start` parameter sent with the request. If the amount of serial console output exceeds the size of the buffer (1 MB), the oldest output is discarded and is no longer available. If the requested start position refers to discarded output, the start position is adjusted to the oldest output still available, and the adjusted start position is returned as the `start` property value. You can also provide a negative start position, which translates to the most recent number of bytes written to the serial port. For example, -3 is interpreted as the most recent 3 bytes written to the serial console. Note that the negative start is bounded by the retained buffer size, and the returned serial console output will not exceed the max buffer size.
10437
10455
  # @!attribute [rw] zone
10438
10456
  # @return [::String]
10439
10457
  # The name of the zone for this request.
@@ -11763,13 +11781,13 @@ module Google
11763
11781
  # For routeRules within a given pathMatcher, priority determines the order in which a load balancer interprets routeRules. RouteRules are evaluated in order of priority, from the lowest to highest number. The priority of a rule decreases as its number increases (1, 2, 3, N+1). The first rule that matches the request is applied. You cannot configure two or more routeRules with the same priority. Priority for each rule must be set to a number from 0 to 2147483647 inclusive. Priority numbers can have gaps, which enable you to add or remove rules in the future without affecting the rest of the rules. For example, 1, 2, 3, 4, 5, 9, 12, 16 is a valid series of priority numbers to which you could add rules numbered from 6 to 8, 10 to 11, and 13 to 15 in the future without any impact on existing rules.
11764
11782
  # @!attribute [rw] route_action
11765
11783
  # @return [::Google::Cloud::Compute::V1::HttpRouteAction]
11766
- # In response to a matching matchRule, the load balancer performs advanced routing actions, such as URL rewrites and header transformations, before forwarding the request to the selected backend. If routeAction specifies any weightedBackendServices, service must not be set. Conversely if service is set, routeAction cannot contain any weightedBackendServices. Only one of urlRedirect, service or routeAction.weightedBackendService must be set. URL maps for classic Application Load Balancers only support the urlRewrite action within a route rule's routeAction.
11784
+ # In response to a matching matchRule, the load balancer performs advanced routing actions, such as URL rewrites and header transformations, before forwarding the request to the selected backend. Only one of urlRedirect, service or routeAction.weightedBackendService can be set. URL maps for classic Application Load Balancers only support the urlRewrite action within a route rule's routeAction.
11767
11785
  # @!attribute [rw] service
11768
11786
  # @return [::String]
11769
- # The full or partial URL of the backend service resource to which traffic is directed if this rule is matched. If routeAction is also specified, advanced routing actions, such as URL rewrites, take effect before sending the request to the backend. However, if service is specified, routeAction cannot contain any weightedBackendServices. Conversely, if routeAction specifies any weightedBackendServices, service must not be specified. Only one of urlRedirect, service or routeAction.weightedBackendService must be set.
11787
+ # The full or partial URL of the backend service resource to which traffic is directed if this rule is matched. If routeAction is also specified, advanced routing actions, such as URL rewrites, take effect before sending the request to the backend. Only one of urlRedirect, service or routeAction.weightedBackendService can be set.
11770
11788
  # @!attribute [rw] url_redirect
11771
11789
  # @return [::Google::Cloud::Compute::V1::HttpRedirectAction]
11772
- # When this rule is matched, the request is redirected to a URL specified by urlRedirect. If urlRedirect is specified, service or routeAction must not be set. Not supported when the URL map is bound to a target gRPC proxy.
11790
+ # When this rule is matched, the request is redirected to a URL specified by urlRedirect. Only one of urlRedirect, service or routeAction.weightedBackendService can be set. Not supported when the URL map is bound to a target gRPC proxy.
11773
11791
  class HttpRouteRule
11774
11792
  include ::Google::Protobuf::MessageExts
11775
11793
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -13783,6 +13801,9 @@ module Google
13783
13801
  # @!attribute [rw] self_link
13784
13802
  # @return [::String]
13785
13803
  # [Output Only] The URL for this managed instance group. The server defines this URL.
13804
+ # @!attribute [rw] standby_policy
13805
+ # @return [::Google::Cloud::Compute::V1::InstanceGroupManagerStandbyPolicy]
13806
+ # Standby policy for stopped and suspended instances.
13786
13807
  # @!attribute [rw] stateful_policy
13787
13808
  # @return [::Google::Cloud::Compute::V1::StatefulPolicy]
13788
13809
  # Stateful configuration for this Instanced Group Manager
@@ -13795,6 +13816,12 @@ module Google
13795
13816
  # @!attribute [rw] target_size
13796
13817
  # @return [::Integer]
13797
13818
  # The target number of running instances for this managed instance group. You can reduce this number by using the instanceGroupManager deleteInstances or abandonInstances methods. Resizing the group also changes this number.
13819
+ # @!attribute [rw] target_stopped_size
13820
+ # @return [::Integer]
13821
+ # The target number of stopped instances for this managed instance group. This number changes when you: - Stop instance using the stopInstances method or start instances using the startInstances method. - Manually change the targetStoppedSize using the update method.
13822
+ # @!attribute [rw] target_suspended_size
13823
+ # @return [::Integer]
13824
+ # The target number of suspended instances for this managed instance group. This number changes when you: - Suspend instance using the suspendInstances method or resume instances using the resumeInstances method. - Manually change the targetSuspendedSize using the update method.
13798
13825
  # @!attribute [rw] update_policy
13799
13826
  # @return [::Google::Cloud::Compute::V1::InstanceGroupManagerUpdatePolicy]
13800
13827
  # The update policy for this managed instance group.
@@ -14116,6 +14143,30 @@ module Google
14116
14143
  extend ::Google::Protobuf::MessageExts::ClassMethods
14117
14144
  end
14118
14145
 
14146
+ # @!attribute [rw] initial_delay_sec
14147
+ # @return [::Integer]
14148
+ # Specifies the number of seconds that the MIG should wait to suspend or stop a VM after that VM was created. The initial delay gives the initialization script the time to prepare your VM for a quick scale out. The value of initial delay must be between 0 and 3600 seconds. The default value is 0.
14149
+ # @!attribute [rw] mode
14150
+ # @return [::String]
14151
+ # Defines how a MIG resumes or starts VMs from a standby pool when the group scales out. The default mode is `MANUAL`.
14152
+ # Check the Mode enum for the list of possible values.
14153
+ class InstanceGroupManagerStandbyPolicy
14154
+ include ::Google::Protobuf::MessageExts
14155
+ extend ::Google::Protobuf::MessageExts::ClassMethods
14156
+
14157
+ # Defines how a MIG resumes or starts VMs from a standby pool when the group scales out. The default mode is `MANUAL`.
14158
+ module Mode
14159
+ # A value indicating that the enum field is not set.
14160
+ UNDEFINED_MODE = 0
14161
+
14162
+ # MIG does not automatically resume or start VMs in the standby pool when the group scales out.
14163
+ MANUAL = 119_397_318
14164
+
14165
+ # MIG automatically resumes or starts VMs in the standby pool when the group scales out, and replenishes the standby pool afterwards.
14166
+ SCALE_OUT_POOL = 635_394
14167
+ end
14168
+ end
14169
+
14119
14170
  # @!attribute [rw] all_instances_config
14120
14171
  # @return [::Google::Cloud::Compute::V1::InstanceGroupManagerStatusAllInstancesConfig]
14121
14172
  # [Output only] Status of all-instances configuration on the group.
@@ -14405,6 +14456,14 @@ module Google
14405
14456
  extend ::Google::Protobuf::MessageExts::ClassMethods
14406
14457
  end
14407
14458
 
14459
+ # @!attribute [rw] instances
14460
+ # @return [::Array<::String>]
14461
+ # The URLs of one or more instances to resume. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].
14462
+ class InstanceGroupManagersResumeInstancesRequest
14463
+ include ::Google::Protobuf::MessageExts
14464
+ extend ::Google::Protobuf::MessageExts::ClassMethods
14465
+ end
14466
+
14408
14467
  # @!attribute [rw] instance_group_managers
14409
14468
  # @return [::Array<::Google::Cloud::Compute::V1::InstanceGroupManager>]
14410
14469
  # [Output Only] The list of managed instance groups that are contained in the specified project and zone.
@@ -14435,6 +14494,36 @@ module Google
14435
14494
  extend ::Google::Protobuf::MessageExts::ClassMethods
14436
14495
  end
14437
14496
 
14497
+ # @!attribute [rw] instances
14498
+ # @return [::Array<::String>]
14499
+ # The URLs of one or more instances to start. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].
14500
+ class InstanceGroupManagersStartInstancesRequest
14501
+ include ::Google::Protobuf::MessageExts
14502
+ extend ::Google::Protobuf::MessageExts::ClassMethods
14503
+ end
14504
+
14505
+ # @!attribute [rw] force_stop
14506
+ # @return [::Boolean]
14507
+ # If this flag is set to true, the Instance Group Manager will proceed to stop the instances, skipping initialization on them.
14508
+ # @!attribute [rw] instances
14509
+ # @return [::Array<::String>]
14510
+ # The URLs of one or more instances to stop. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].
14511
+ class InstanceGroupManagersStopInstancesRequest
14512
+ include ::Google::Protobuf::MessageExts
14513
+ extend ::Google::Protobuf::MessageExts::ClassMethods
14514
+ end
14515
+
14516
+ # @!attribute [rw] force_suspend
14517
+ # @return [::Boolean]
14518
+ # If this flag is set to true, the Instance Group Manager will proceed to suspend the instances, skipping initialization on them.
14519
+ # @!attribute [rw] instances
14520
+ # @return [::Array<::String>]
14521
+ # The URLs of one or more instances to suspend. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].
14522
+ class InstanceGroupManagersSuspendInstancesRequest
14523
+ include ::Google::Protobuf::MessageExts
14524
+ extend ::Google::Protobuf::MessageExts::ClassMethods
14525
+ end
14526
+
14438
14527
  # InstanceGroupManagers.updatePerInstanceConfigs
14439
14528
  # @!attribute [rw] per_instance_configs
14440
14529
  # @return [::Array<::Google::Cloud::Compute::V1::PerInstanceConfig>]
@@ -16217,7 +16306,7 @@ module Google
16217
16306
  # [Output Only] Availability zone for this InterconnectLocation. Within a metropolitan area (metro), maintenance will not be simultaneously scheduled in more than one availability zone. Example: "zone1" or "zone2".
16218
16307
  # @!attribute [rw] available_features
16219
16308
  # @return [::Array<::String>]
16220
- # [Output only] List of features available at this InterconnectLocation, which can take one of the following values: - MACSEC
16309
+ # [Output only] List of features available at this InterconnectLocation, which can take one of the following values: - IF_MACSEC
16221
16310
  # Check the AvailableFeatures enum for the list of possible values.
16222
16311
  # @!attribute [rw] available_link_types
16223
16312
  # @return [::Array<::String>]
@@ -16786,6 +16875,7 @@ module Google
16786
16875
  # Name of the resource. The name must be 1-63 characters long and comply with RFC1035.
16787
16876
  # @!attribute [rw] resource_requirements
16788
16877
  # @return [::Google::Cloud::Compute::V1::LicenseResourceRequirements]
16878
+ # [Input Only] Deprecated.
16789
16879
  # @!attribute [rw] self_link
16790
16880
  # @return [::String]
16791
16881
  # [Output Only] Server-defined URL for the resource.
@@ -16879,10 +16969,10 @@ module Google
16879
16969
 
16880
16970
  # @!attribute [rw] min_guest_cpu_count
16881
16971
  # @return [::Integer]
16882
- # Minimum number of guest cpus required to use the Instance. Enforced at Instance creation and Instance start.
16972
+ # [Input Only] Deprecated. This field no longer reflects the minimum number of guest cpus required to use the Instance.
16883
16973
  # @!attribute [rw] min_memory_mb
16884
16974
  # @return [::Integer]
16885
- # Minimum memory required to use the Instance. Enforced at Instance creation and Instance start.
16975
+ # [Input Only] Deprecated. This field no longer reflects the minimum memory required to use the Instance.
16886
16976
  class LicenseResourceRequirements
16887
16977
  include ::Google::Protobuf::MessageExts
16888
16978
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -18162,6 +18252,30 @@ module Google
18162
18252
  extend ::Google::Protobuf::MessageExts::ClassMethods
18163
18253
  end
18164
18254
 
18255
+ # A request message for NetworkProfiles.List. See the method description for details.
18256
+ # @!attribute [rw] filter
18257
+ # @return [::String]
18258
+ # 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.
18259
+ # @!attribute [rw] max_results
18260
+ # @return [::Integer]
18261
+ # 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`)
18262
+ # @!attribute [rw] order_by
18263
+ # @return [::String]
18264
+ # 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.
18265
+ # @!attribute [rw] page_token
18266
+ # @return [::String]
18267
+ # Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
18268
+ # @!attribute [rw] project
18269
+ # @return [::String]
18270
+ # Project ID for this request.
18271
+ # @!attribute [rw] return_partial_success
18272
+ # @return [::Boolean]
18273
+ # 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.
18274
+ class ListNetworkProfilesRequest
18275
+ include ::Google::Protobuf::MessageExts
18276
+ extend ::Google::Protobuf::MessageExts::ClassMethods
18277
+ end
18278
+
18165
18279
  # A request message for Networks.List. See the method description for details.
18166
18280
  # @!attribute [rw] filter
18167
18281
  # @return [::String]
@@ -20696,6 +20810,9 @@ module Google
20696
20810
  # @return [::String]
20697
20811
  # The network firewall policy enforcement order. Can be either AFTER_CLASSIC_FIREWALL or BEFORE_CLASSIC_FIREWALL. Defaults to AFTER_CLASSIC_FIREWALL if the field is not specified.
20698
20812
  # Check the NetworkFirewallPolicyEnforcementOrder enum for the list of possible values.
20813
+ # @!attribute [rw] network_profile
20814
+ # @return [::String]
20815
+ # A full or partial URL of the network profile to apply to this network. This field can be set only at resource creation time. For example, the following are valid URLs: - https://www.googleapis.com/compute/\\{api_version}/projects/\\{project_id}/global/networkProfiles/\\{network_profile_name} - projects/\\{project_id}/global/networkProfiles/\\{network_profile_name}
20699
20816
  # @!attribute [rw] peerings
20700
20817
  # @return [::Array<::Google::Cloud::Compute::V1::NetworkPeering>]
20701
20818
  # [Output Only] A list of network peerings for the resource.
@@ -21429,6 +21546,12 @@ module Google
21429
21546
  # IDPF
21430
21547
  IDPF = 2_242_641
21431
21548
 
21549
+ # IRDMA
21550
+ IRDMA = 69_927_695
21551
+
21552
+ # MRDMA
21553
+ MRDMA = 73_621_779
21554
+
21432
21555
  # No type specified.
21433
21556
  UNSPECIFIED_NIC_TYPE = 67_411_801
21434
21557
 
@@ -21564,7 +21687,449 @@ module Google
21564
21687
  end
21565
21688
  end
21566
21689
 
21690
+ # NetworkProfile represents a Google managed network profile resource.
21691
+ # @!attribute [rw] creation_timestamp
21692
+ # @return [::String]
21693
+ # [Output Only] Creation timestamp in RFC3339 text format.
21694
+ # @!attribute [rw] description
21695
+ # @return [::String]
21696
+ # [Output Only] An optional description of this resource.
21697
+ # @!attribute [rw] features
21698
+ # @return [::Google::Cloud::Compute::V1::NetworkProfileNetworkFeatures]
21699
+ # [Output Only] Features supported by the network.
21700
+ # @!attribute [rw] id
21701
+ # @return [::Integer]
21702
+ # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
21703
+ # @!attribute [rw] kind
21704
+ # @return [::String]
21705
+ # [Output Only] Type of the resource. Always compute#networkProfile for network profiles.
21706
+ # @!attribute [rw] location
21707
+ # @return [::Google::Cloud::Compute::V1::NetworkProfileLocation]
21708
+ # [Output Only] Location to which the network is restricted.
21709
+ # @!attribute [rw] name
21710
+ # @return [::String]
21711
+ # [Output Only] Name of the resource.
21712
+ # @!attribute [rw] self_link
21713
+ # @return [::String]
21714
+ # [Output Only] Server-defined URL for the resource.
21715
+ # @!attribute [rw] self_link_with_id
21716
+ # @return [::String]
21717
+ # [Output Only] Server-defined URL for this resource with the resource id.
21718
+ # @!attribute [rw] zone
21719
+ # @return [::String]
21720
+ # [Output Only] Zone to which the network is restricted.
21721
+ class NetworkProfile
21722
+ include ::Google::Protobuf::MessageExts
21723
+ extend ::Google::Protobuf::MessageExts::ClassMethods
21724
+ end
21725
+
21726
+ # @!attribute [rw] name
21727
+ # @return [::String]
21728
+ # @!attribute [rw] scope
21729
+ # @return [::String]
21730
+ # Check the Scope enum for the list of possible values.
21731
+ class NetworkProfileLocation
21732
+ include ::Google::Protobuf::MessageExts
21733
+ extend ::Google::Protobuf::MessageExts::ClassMethods
21734
+
21735
+
21736
+ module Scope
21737
+ # A value indicating that the enum field is not set.
21738
+ UNDEFINED_SCOPE = 0
21739
+
21740
+ REGION = 266_017_524
21741
+
21742
+ ZONE = 2_759_596
21743
+ end
21744
+ end
21745
+
21746
+ # @!attribute [rw] address_purposes
21747
+ # @return [::Array<::String>]
21748
+ # Specifies what address purposes are supported. If empty, all address purposes are supported.
21749
+ # Check the AddressPurposes enum for the list of possible values.
21750
+ # @!attribute [rw] allow_alias_ip_ranges
21751
+ # @return [::String]
21752
+ # Specifies whether alias IP ranges (and secondary address ranges) are allowed.
21753
+ # Check the AllowAliasIpRanges enum for the list of possible values.
21754
+ # @!attribute [rw] allow_auto_mode_subnet
21755
+ # @return [::String]
21756
+ # Specifies whether auto mode subnet creation is allowed.
21757
+ # Check the AllowAutoModeSubnet enum for the list of possible values.
21758
+ # @!attribute [rw] allow_class_d_firewalls
21759
+ # @return [::String]
21760
+ # Specifies whether firewalls for Class D address ranges are supported.
21761
+ # Check the AllowClassDFirewalls enum for the list of possible values.
21762
+ # @!attribute [rw] allow_cloud_nat
21763
+ # @return [::String]
21764
+ # Specifies whether cloud NAT creation is allowed.
21765
+ # Check the AllowCloudNat enum for the list of possible values.
21766
+ # @!attribute [rw] allow_cloud_router
21767
+ # @return [::String]
21768
+ # Specifies whether cloud router creation is allowed.
21769
+ # Check the AllowCloudRouter enum for the list of possible values.
21770
+ # @!attribute [rw] allow_external_ip_access
21771
+ # @return [::String]
21772
+ # Specifies whether VMs are allowed to have external IP access on network interfaces connected to this VPC.
21773
+ # Check the AllowExternalIpAccess enum for the list of possible values.
21774
+ # @!attribute [rw] allow_interconnect
21775
+ # @return [::String]
21776
+ # Specifies whether Cloud Interconnect creation is allowed.
21777
+ # Check the AllowInterconnect enum for the list of possible values.
21778
+ # @!attribute [rw] allow_load_balancing
21779
+ # @return [::String]
21780
+ # Specifies whether cloud load balancing is allowed.
21781
+ # Check the AllowLoadBalancing enum for the list of possible values.
21782
+ # @!attribute [rw] allow_multi_nic_in_same_network
21783
+ # @return [::String]
21784
+ # Specifies whether multi-nic in the same network is allowed.
21785
+ # Check the AllowMultiNicInSameNetwork enum for the list of possible values.
21786
+ # @!attribute [rw] allow_packet_mirroring
21787
+ # @return [::String]
21788
+ # Specifies whether Packet Mirroring 1.0 is supported.
21789
+ # Check the AllowPacketMirroring enum for the list of possible values.
21790
+ # @!attribute [rw] allow_private_google_access
21791
+ # @return [::String]
21792
+ # Specifies whether private Google access is allowed.
21793
+ # Check the AllowPrivateGoogleAccess enum for the list of possible values.
21794
+ # @!attribute [rw] allow_psc
21795
+ # @return [::String]
21796
+ # Specifies whether PSC creation is allowed.
21797
+ # Check the AllowPsc enum for the list of possible values.
21798
+ # @!attribute [rw] allow_same_network_unicast
21799
+ # @return [::String]
21800
+ # Specifies whether unicast within the same network is allowed.
21801
+ # Check the AllowSameNetworkUnicast enum for the list of possible values.
21802
+ # @!attribute [rw] allow_static_routes
21803
+ # @return [::String]
21804
+ # Specifies whether static route creation is allowed.
21805
+ # Check the AllowStaticRoutes enum for the list of possible values.
21806
+ # @!attribute [rw] allow_sub_interfaces
21807
+ # @return [::String]
21808
+ # Specifies whether sub interfaces are allowed.
21809
+ # Check the AllowSubInterfaces enum for the list of possible values.
21810
+ # @!attribute [rw] allow_vpc_peering
21811
+ # @return [::String]
21812
+ # Specifies whether VPC peering is allowed.
21813
+ # Check the AllowVpcPeering enum for the list of possible values.
21814
+ # @!attribute [rw] allow_vpn
21815
+ # @return [::String]
21816
+ # Specifies whether VPN creation is allowed.
21817
+ # Check the AllowVpn enum for the list of possible values.
21818
+ # @!attribute [rw] interface_types
21819
+ # @return [::Array<::String>]
21820
+ # If set, limits the interface types that the network supports. If empty, all interface types are supported.
21821
+ # Check the InterfaceTypes enum for the list of possible values.
21822
+ # @!attribute [rw] subnet_purposes
21823
+ # @return [::Array<::String>]
21824
+ # Specifies which subnetwork purposes are supported.
21825
+ # Check the SubnetPurposes enum for the list of possible values.
21826
+ # @!attribute [rw] subnet_stack_types
21827
+ # @return [::Array<::String>]
21828
+ # Specifies which subnetwork stack types are supported.
21829
+ # Check the SubnetStackTypes enum for the list of possible values.
21830
+ # @!attribute [rw] unicast
21831
+ # @return [::String]
21832
+ # Specifies which type of unicast is supported.
21833
+ # Check the Unicast enum for the list of possible values.
21834
+ class NetworkProfileNetworkFeatures
21835
+ include ::Google::Protobuf::MessageExts
21836
+ extend ::Google::Protobuf::MessageExts::ClassMethods
21837
+
21838
+
21839
+ module AddressPurposes
21840
+ # A value indicating that the enum field is not set.
21841
+ UNDEFINED_ADDRESS_PURPOSES = 0
21842
+
21843
+ # DNS resolver address in the subnetwork.
21844
+ DNS_RESOLVER = 476_114_556
21845
+
21846
+ # VM internal/alias IP, Internal LB service IP, etc.
21847
+ GCE_ENDPOINT = 230_515_243
21848
+
21849
+ # A regional internal IP address range reserved for the VLAN attachment that is used in HA VPN over Cloud Interconnect. This regional internal IP address range must not overlap with any IP address range of subnet/route in the VPC network and its peering networks. After the VLAN attachment is created with the reserved IP address range, when creating a new VPN gateway, its interface IP address is allocated from the associated VLAN attachment’s IP address range.
21850
+ IPSEC_INTERCONNECT = 340_437_251
21851
+
21852
+ # External IP automatically reserved for Cloud NAT.
21853
+ NAT_AUTO = 163_666_477
21854
+
21855
+ # A private network IP address that can be used to configure Private Service Connect. This purpose can be specified only for GLOBAL addresses of Type INTERNAL
21856
+ PRIVATE_SERVICE_CONNECT = 48_134_724
21857
+
21858
+ # A regional internal IP address range reserved for Serverless.
21859
+ SERVERLESS = 270_492_508
21860
+
21861
+ # A private network IP address that can be shared by multiple Internal Load Balancer forwarding rules.
21862
+ SHARED_LOADBALANCER_VIP = 294_447_572
21863
+
21864
+ # IP range for peer networks.
21865
+ VPC_PEERING = 400_800_170
21866
+ end
21867
+
21868
+ # Specifies whether alias IP ranges (and secondary address ranges) are allowed.
21869
+ module AllowAliasIpRanges
21870
+ # A value indicating that the enum field is not set.
21871
+ UNDEFINED_ALLOW_ALIAS_IP_RANGES = 0
21872
+
21873
+ ALIAS_IP_RANGES_ALLOWED = 464_867_048
21874
+
21875
+ ALIAS_IP_RANGES_BLOCKED = 281_030_444
21876
+ end
21877
+
21878
+ # Specifies whether auto mode subnet creation is allowed.
21879
+ module AllowAutoModeSubnet
21880
+ # A value indicating that the enum field is not set.
21881
+ UNDEFINED_ALLOW_AUTO_MODE_SUBNET = 0
21882
+
21883
+ AUTO_MODE_SUBNET_ALLOWED = 391_042_610
21884
+
21885
+ AUTO_MODE_SUBNET_BLOCKED = 207_206_006
21886
+ end
21887
+
21888
+ # Specifies whether firewalls for Class D address ranges are supported.
21889
+ module AllowClassDFirewalls
21890
+ # A value indicating that the enum field is not set.
21891
+ UNDEFINED_ALLOW_CLASS_D_FIREWALLS = 0
21892
+
21893
+ CLASS_D_FIREWALLS_ALLOWED = 348_219_386
21894
+
21895
+ CLASS_D_FIREWALLS_BLOCKED = 164_382_782
21896
+ end
21897
+
21898
+ # Specifies whether cloud NAT creation is allowed.
21899
+ module AllowCloudNat
21900
+ # A value indicating that the enum field is not set.
21901
+ UNDEFINED_ALLOW_CLOUD_NAT = 0
21902
+
21903
+ CLOUD_NAT_ALLOWED = 245_931_296
21904
+
21905
+ CLOUD_NAT_BLOCKED = 62_094_692
21906
+ end
21907
+
21908
+ # Specifies whether cloud router creation is allowed.
21909
+ module AllowCloudRouter
21910
+ # A value indicating that the enum field is not set.
21911
+ UNDEFINED_ALLOW_CLOUD_ROUTER = 0
21912
+
21913
+ CLOUD_ROUTER_ALLOWED = 365_388_284
21914
+
21915
+ CLOUD_ROUTER_BLOCKED = 181_551_680
21916
+ end
21917
+
21918
+ # Specifies whether VMs are allowed to have external IP access on network interfaces connected to this VPC.
21919
+ module AllowExternalIpAccess
21920
+ # A value indicating that the enum field is not set.
21921
+ UNDEFINED_ALLOW_EXTERNAL_IP_ACCESS = 0
21922
+
21923
+ EXTERNAL_IP_ACCESS_ALLOWED = 109_530_193
21924
+
21925
+ EXTERNAL_IP_ACCESS_BLOCKED = 462_564_501
21926
+ end
21927
+
21928
+ # Specifies whether Cloud Interconnect creation is allowed.
21929
+ module AllowInterconnect
21930
+ # A value indicating that the enum field is not set.
21931
+ UNDEFINED_ALLOW_INTERCONNECT = 0
21932
+
21933
+ INTERCONNECT_ALLOWED = 162_845_399
21934
+
21935
+ INTERCONNECT_BLOCKED = 515_879_707
21936
+ end
21937
+
21938
+ # Specifies whether cloud load balancing is allowed.
21939
+ module AllowLoadBalancing
21940
+ # A value indicating that the enum field is not set.
21941
+ UNDEFINED_ALLOW_LOAD_BALANCING = 0
21942
+
21943
+ LOAD_BALANCING_ALLOWED = 28_407_977
21944
+
21945
+ LOAD_BALANCING_BLOCKED = 381_442_285
21946
+ end
21947
+
21948
+ # Specifies whether multi-nic in the same network is allowed.
21949
+ module AllowMultiNicInSameNetwork
21950
+ # A value indicating that the enum field is not set.
21951
+ UNDEFINED_ALLOW_MULTI_NIC_IN_SAME_NETWORK = 0
21952
+
21953
+ MULTI_NIC_IN_SAME_NETWORK_ALLOWED = 457_555_419
21954
+
21955
+ MULTI_NIC_IN_SAME_NETWORK_BLOCKED = 273_718_815
21956
+ end
21957
+
21958
+ # Specifies whether Packet Mirroring 1.0 is supported.
21959
+ module AllowPacketMirroring
21960
+ # A value indicating that the enum field is not set.
21961
+ UNDEFINED_ALLOW_PACKET_MIRRORING = 0
21962
+
21963
+ PACKET_MIRRORING_ALLOWED = 92_416_245
21964
+
21965
+ PACKET_MIRRORING_BLOCKED = 445_450_553
21966
+ end
21967
+
21968
+ # Specifies whether private Google access is allowed.
21969
+ module AllowPrivateGoogleAccess
21970
+ # A value indicating that the enum field is not set.
21971
+ UNDEFINED_ALLOW_PRIVATE_GOOGLE_ACCESS = 0
21972
+
21973
+ PRIVATE_GOOGLE_ACCESS_ALLOWED = 220_787_351
21974
+
21975
+ PRIVATE_GOOGLE_ACCESS_BLOCKED = 36_950_747
21976
+ end
21977
+
21978
+ # Specifies whether PSC creation is allowed.
21979
+ module AllowPsc
21980
+ # A value indicating that the enum field is not set.
21981
+ UNDEFINED_ALLOW_PSC = 0
21982
+
21983
+ PSC_ALLOWED = 171_559_657
21984
+
21985
+ PSC_BLOCKED = 524_593_965
21986
+ end
21987
+
21988
+ # Specifies whether unicast within the same network is allowed.
21989
+ module AllowSameNetworkUnicast
21990
+ # A value indicating that the enum field is not set.
21991
+ UNDEFINED_ALLOW_SAME_NETWORK_UNICAST = 0
21992
+
21993
+ SAME_NETWORK_UNICAST_ALLOWED = 159_732_814
21994
+
21995
+ SAME_NETWORK_UNICAST_BLOCKED = 512_767_122
21996
+ end
21997
+
21998
+ # Specifies whether static route creation is allowed.
21999
+ module AllowStaticRoutes
22000
+ # A value indicating that the enum field is not set.
22001
+ UNDEFINED_ALLOW_STATIC_ROUTES = 0
22002
+
22003
+ STATIC_ROUTES_ALLOWED = 409_048_964
22004
+
22005
+ STATIC_ROUTES_BLOCKED = 225_212_360
22006
+ end
22007
+
22008
+ # Specifies whether sub interfaces are allowed.
22009
+ module AllowSubInterfaces
22010
+ # A value indicating that the enum field is not set.
22011
+ UNDEFINED_ALLOW_SUB_INTERFACES = 0
22012
+
22013
+ SUBINTERFACES_ALLOWED = 158_685_891
22014
+
22015
+ SUBINTERFACES_BLOCKED = 511_720_199
22016
+ end
22017
+
22018
+ # Specifies whether VPC peering is allowed.
22019
+ module AllowVpcPeering
22020
+ # A value indicating that the enum field is not set.
22021
+ UNDEFINED_ALLOW_VPC_PEERING = 0
22022
+
22023
+ VPC_PEERING_ALLOWED = 261_465_075
22024
+
22025
+ VPC_PEERING_BLOCKED = 77_628_471
22026
+ end
22027
+
22028
+ # Specifies whether VPN creation is allowed.
22029
+ module AllowVpn
22030
+ # A value indicating that the enum field is not set.
22031
+ UNDEFINED_ALLOW_VPN = 0
22032
+
22033
+ VPN_ALLOWED = 162_163_997
22034
+
22035
+ VPN_BLOCKED = 515_198_305
22036
+ end
22037
+
22038
+ module InterfaceTypes
22039
+ # A value indicating that the enum field is not set.
22040
+ UNDEFINED_INTERFACE_TYPES = 0
22041
+
22042
+ # GVNIC
22043
+ GVNIC = 68_209_305
22044
+
22045
+ # IDPF
22046
+ IDPF = 2_242_641
22047
+
22048
+ # IRDMA
22049
+ IRDMA = 69_927_695
22050
+
22051
+ # MRDMA
22052
+ MRDMA = 73_621_779
22053
+
22054
+ # No type specified.
22055
+ UNSPECIFIED_NIC_TYPE = 67_411_801
22056
+
22057
+ # VIRTIO
22058
+ VIRTIO_NET = 452_123_481
22059
+ end
22060
+
22061
+ module SubnetPurposes
22062
+ # A value indicating that the enum field is not set.
22063
+ UNDEFINED_SUBNET_PURPOSES = 0
22064
+
22065
+ SUBNET_PURPOSE_CUSTOM_HARDWARE = 283_160_275
22066
+
22067
+ SUBNET_PURPOSE_PRIVATE = 404_371_008
22068
+ end
22069
+
22070
+ module SubnetStackTypes
22071
+ # A value indicating that the enum field is not set.
22072
+ UNDEFINED_SUBNET_STACK_TYPES = 0
22073
+
22074
+ SUBNET_STACK_TYPE_IPV4_IPV6 = 41_454_485
22075
+
22076
+ SUBNET_STACK_TYPE_IPV4_ONLY = 41_631_034
22077
+
22078
+ SUBNET_STACK_TYPE_IPV6_ONLY = 98_889_336
22079
+ end
22080
+
22081
+ # Specifies which type of unicast is supported.
22082
+ module Unicast
22083
+ # A value indicating that the enum field is not set.
22084
+ UNDEFINED_UNICAST = 0
22085
+
22086
+ UNICAST_SDN = 379_954_157
22087
+
22088
+ UNICAST_ULL = 379_956_325
22089
+ end
22090
+ end
22091
+
22092
+ # Contains a list of network profiles.
22093
+ # @!attribute [rw] etag
22094
+ # @return [::String]
22095
+ # @!attribute [rw] id
22096
+ # @return [::String]
22097
+ # [Output Only] Unique identifier for the resource; defined by the server.
22098
+ # @!attribute [rw] items
22099
+ # @return [::Array<::Google::Cloud::Compute::V1::NetworkProfile>]
22100
+ # A list of NetworkProfile resources.
22101
+ # @!attribute [rw] kind
22102
+ # @return [::String]
22103
+ # [Output Only] Type of resource. Always compute#networkProfileList for network profiles.
22104
+ # @!attribute [rw] next_page_token
22105
+ # @return [::String]
22106
+ # [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
22107
+ # @!attribute [rw] self_link
22108
+ # @return [::String]
22109
+ # [Output Only] Server-defined URL for this resource.
22110
+ # @!attribute [rw] unreachables
22111
+ # @return [::Array<::String>]
22112
+ # [Output Only] Unreachable resources. end_interface: MixerListResponseWithEtagBuilder
22113
+ # @!attribute [rw] warning
22114
+ # @return [::Google::Cloud::Compute::V1::Warning]
22115
+ # [Output Only] Informational warning message.
22116
+ class NetworkProfilesListResponse
22117
+ include ::Google::Protobuf::MessageExts
22118
+ extend ::Google::Protobuf::MessageExts::ClassMethods
22119
+ end
22120
+
21567
22121
  # A routing configuration attached to a network resource. The message includes the list of routers associated with the network, and a flag indicating the type of routing behavior to enforce network-wide.
22122
+ # @!attribute [rw] bgp_always_compare_med
22123
+ # @return [::Boolean]
22124
+ # Enable comparison of Multi-Exit Discriminators (MED) across routes with different neighbor ASNs when using the STANDARD BGP best path selection algorithm.
22125
+ # @!attribute [rw] bgp_best_path_selection_mode
22126
+ # @return [::String]
22127
+ # The BGP best path selection algorithm to be employed within this network for dynamic routes learned by Cloud Routers. Can be LEGACY (default) or STANDARD.
22128
+ # Check the BgpBestPathSelectionMode enum for the list of possible values.
22129
+ # @!attribute [rw] bgp_inter_region_cost
22130
+ # @return [::String]
22131
+ # Allows to define a preferred approach for handling inter-region cost in the selection process when using the STANDARD BGP best path selection algorithm. Can be DEFAULT or ADD_COST_TO_MED.
22132
+ # Check the BgpInterRegionCost enum for the list of possible values.
21568
22133
  # @!attribute [rw] routing_mode
21569
22134
  # @return [::String]
21570
22135
  # The network-wide routing mode to use. If set to REGIONAL, this network's Cloud Routers will only advertise routes with subnets of this network in the same region as the router. If set to GLOBAL, this network's Cloud Routers will advertise routes with all subnets of this network, across regions.
@@ -21573,6 +22138,26 @@ module Google
21573
22138
  include ::Google::Protobuf::MessageExts
21574
22139
  extend ::Google::Protobuf::MessageExts::ClassMethods
21575
22140
 
22141
+ # The BGP best path selection algorithm to be employed within this network for dynamic routes learned by Cloud Routers. Can be LEGACY (default) or STANDARD.
22142
+ module BgpBestPathSelectionMode
22143
+ # A value indicating that the enum field is not set.
22144
+ UNDEFINED_BGP_BEST_PATH_SELECTION_MODE = 0
22145
+
22146
+ LEGACY = 94_234_569
22147
+
22148
+ STANDARD = 484_642_493
22149
+ end
22150
+
22151
+ # Allows to define a preferred approach for handling inter-region cost in the selection process when using the STANDARD BGP best path selection algorithm. Can be DEFAULT or ADD_COST_TO_MED.
22152
+ module BgpInterRegionCost
22153
+ # A value indicating that the enum field is not set.
22154
+ UNDEFINED_BGP_INTER_REGION_COST = 0
22155
+
22156
+ ADD_COST_TO_MED = 490_583_004
22157
+
22158
+ DEFAULT = 115_302_945
22159
+ end
22160
+
21576
22161
  # The network-wide routing mode to use. If set to REGIONAL, this network's Cloud Routers will only advertise routes with subnets of this network in the same region as the router. If set to GLOBAL, this network's Cloud Routers will advertise routes with all subnets of this network, across regions.
21577
22162
  module RoutingMode
21578
22163
  # A value indicating that the enum field is not set.
@@ -23878,13 +24463,13 @@ module Google
23878
24463
  # defaultCustomErrorResponsePolicy specifies how the Load Balancer returns error responses when BackendServiceor BackendBucket responds with an error. This policy takes effect at the PathMatcher level and applies only when no policy has been defined for the error code at lower levels like RouteRule and PathRule within this PathMatcher. If an error code does not have a policy defined in defaultCustomErrorResponsePolicy, then a policy defined for the error code in UrlMap.defaultCustomErrorResponsePolicy takes effect. For example, consider a UrlMap with the following configuration: - UrlMap.defaultCustomErrorResponsePolicy is configured with policies for 5xx and 4xx errors - A RouteRule for /coming_soon/ is configured for the error code 404. If the request is for www.myotherdomain.com and a 404 is encountered, the policy under UrlMap.defaultCustomErrorResponsePolicy takes effect. If a 404 response is encountered for the request www.example.com/current_events/, the pathMatcher's policy takes effect. If however, the request for www.example.com/coming_soon/ encounters a 404, the policy in RouteRule.customErrorResponsePolicy takes effect. If any of the requests in this example encounter a 500 error code, the policy at UrlMap.defaultCustomErrorResponsePolicy takes effect. When used in conjunction with pathMatcher.defaultRouteAction.retryPolicy, retries take precedence. Only once all retries are exhausted, the defaultCustomErrorResponsePolicy is applied. While attempting a retry, if load balancer is successful in reaching the service, the defaultCustomErrorResponsePolicy is ignored and the response from the service is returned to the client. defaultCustomErrorResponsePolicy is supported only for global external Application Load Balancers.
23879
24464
  # @!attribute [rw] default_route_action
23880
24465
  # @return [::Google::Cloud::Compute::V1::HttpRouteAction]
23881
- # defaultRouteAction takes effect when none of the pathRules or routeRules match. The load balancer performs advanced routing actions, such as URL rewrites and header transformations, before forwarding the request to the selected backend. If defaultRouteAction specifies any weightedBackendServices, defaultService must not be set. Conversely if defaultService is set, defaultRouteAction cannot contain any weightedBackendServices. If defaultRouteAction is specified, don't set defaultUrlRedirect. If defaultRouteAction.weightedBackendServices is specified, don't set defaultService. URL maps for classic Application Load Balancers only support the urlRewrite action within a path matcher's defaultRouteAction.
24466
+ # defaultRouteAction takes effect when none of the pathRules or routeRules match. The load balancer performs advanced routing actions, such as URL rewrites and header transformations, before forwarding the request to the selected backend. Only one of defaultUrlRedirect, defaultService or defaultRouteAction.weightedBackendService can be set. URL maps for classic Application Load Balancers only support the urlRewrite action within a path matcher's defaultRouteAction.
23882
24467
  # @!attribute [rw] default_service
23883
24468
  # @return [::String]
23884
- # The full or partial URL to the BackendService resource. This URL is used if none of the pathRules or routeRules defined by this PathMatcher are matched. For example, the following are all valid URLs to a BackendService resource: - https://www.googleapis.com/compute/v1/projects/project /global/backendServices/backendService - compute/v1/projects/project/global/backendServices/backendService - global/backendServices/backendService If defaultRouteAction is also specified, advanced routing actions, such as URL rewrites, take effect before sending the request to the backend. However, if defaultService is specified, defaultRouteAction cannot contain any weightedBackendServices. Conversely, if defaultRouteAction specifies any weightedBackendServices, defaultService must not be specified. If defaultService is specified, then set either defaultUrlRedirect or defaultRouteAction.weightedBackendService. Don't set both. Authorization requires one or more of the following Google IAM permissions on the specified resource default_service: - compute.backendBuckets.use - compute.backendServices.use
24469
+ # The full or partial URL to the BackendService resource. This URL is used if none of the pathRules or routeRules defined by this PathMatcher are matched. For example, the following are all valid URLs to a BackendService resource: - https://www.googleapis.com/compute/v1/projects/project /global/backendServices/backendService - compute/v1/projects/project/global/backendServices/backendService - global/backendServices/backendService If defaultRouteAction is also specified, advanced routing actions, such as URL rewrites, take effect before sending the request to the backend. Only one of defaultUrlRedirect, defaultService or defaultRouteAction.weightedBackendService can be set. Authorization requires one or more of the following Google IAM permissions on the specified resource default_service: - compute.backendBuckets.use - compute.backendServices.use
23885
24470
  # @!attribute [rw] default_url_redirect
23886
24471
  # @return [::Google::Cloud::Compute::V1::HttpRedirectAction]
23887
- # When none of the specified pathRules or routeRules match, the request is redirected to a URL specified by defaultUrlRedirect. If defaultUrlRedirect is specified, then set either defaultService or defaultRouteAction. Don't set both. Not supported when the URL map is bound to a target gRPC proxy.
24472
+ # When none of the specified pathRules or routeRules match, the request is redirected to a URL specified by defaultUrlRedirect. Only one of defaultUrlRedirect, defaultService or defaultRouteAction.weightedBackendService can be set. Not supported when the URL map is bound to a target gRPC proxy.
23888
24473
  # @!attribute [rw] description
23889
24474
  # @return [::String]
23890
24475
  # An optional description of this resource. Provide this property when you create the resource.
@@ -23914,13 +24499,13 @@ module Google
23914
24499
  # The list of path patterns to match. Each must start with / and the only place a * is allowed is at the end following a /. The string fed to the path matcher does not include any text after the first ? or #, and those chars are not allowed here.
23915
24500
  # @!attribute [rw] route_action
23916
24501
  # @return [::Google::Cloud::Compute::V1::HttpRouteAction]
23917
- # In response to a matching path, the load balancer performs advanced routing actions, such as URL rewrites and header transformations, before forwarding the request to the selected backend. If routeAction specifies any weightedBackendServices, service must not be set. Conversely if service is set, routeAction cannot contain any weightedBackendServices. Only one of routeAction or urlRedirect must be set. URL maps for classic Application Load Balancers only support the urlRewrite action within a path rule's routeAction.
24502
+ # In response to a matching path, the load balancer performs advanced routing actions, such as URL rewrites and header transformations, before forwarding the request to the selected backend. Only one of urlRedirect, service or routeAction.weightedBackendService can be set. URL maps for classic Application Load Balancers only support the urlRewrite action within a path rule's routeAction.
23918
24503
  # @!attribute [rw] service
23919
24504
  # @return [::String]
23920
- # The full or partial URL of the backend service resource to which traffic is directed if this rule is matched. If routeAction is also specified, advanced routing actions, such as URL rewrites, take effect before sending the request to the backend. However, if service is specified, routeAction cannot contain any weightedBackendServices. Conversely, if routeAction specifies any weightedBackendServices, service must not be specified. Only one of urlRedirect, service or routeAction.weightedBackendService must be set.
24505
+ # The full or partial URL of the backend service resource to which traffic is directed if this rule is matched. If routeAction is also specified, advanced routing actions, such as URL rewrites, take effect before sending the request to the backend. Only one of urlRedirect, service or routeAction.weightedBackendService can be set.
23921
24506
  # @!attribute [rw] url_redirect
23922
24507
  # @return [::Google::Cloud::Compute::V1::HttpRedirectAction]
23923
- # When a path pattern is matched, the request is redirected to a URL specified by urlRedirect. If urlRedirect is specified, service or routeAction must not be set. Not supported when the URL map is bound to a target gRPC proxy.
24508
+ # When a path pattern is matched, the request is redirected to a URL specified by urlRedirect. Only one of urlRedirect, service or routeAction.weightedBackendService can be set. Not supported when the URL map is bound to a target gRPC proxy.
23924
24509
  class PathRule
23925
24510
  include ::Google::Protobuf::MessageExts
23926
24511
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -23931,7 +24516,7 @@ module Google
23931
24516
  # Fingerprint of this per-instance config. This field can be used in optimistic locking. It is ignored when inserting a per-instance config. An up-to-date fingerprint must be provided in order to update an existing per-instance configuration or the field needs to be unset.
23932
24517
  # @!attribute [rw] name
23933
24518
  # @return [::String]
23934
- # The name of a per-instance configuration and its corresponding instance. Serves as a merge key during UpdatePerInstanceConfigs operations, that is, if a per-instance configuration with the same name exists then it will be updated, otherwise a new one will be created for the VM instance with the same name. An attempt to create a per-instance configconfiguration for a VM instance that either doesn't exist or is not part of the group will result in an error.
24519
+ # The name of a per-instance configuration and its corresponding instance. Serves as a merge key during UpdatePerInstanceConfigs operations, that is, if a per-instance configuration with the same name exists then it will be updated, otherwise a new one will be created for the VM instance with the same name. An attempt to create a per-instance configuration for a VM instance that either doesn't exist or is not part of the group will result in an error.
23935
24520
  # @!attribute [rw] preserved_state
23936
24521
  # @return [::Google::Cloud::Compute::V1::PreservedState]
23937
24522
  # The intended preserved state for the given instance. Does not contain preserved state generated from a stateful policy.
@@ -24201,7 +24786,7 @@ module Google
24201
24786
  # An optional textual description of the resource.
24202
24787
  # @!attribute [rw] enabled_features
24203
24788
  # @return [::Array<::String>]
24204
- # Restricted features enabled for use on this project.
24789
+ # An optional list of restricted features enabled for use on this project.
24205
24790
  # @!attribute [rw] id
24206
24791
  # @return [::Integer]
24207
24792
  # [Output Only] The unique identifier for the resource. This identifier is defined by the server. This is *not* the project ID, and is just a unique ID used by Compute Engine to identify resources.
@@ -24219,7 +24804,7 @@ module Google
24219
24804
  # [Output Only] Server-defined URL for the resource.
24220
24805
  # @!attribute [rw] usage_export_location
24221
24806
  # @return [::Google::Cloud::Compute::V1::UsageExportLocation]
24222
- # The naming prefix for daily usage reports and the Google Cloud Storage bucket where they are stored.
24807
+ # An optional naming prefix for daily usage reports and the Google Cloud Storage bucket where they are stored.
24223
24808
  # @!attribute [rw] vm_dns_setting
24224
24809
  # @return [::String]
24225
24810
  # [Output Only] Default internal DNS setting used by VMs running in this project.
@@ -25249,6 +25834,9 @@ module Google
25249
25834
  # Success is reported, but some results may be missing due to errors
25250
25835
  PARTIAL_SUCCESS = 39_966_469
25251
25836
 
25837
+ # Quota information is not available to client requests (e.g: regions.list).
25838
+ QUOTA_INFO_UNAVAILABLE = 304_294_182
25839
+
25252
25840
  # The user attempted to use a resource that requires a TOS they have not accepted.
25253
25841
  REQUIRED_TOS_AGREEMENT = 3_745_539
25254
25842
 
@@ -25688,6 +26276,14 @@ module Google
25688
26276
  extend ::Google::Protobuf::MessageExts::ClassMethods
25689
26277
  end
25690
26278
 
26279
+ # @!attribute [rw] instances
26280
+ # @return [::Array<::String>]
26281
+ # The URLs of one or more instances to resume. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].
26282
+ class RegionInstanceGroupManagersResumeInstancesRequest
26283
+ include ::Google::Protobuf::MessageExts
26284
+ extend ::Google::Protobuf::MessageExts::ClassMethods
26285
+ end
26286
+
25691
26287
  # @!attribute [rw] fingerprint
25692
26288
  # @return [::String]
25693
26289
  # Fingerprint of the target pools information, which is a hash of the contents. This field is used for optimistic locking when you update the target pool entries. This field is optional.
@@ -25707,6 +26303,36 @@ module Google
25707
26303
  extend ::Google::Protobuf::MessageExts::ClassMethods
25708
26304
  end
25709
26305
 
26306
+ # @!attribute [rw] instances
26307
+ # @return [::Array<::String>]
26308
+ # The URLs of one or more instances to start. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].
26309
+ class RegionInstanceGroupManagersStartInstancesRequest
26310
+ include ::Google::Protobuf::MessageExts
26311
+ extend ::Google::Protobuf::MessageExts::ClassMethods
26312
+ end
26313
+
26314
+ # @!attribute [rw] force_stop
26315
+ # @return [::Boolean]
26316
+ # If this flag is set to true, the Instance Group Manager will proceed to stop the instances, skipping initialization on them.
26317
+ # @!attribute [rw] instances
26318
+ # @return [::Array<::String>]
26319
+ # The URLs of one or more instances to stop. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].
26320
+ class RegionInstanceGroupManagersStopInstancesRequest
26321
+ include ::Google::Protobuf::MessageExts
26322
+ extend ::Google::Protobuf::MessageExts::ClassMethods
26323
+ end
26324
+
26325
+ # @!attribute [rw] force_suspend
26326
+ # @return [::Boolean]
26327
+ # If this flag is set to true, the Instance Group Manager will proceed to suspend the instances, skipping initialization on them.
26328
+ # @!attribute [rw] instances
26329
+ # @return [::Array<::String>]
26330
+ # The URLs of one or more instances to suspend. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].
26331
+ class RegionInstanceGroupManagersSuspendInstancesRequest
26332
+ include ::Google::Protobuf::MessageExts
26333
+ extend ::Google::Protobuf::MessageExts::ClassMethods
26334
+ end
26335
+
25710
26336
  # @!attribute [rw] id
25711
26337
  # @return [::String]
25712
26338
  # [Output Only] Unique identifier for the resource; defined by the server.
@@ -26928,7 +27554,7 @@ module Google
26928
27554
  # Contains output only fields. Use this sub-message for actual values set on Instance attributes as compared to the value requested by the user (intent) in their instance CRUD calls.
26929
27555
  # @!attribute [rw] physical_host
26930
27556
  # @return [::String]
26931
- # [Output Only] An opaque ID of the host on which the VM is running.
27557
+ # [Output Only] The precise location of your instance within the zone's data center, including the block, sub-block, and host. The field is formatted as follows: blockId/subBlockId/hostId.
26932
27558
  # @!attribute [rw] scheduling
26933
27559
  # @return [::Google::Cloud::Compute::V1::ResourceStatusScheduling]
26934
27560
  # @!attribute [rw] upcoming_maintenance
@@ -26964,6 +27590,48 @@ module Google
26964
27590
  extend ::Google::Protobuf::MessageExts::ClassMethods
26965
27591
  end
26966
27592
 
27593
+ # A request message for InstanceGroupManagers.ResumeInstances. See the method description for details.
27594
+ # @!attribute [rw] instance_group_manager
27595
+ # @return [::String]
27596
+ # The name of the managed instance group.
27597
+ # @!attribute [rw] instance_group_managers_resume_instances_request_resource
27598
+ # @return [::Google::Cloud::Compute::V1::InstanceGroupManagersResumeInstancesRequest]
27599
+ # The body resource for this request
27600
+ # @!attribute [rw] project
27601
+ # @return [::String]
27602
+ # Project ID for this request.
27603
+ # @!attribute [rw] request_id
27604
+ # @return [::String]
27605
+ # 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).
27606
+ # @!attribute [rw] zone
27607
+ # @return [::String]
27608
+ # The name of the zone where the managed instance group is located.
27609
+ class ResumeInstancesInstanceGroupManagerRequest
27610
+ include ::Google::Protobuf::MessageExts
27611
+ extend ::Google::Protobuf::MessageExts::ClassMethods
27612
+ end
27613
+
27614
+ # A request message for RegionInstanceGroupManagers.ResumeInstances. See the method description for details.
27615
+ # @!attribute [rw] instance_group_manager
27616
+ # @return [::String]
27617
+ # Name of the managed instance group.
27618
+ # @!attribute [rw] project
27619
+ # @return [::String]
27620
+ # Project ID for this request.
27621
+ # @!attribute [rw] region
27622
+ # @return [::String]
27623
+ # Name of the region scoping this request.
27624
+ # @!attribute [rw] region_instance_group_managers_resume_instances_request_resource
27625
+ # @return [::Google::Cloud::Compute::V1::RegionInstanceGroupManagersResumeInstancesRequest]
27626
+ # The body resource for this request
27627
+ # @!attribute [rw] request_id
27628
+ # @return [::String]
27629
+ # 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).
27630
+ class ResumeInstancesRegionInstanceGroupManagerRequest
27631
+ include ::Google::Protobuf::MessageExts
27632
+ extend ::Google::Protobuf::MessageExts::ClassMethods
27633
+ end
27634
+
26967
27635
  # Represents a Route resource. A route defines a path from VM instances in the VPC network to a specific destination. This destination can be inside or outside the VPC network. For more information, read the Routes overview.
26968
27636
  # @!attribute [rw] as_paths
26969
27637
  # @return [::Array<::Google::Cloud::Compute::V1::RouteAsPath>]
@@ -27001,12 +27669,22 @@ module Google
27001
27669
  # @!attribute [rw] next_hop_instance
27002
27670
  # @return [::String]
27003
27671
  # The URL to an instance that should handle matching packets. You can specify this as a full or partial URL. For example: https://www.googleapis.com/compute/v1/projects/project/zones/zone/instances/
27672
+ # @!attribute [rw] next_hop_inter_region_cost
27673
+ # @return [::Integer]
27674
+ # [Output only] Internal fixed region-to-region cost that Google Cloud calculates based on factors such as network performance, distance, and available bandwidth between regions.
27004
27675
  # @!attribute [rw] next_hop_ip
27005
27676
  # @return [::String]
27006
27677
  # The network IP address of an instance that should handle matching packets. Both IPv6 address and IPv4 addresses are supported. Must specify an IPv4 address in dot-decimal notation (e.g. 192.0.2.99) or an IPv6 address in RFC 4291 format (e.g. 2001:db8::2d9:51:0:0 or 2001:db8:0:0:2d9:51:0:0). IPv6 addresses will be displayed using RFC 5952 compressed format (e.g. 2001:db8::2d9:51:0:0). Should never be an IPv4-mapped IPv6 address.
27678
+ # @!attribute [rw] next_hop_med
27679
+ # @return [::Integer]
27680
+ # [Output Only] Multi-Exit Discriminator, a BGP route metric that indicates the desirability of a particular route in a network.
27007
27681
  # @!attribute [rw] next_hop_network
27008
27682
  # @return [::String]
27009
27683
  # The URL of the local network if it should handle matching packets.
27684
+ # @!attribute [rw] next_hop_origin
27685
+ # @return [::String]
27686
+ # [Output Only] Indicates the origin of the route. Can be IGP (Interior Gateway Protocol), EGP (Exterior Gateway Protocol), or INCOMPLETE.
27687
+ # Check the NextHopOrigin enum for the list of possible values.
27010
27688
  # @!attribute [rw] next_hop_peering
27011
27689
  # @return [::String]
27012
27690
  # [Output Only] The network peering name that should handle matching packets, which should conform to RFC1035.
@@ -27037,6 +27715,18 @@ module Google
27037
27715
  include ::Google::Protobuf::MessageExts
27038
27716
  extend ::Google::Protobuf::MessageExts::ClassMethods
27039
27717
 
27718
+ # [Output Only] Indicates the origin of the route. Can be IGP (Interior Gateway Protocol), EGP (Exterior Gateway Protocol), or INCOMPLETE.
27719
+ module NextHopOrigin
27720
+ # A value indicating that the enum field is not set.
27721
+ UNDEFINED_NEXT_HOP_ORIGIN = 0
27722
+
27723
+ EGP = 68_590
27724
+
27725
+ IGP = 72_434
27726
+
27727
+ INCOMPLETE = 11_941_214
27728
+ end
27729
+
27040
27730
  # [Output only] The status of the route.
27041
27731
  module RouteStatus
27042
27732
  # A value indicating that the enum field is not set.
@@ -28868,7 +29558,7 @@ module Google
28868
29558
  # Action to take for requests that are under the configured rate limit threshold. Valid option is "allow" only.
28869
29559
  # @!attribute [rw] enforce_on_key
28870
29560
  # @return [::String]
28871
- # Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKey" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates. - TLS_JA3_FINGERPRINT: JA3 TLS/SSL fingerprint if the client connects using HTTPS, HTTP/2 or HTTP/3. If not available, the key type defaults to ALL. - USER_IP: The IP address of the originating client, which is resolved based on "userIpRequestHeaders" configured with the security policy. If there is no "userIpRequestHeaders" configuration or an IP address cannot be resolved from it, the key type defaults to IP.
29561
+ # Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKey" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates. - TLS_JA3_FINGERPRINT: JA3 TLS/SSL fingerprint if the client connects using HTTPS, HTTP/2 or HTTP/3. If not available, the key type defaults to ALL. - USER_IP: The IP address of the originating client, which is resolved based on "userIpRequestHeaders" configured with the security policy. If there is no "userIpRequestHeaders" configuration or an IP address cannot be resolved from it, the key type defaults to IP. - TLS_JA4_FINGERPRINT: JA4 TLS/SSL fingerprint if the client connects using HTTPS, HTTP/2 or HTTP/3. If not available, the key type defaults to ALL.
28872
29562
  # Check the EnforceOnKey enum for the list of possible values.
28873
29563
  # @!attribute [rw] enforce_on_key_configs
28874
29564
  # @return [::Array<::Google::Cloud::Compute::V1::SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig>]
@@ -28889,7 +29579,7 @@ module Google
28889
29579
  include ::Google::Protobuf::MessageExts
28890
29580
  extend ::Google::Protobuf::MessageExts::ClassMethods
28891
29581
 
28892
- # Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKey" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates. - TLS_JA3_FINGERPRINT: JA3 TLS/SSL fingerprint if the client connects using HTTPS, HTTP/2 or HTTP/3. If not available, the key type defaults to ALL. - USER_IP: The IP address of the originating client, which is resolved based on "userIpRequestHeaders" configured with the security policy. If there is no "userIpRequestHeaders" configuration or an IP address cannot be resolved from it, the key type defaults to IP.
29582
+ # Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKey" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates. - TLS_JA3_FINGERPRINT: JA3 TLS/SSL fingerprint if the client connects using HTTPS, HTTP/2 or HTTP/3. If not available, the key type defaults to ALL. - USER_IP: The IP address of the originating client, which is resolved based on "userIpRequestHeaders" configured with the security policy. If there is no "userIpRequestHeaders" configuration or an IP address cannot be resolved from it, the key type defaults to IP. - TLS_JA4_FINGERPRINT: JA4 TLS/SSL fingerprint if the client connects using HTTPS, HTTP/2 or HTTP/3. If not available, the key type defaults to ALL.
28893
29583
  module EnforceOnKey
28894
29584
  # A value indicating that the enum field is not set.
28895
29585
  UNDEFINED_ENFORCE_ON_KEY = 0
@@ -28910,6 +29600,8 @@ module Google
28910
29600
 
28911
29601
  TLS_JA3_FINGERPRINT = 327_127_933
28912
29602
 
29603
+ TLS_JA4_FINGERPRINT = 33_724_926
29604
+
28913
29605
  USER_IP = 34_009_627
28914
29606
 
28915
29607
  XFF_IP = 438_707_118
@@ -28921,13 +29613,13 @@ module Google
28921
29613
  # Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key value.
28922
29614
  # @!attribute [rw] enforce_on_key_type
28923
29615
  # @return [::String]
28924
- # Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKeyConfigs" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates. - TLS_JA3_FINGERPRINT: JA3 TLS/SSL fingerprint if the client connects using HTTPS, HTTP/2 or HTTP/3. If not available, the key type defaults to ALL. - USER_IP: The IP address of the originating client, which is resolved based on "userIpRequestHeaders" configured with the security policy. If there is no "userIpRequestHeaders" configuration or an IP address cannot be resolved from it, the key type defaults to IP.
29616
+ # Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKeyConfigs" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates. - TLS_JA3_FINGERPRINT: JA3 TLS/SSL fingerprint if the client connects using HTTPS, HTTP/2 or HTTP/3. If not available, the key type defaults to ALL. - USER_IP: The IP address of the originating client, which is resolved based on "userIpRequestHeaders" configured with the security policy. If there is no "userIpRequestHeaders" configuration or an IP address cannot be resolved from it, the key type defaults to IP. - TLS_JA4_FINGERPRINT: JA4 TLS/SSL fingerprint if the client connects using HTTPS, HTTP/2 or HTTP/3. If not available, the key type defaults to ALL.
28925
29617
  # Check the EnforceOnKeyType enum for the list of possible values.
28926
29618
  class SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig
28927
29619
  include ::Google::Protobuf::MessageExts
28928
29620
  extend ::Google::Protobuf::MessageExts::ClassMethods
28929
29621
 
28930
- # Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKeyConfigs" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates. - TLS_JA3_FINGERPRINT: JA3 TLS/SSL fingerprint if the client connects using HTTPS, HTTP/2 or HTTP/3. If not available, the key type defaults to ALL. - USER_IP: The IP address of the originating client, which is resolved based on "userIpRequestHeaders" configured with the security policy. If there is no "userIpRequestHeaders" configuration or an IP address cannot be resolved from it, the key type defaults to IP.
29622
+ # Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKeyConfigs" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates. - TLS_JA3_FINGERPRINT: JA3 TLS/SSL fingerprint if the client connects using HTTPS, HTTP/2 or HTTP/3. If not available, the key type defaults to ALL. - USER_IP: The IP address of the originating client, which is resolved based on "userIpRequestHeaders" configured with the security policy. If there is no "userIpRequestHeaders" configuration or an IP address cannot be resolved from it, the key type defaults to IP. - TLS_JA4_FINGERPRINT: JA4 TLS/SSL fingerprint if the client connects using HTTPS, HTTP/2 or HTTP/3. If not available, the key type defaults to ALL.
28931
29623
  module EnforceOnKeyType
28932
29624
  # A value indicating that the enum field is not set.
28933
29625
  UNDEFINED_ENFORCE_ON_KEY_TYPE = 0
@@ -28948,6 +29640,8 @@ module Google
28948
29640
 
28949
29641
  TLS_JA3_FINGERPRINT = 327_127_933
28950
29642
 
29643
+ TLS_JA4_FINGERPRINT = 33_724_926
29644
+
28951
29645
  USER_IP = 34_009_627
28952
29646
 
28953
29647
  XFF_IP = 438_707_118
@@ -30285,6 +30979,27 @@ module Google
30285
30979
  extend ::Google::Protobuf::MessageExts::ClassMethods
30286
30980
  end
30287
30981
 
30982
+ # A request message for RegionSecurityPolicies.SetLabels. See the method description for details.
30983
+ # @!attribute [rw] project
30984
+ # @return [::String]
30985
+ # Project ID for this request.
30986
+ # @!attribute [rw] region
30987
+ # @return [::String]
30988
+ # The region for this request.
30989
+ # @!attribute [rw] region_set_labels_request_resource
30990
+ # @return [::Google::Cloud::Compute::V1::RegionSetLabelsRequest]
30991
+ # The body resource for this request
30992
+ # @!attribute [rw] request_id
30993
+ # @return [::String]
30994
+ # 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).
30995
+ # @!attribute [rw] resource
30996
+ # @return [::String]
30997
+ # Name or id of the resource for this request.
30998
+ class SetLabelsRegionSecurityPolicyRequest
30999
+ include ::Google::Protobuf::MessageExts
31000
+ extend ::Google::Protobuf::MessageExts::ClassMethods
31001
+ end
31002
+
30288
31003
  # A request message for SecurityPolicies.SetLabels. See the method description for details.
30289
31004
  # @!attribute [rw] global_set_labels_request_resource
30290
31005
  # @return [::Google::Cloud::Compute::V1::GlobalSetLabelsRequest]
@@ -32002,6 +32717,48 @@ module Google
32002
32717
  extend ::Google::Protobuf::MessageExts::ClassMethods
32003
32718
  end
32004
32719
 
32720
+ # A request message for InstanceGroupManagers.StartInstances. See the method description for details.
32721
+ # @!attribute [rw] instance_group_manager
32722
+ # @return [::String]
32723
+ # The name of the managed instance group.
32724
+ # @!attribute [rw] instance_group_managers_start_instances_request_resource
32725
+ # @return [::Google::Cloud::Compute::V1::InstanceGroupManagersStartInstancesRequest]
32726
+ # The body resource for this request
32727
+ # @!attribute [rw] project
32728
+ # @return [::String]
32729
+ # Project ID for this request.
32730
+ # @!attribute [rw] request_id
32731
+ # @return [::String]
32732
+ # 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).
32733
+ # @!attribute [rw] zone
32734
+ # @return [::String]
32735
+ # The name of the zone where the managed instance group is located.
32736
+ class StartInstancesInstanceGroupManagerRequest
32737
+ include ::Google::Protobuf::MessageExts
32738
+ extend ::Google::Protobuf::MessageExts::ClassMethods
32739
+ end
32740
+
32741
+ # A request message for RegionInstanceGroupManagers.StartInstances. See the method description for details.
32742
+ # @!attribute [rw] instance_group_manager
32743
+ # @return [::String]
32744
+ # Name of the managed instance group.
32745
+ # @!attribute [rw] project
32746
+ # @return [::String]
32747
+ # Project ID for this request.
32748
+ # @!attribute [rw] region
32749
+ # @return [::String]
32750
+ # Name of the region scoping this request.
32751
+ # @!attribute [rw] region_instance_group_managers_start_instances_request_resource
32752
+ # @return [::Google::Cloud::Compute::V1::RegionInstanceGroupManagersStartInstancesRequest]
32753
+ # The body resource for this request
32754
+ # @!attribute [rw] request_id
32755
+ # @return [::String]
32756
+ # 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).
32757
+ class StartInstancesRegionInstanceGroupManagerRequest
32758
+ include ::Google::Protobuf::MessageExts
32759
+ extend ::Google::Protobuf::MessageExts::ClassMethods
32760
+ end
32761
+
32005
32762
  # A request message for Instances.StartWithEncryptionKey. See the method description for details.
32006
32763
  # @!attribute [rw] instance
32007
32764
  # @return [::String]
@@ -32218,6 +32975,48 @@ module Google
32218
32975
  extend ::Google::Protobuf::MessageExts::ClassMethods
32219
32976
  end
32220
32977
 
32978
+ # A request message for InstanceGroupManagers.StopInstances. See the method description for details.
32979
+ # @!attribute [rw] instance_group_manager
32980
+ # @return [::String]
32981
+ # The name of the managed instance group.
32982
+ # @!attribute [rw] instance_group_managers_stop_instances_request_resource
32983
+ # @return [::Google::Cloud::Compute::V1::InstanceGroupManagersStopInstancesRequest]
32984
+ # The body resource for this request
32985
+ # @!attribute [rw] project
32986
+ # @return [::String]
32987
+ # Project ID for this request.
32988
+ # @!attribute [rw] request_id
32989
+ # @return [::String]
32990
+ # 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).
32991
+ # @!attribute [rw] zone
32992
+ # @return [::String]
32993
+ # The name of the zone where the managed instance group is located.
32994
+ class StopInstancesInstanceGroupManagerRequest
32995
+ include ::Google::Protobuf::MessageExts
32996
+ extend ::Google::Protobuf::MessageExts::ClassMethods
32997
+ end
32998
+
32999
+ # A request message for RegionInstanceGroupManagers.StopInstances. See the method description for details.
33000
+ # @!attribute [rw] instance_group_manager
33001
+ # @return [::String]
33002
+ # The name of the managed instance group.
33003
+ # @!attribute [rw] project
33004
+ # @return [::String]
33005
+ # Project ID for this request.
33006
+ # @!attribute [rw] region
33007
+ # @return [::String]
33008
+ # Name of the region scoping this request.
33009
+ # @!attribute [rw] region_instance_group_managers_stop_instances_request_resource
33010
+ # @return [::Google::Cloud::Compute::V1::RegionInstanceGroupManagersStopInstancesRequest]
33011
+ # The body resource for this request
33012
+ # @!attribute [rw] request_id
33013
+ # @return [::String]
33014
+ # 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).
33015
+ class StopInstancesRegionInstanceGroupManagerRequest
33016
+ include ::Google::Protobuf::MessageExts
33017
+ extend ::Google::Protobuf::MessageExts::ClassMethods
33018
+ end
33019
+
32221
33020
  # Represents a zonal storage pool resource.
32222
33021
  # @!attribute [rw] capacity_provisioning_type
32223
33022
  # @return [::String]
@@ -32714,7 +33513,7 @@ module Google
32714
33513
  # Check the PrivateIpv6GoogleAccess enum for the list of possible values.
32715
33514
  # @!attribute [rw] purpose
32716
33515
  # @return [::String]
32717
- # The purpose of the resource. This field can be either PRIVATE, GLOBAL_MANAGED_PROXY, REGIONAL_MANAGED_PROXY, PRIVATE_SERVICE_CONNECT, or PRIVATE is the default purpose for user-created subnets or subnets that are automatically created in auto mode networks. Subnets with purpose set to GLOBAL_MANAGED_PROXY or REGIONAL_MANAGED_PROXY are user-created subnetworks that are reserved for Envoy-based load balancers. A subnet with purpose set to PRIVATE_SERVICE_CONNECT is used to publish services using Private Service Connect. If unspecified, the subnet purpose defaults to PRIVATE. The enableFlowLogs field isn't supported if the subnet purpose field is set to GLOBAL_MANAGED_PROXY or REGIONAL_MANAGED_PROXY.
33516
+ # The purpose of the resource. This field can be either PRIVATE, GLOBAL_MANAGED_PROXY, REGIONAL_MANAGED_PROXY, PEER_MIGRATION or PRIVATE_SERVICE_CONNECT. PRIVATE is the default purpose for user-created subnets or subnets that are automatically created in auto mode networks. Subnets with purpose set to GLOBAL_MANAGED_PROXY or REGIONAL_MANAGED_PROXY are user-created subnetworks that are reserved for Envoy-based load balancers. A subnet with purpose set to PRIVATE_SERVICE_CONNECT is used to publish services using Private Service Connect. A subnet with purpose set to PEER_MIGRATION is used for subnet migration from one peered VPC to another. If unspecified, the subnet purpose defaults to PRIVATE. The enableFlowLogs field isn't supported if the subnet purpose field is set to GLOBAL_MANAGED_PROXY or REGIONAL_MANAGED_PROXY.
32718
33517
  # Check the Purpose enum for the list of possible values.
32719
33518
  # @!attribute [rw] region
32720
33519
  # @return [::String]
@@ -32773,7 +33572,7 @@ module Google
32773
33572
  ENABLE_OUTBOUND_VM_ACCESS_TO_GOOGLE = 288_210_263
32774
33573
  end
32775
33574
 
32776
- # The purpose of the resource. This field can be either PRIVATE, GLOBAL_MANAGED_PROXY, REGIONAL_MANAGED_PROXY, PRIVATE_SERVICE_CONNECT, or PRIVATE is the default purpose for user-created subnets or subnets that are automatically created in auto mode networks. Subnets with purpose set to GLOBAL_MANAGED_PROXY or REGIONAL_MANAGED_PROXY are user-created subnetworks that are reserved for Envoy-based load balancers. A subnet with purpose set to PRIVATE_SERVICE_CONNECT is used to publish services using Private Service Connect. If unspecified, the subnet purpose defaults to PRIVATE. The enableFlowLogs field isn't supported if the subnet purpose field is set to GLOBAL_MANAGED_PROXY or REGIONAL_MANAGED_PROXY.
33575
+ # The purpose of the resource. This field can be either PRIVATE, GLOBAL_MANAGED_PROXY, REGIONAL_MANAGED_PROXY, PEER_MIGRATION or PRIVATE_SERVICE_CONNECT. PRIVATE is the default purpose for user-created subnets or subnets that are automatically created in auto mode networks. Subnets with purpose set to GLOBAL_MANAGED_PROXY or REGIONAL_MANAGED_PROXY are user-created subnetworks that are reserved for Envoy-based load balancers. A subnet with purpose set to PRIVATE_SERVICE_CONNECT is used to publish services using Private Service Connect. A subnet with purpose set to PEER_MIGRATION is used for subnet migration from one peered VPC to another. If unspecified, the subnet purpose defaults to PRIVATE. The enableFlowLogs field isn't supported if the subnet purpose field is set to GLOBAL_MANAGED_PROXY or REGIONAL_MANAGED_PROXY.
32777
33576
  module Purpose
32778
33577
  # A value indicating that the enum field is not set.
32779
33578
  UNDEFINED_PURPOSE = 0
@@ -32784,6 +33583,9 @@ module Google
32784
33583
  # Subnet reserved for Internal HTTP(S) Load Balancing. This is a legacy purpose, please use REGIONAL_MANAGED_PROXY instead.
32785
33584
  INTERNAL_HTTPS_LOAD_BALANCER = 248_748_889
32786
33585
 
33586
+ # Subnetwork will be used for Migration from one peered VPC to another. (a transient state of subnetwork while migrating resources from one project to another).
33587
+ PEER_MIGRATION = 491_902_225
33588
+
32787
33589
  # Regular user created or automatically created subnet.
32788
33590
  PRIVATE = 403_485_027
32789
33591
 
@@ -33040,6 +33842,48 @@ module Google
33040
33842
  extend ::Google::Protobuf::MessageExts::ClassMethods
33041
33843
  end
33042
33844
 
33845
+ # A request message for InstanceGroupManagers.SuspendInstances. See the method description for details.
33846
+ # @!attribute [rw] instance_group_manager
33847
+ # @return [::String]
33848
+ # The name of the managed instance group.
33849
+ # @!attribute [rw] instance_group_managers_suspend_instances_request_resource
33850
+ # @return [::Google::Cloud::Compute::V1::InstanceGroupManagersSuspendInstancesRequest]
33851
+ # The body resource for this request
33852
+ # @!attribute [rw] project
33853
+ # @return [::String]
33854
+ # Project ID for this request.
33855
+ # @!attribute [rw] request_id
33856
+ # @return [::String]
33857
+ # 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).
33858
+ # @!attribute [rw] zone
33859
+ # @return [::String]
33860
+ # The name of the zone where the managed instance group is located.
33861
+ class SuspendInstancesInstanceGroupManagerRequest
33862
+ include ::Google::Protobuf::MessageExts
33863
+ extend ::Google::Protobuf::MessageExts::ClassMethods
33864
+ end
33865
+
33866
+ # A request message for RegionInstanceGroupManagers.SuspendInstances. See the method description for details.
33867
+ # @!attribute [rw] instance_group_manager
33868
+ # @return [::String]
33869
+ # Name of the managed instance group.
33870
+ # @!attribute [rw] project
33871
+ # @return [::String]
33872
+ # Project ID for this request.
33873
+ # @!attribute [rw] region
33874
+ # @return [::String]
33875
+ # Name of the region scoping this request.
33876
+ # @!attribute [rw] region_instance_group_managers_suspend_instances_request_resource
33877
+ # @return [::Google::Cloud::Compute::V1::RegionInstanceGroupManagersSuspendInstancesRequest]
33878
+ # The body resource for this request
33879
+ # @!attribute [rw] request_id
33880
+ # @return [::String]
33881
+ # 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).
33882
+ class SuspendInstancesRegionInstanceGroupManagerRequest
33883
+ include ::Google::Protobuf::MessageExts
33884
+ extend ::Google::Protobuf::MessageExts::ClassMethods
33885
+ end
33886
+
33043
33887
  # A request message for Networks.SwitchToCustomMode. See the method description for details.
33044
33888
  # @!attribute [rw] network
33045
33889
  # @return [::String]
@@ -33333,7 +34177,7 @@ module Google
33333
34177
  extend ::Google::Protobuf::MessageExts::ClassMethods
33334
34178
  end
33335
34179
 
33336
- # Represents a Target HTTPS Proxy resource. Google Compute Engine has two Target HTTPS Proxy resources: * [Global](/compute/docs/reference/rest/v1/targetHttpsProxies) * [Regional](/compute/docs/reference/rest/v1/regionTargetHttpsProxies) A target HTTPS proxy is a component of GCP HTTPS load balancers. * targetHttpProxies are used by global external Application Load Balancers, classic Application Load Balancers, cross-region internal Application Load Balancers, and Traffic Director. * regionTargetHttpProxies are used by regional internal Application Load Balancers and regional external Application Load Balancers. Forwarding rules reference a target HTTPS proxy, and the target proxy then references a URL map. For more information, read Using Target Proxies and Forwarding rule concepts.
34180
+ # Represents a Target HTTPS Proxy resource. Google Compute Engine has two Target HTTPS Proxy resources: * [Global](/compute/docs/reference/rest/v1/targetHttpsProxies) * [Regional](/compute/docs/reference/rest/v1/regionTargetHttpsProxies) A target HTTPS proxy is a component of Google Cloud HTTPS load balancers. * targetHttpProxies are used by global external Application Load Balancers, classic Application Load Balancers, cross-region internal Application Load Balancers, and Traffic Director. * regionTargetHttpProxies are used by regional internal Application Load Balancers and regional external Application Load Balancers. Forwarding rules reference a target HTTPS proxy, and the target proxy then references a URL map. For more information, read Using Target Proxies and Forwarding rule concepts.
33337
34181
  # @!attribute [rw] authorization_policy
33338
34182
  # @return [::String]
33339
34183
  # Optional. A URL referring to a networksecurity.AuthorizationPolicy resource that describes how the proxy should authorize inbound traffic. If left blank, access will not be restricted by an authorization policy. Refer to the AuthorizationPolicy resource for additional details. authorizationPolicy only applies to a global TargetHttpsProxy attached to globalForwardingRules with the loadBalancingScheme set to INTERNAL_SELF_MANAGED. Note: This field currently has no impact.
@@ -33422,6 +34266,9 @@ module Google
33422
34266
 
33423
34267
  # This enables TLS 1.3 0-RTT, and only allows Early Data to be included on requests with safe HTTP methods (GET, HEAD, OPTIONS, TRACE) without query parameters. Requests that send Early Data with non-idempotent HTTP methods or with query parameters will be rejected with a HTTP 425.
33424
34268
  STRICT = 308_826_825
34269
+
34270
+ # This enables TLS 1.3 Early Data for requests with any HTTP method including non-idempotent methods list POST. This mode does not enforce any other limitations. This may be valuable for gRPC use cases. However, we do not recommend this method unless you have evaluated your security stance and mitigated the risk of replay attacks using other mechanisms.
34271
+ UNRESTRICTED = 457_266_100
33425
34272
  end
33426
34273
  end
33427
34274
 
@@ -35353,13 +36200,13 @@ module Google
35353
36200
  # defaultCustomErrorResponsePolicy specifies how the Load Balancer returns error responses when BackendServiceor BackendBucket responds with an error. This policy takes effect at the load balancer level and applies only when no policy has been defined for the error code at lower levels like PathMatcher, RouteRule and PathRule within this UrlMap. For example, consider a UrlMap with the following configuration: - defaultCustomErrorResponsePolicy containing policies for responding to 5xx and 4xx errors - A PathMatcher configured for *.example.com has defaultCustomErrorResponsePolicy for 4xx. If a request for http://www.example.com/ encounters a 404, the policy in pathMatcher.defaultCustomErrorResponsePolicy will be enforced. When the request for http://www.example.com/ encounters a 502, the policy in UrlMap.defaultCustomErrorResponsePolicy will be enforced. When a request that does not match any host in *.example.com such as http://www.myotherexample.com/, encounters a 404, UrlMap.defaultCustomErrorResponsePolicy takes effect. When used in conjunction with defaultRouteAction.retryPolicy, retries take precedence. Only once all retries are exhausted, the defaultCustomErrorResponsePolicy is applied. While attempting a retry, if load balancer is successful in reaching the service, the defaultCustomErrorResponsePolicy is ignored and the response from the service is returned to the client. defaultCustomErrorResponsePolicy is supported only for global external Application Load Balancers.
35354
36201
  # @!attribute [rw] default_route_action
35355
36202
  # @return [::Google::Cloud::Compute::V1::HttpRouteAction]
35356
- # defaultRouteAction takes effect when none of the hostRules match. The load balancer performs advanced routing actions, such as URL rewrites and header transformations, before forwarding the request to the selected backend. If defaultRouteAction specifies any weightedBackendServices, defaultService must not be set. Conversely if defaultService is set, defaultRouteAction cannot contain any weightedBackendServices. Only one of defaultRouteAction or defaultUrlRedirect must be set. URL maps for classic Application Load Balancers only support the urlRewrite action within defaultRouteAction. defaultRouteAction has no effect when the URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true.
36203
+ # defaultRouteAction takes effect when none of the hostRules match. The load balancer performs advanced routing actions, such as URL rewrites and header transformations, before forwarding the request to the selected backend. Only one of defaultUrlRedirect, defaultService or defaultRouteAction.weightedBackendService can be set. URL maps for classic Application Load Balancers only support the urlRewrite action within defaultRouteAction. defaultRouteAction has no effect when the URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true.
35357
36204
  # @!attribute [rw] default_service
35358
36205
  # @return [::String]
35359
- # The full or partial URL of the defaultService resource to which traffic is directed if none of the hostRules match. If defaultRouteAction is also specified, advanced routing actions, such as URL rewrites, take effect before sending the request to the backend. However, if defaultService is specified, defaultRouteAction cannot contain any defaultRouteAction.weightedBackendServices. Conversely, if defaultRouteAction specifies any defaultRouteAction.weightedBackendServices, defaultService must not be specified. If defaultService is specified, then set either defaultUrlRedirect , or defaultRouteAction.weightedBackendService Don't set both. defaultService has no effect when the URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true.
36206
+ # The full or partial URL of the defaultService resource to which traffic is directed if none of the hostRules match. If defaultRouteAction is also specified, advanced routing actions, such as URL rewrites, take effect before sending the request to the backend. Only one of defaultUrlRedirect, defaultService or defaultRouteAction.weightedBackendService can be set. defaultService has no effect when the URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true.
35360
36207
  # @!attribute [rw] default_url_redirect
35361
36208
  # @return [::Google::Cloud::Compute::V1::HttpRedirectAction]
35362
- # When none of the specified hostRules match, the request is redirected to a URL specified by defaultUrlRedirect. If defaultUrlRedirect is specified, defaultService or defaultRouteAction must not be set. Not supported when the URL map is bound to a target gRPC proxy.
36209
+ # When none of the specified hostRules match, the request is redirected to a URL specified by defaultUrlRedirect. Only one of defaultUrlRedirect, defaultService or defaultRouteAction.weightedBackendService can be set. Not supported when the URL map is bound to a target gRPC proxy.
35363
36210
  # @!attribute [rw] description
35364
36211
  # @return [::String]
35365
36212
  # An optional description of this resource. Provide this property when you create the resource.
@@ -35598,7 +36445,7 @@ module Google
35598
36445
  # Network URL.
35599
36446
  # @!attribute [rw] purpose
35600
36447
  # @return [::String]
35601
- # The purpose of the resource. This field can be either PRIVATE, GLOBAL_MANAGED_PROXY, REGIONAL_MANAGED_PROXY, PRIVATE_SERVICE_CONNECT, or PRIVATE is the default purpose for user-created subnets or subnets that are automatically created in auto mode networks. Subnets with purpose set to GLOBAL_MANAGED_PROXY or REGIONAL_MANAGED_PROXY are user-created subnetworks that are reserved for Envoy-based load balancers. A subnet with purpose set to PRIVATE_SERVICE_CONNECT is used to publish services using Private Service Connect. If unspecified, the subnet purpose defaults to PRIVATE. The enableFlowLogs field isn't supported if the subnet purpose field is set to GLOBAL_MANAGED_PROXY or REGIONAL_MANAGED_PROXY.
36448
+ # The purpose of the resource. This field can be either PRIVATE, GLOBAL_MANAGED_PROXY, REGIONAL_MANAGED_PROXY, PEER_MIGRATION or PRIVATE_SERVICE_CONNECT. PRIVATE is the default purpose for user-created subnets or subnets that are automatically created in auto mode networks. Subnets with purpose set to GLOBAL_MANAGED_PROXY or REGIONAL_MANAGED_PROXY are user-created subnetworks that are reserved for Envoy-based load balancers. A subnet with purpose set to PRIVATE_SERVICE_CONNECT is used to publish services using Private Service Connect. A subnet with purpose set to PEER_MIGRATION is used for subnet migration from one peered VPC to another. If unspecified, the subnet purpose defaults to PRIVATE. The enableFlowLogs field isn't supported if the subnet purpose field is set to GLOBAL_MANAGED_PROXY or REGIONAL_MANAGED_PROXY.
35602
36449
  # Check the Purpose enum for the list of possible values.
35603
36450
  # @!attribute [rw] role
35604
36451
  # @return [::String]
@@ -35630,7 +36477,7 @@ module Google
35630
36477
  INTERNAL = 279_295_677
35631
36478
  end
35632
36479
 
35633
- # The purpose of the resource. This field can be either PRIVATE, GLOBAL_MANAGED_PROXY, REGIONAL_MANAGED_PROXY, PRIVATE_SERVICE_CONNECT, or PRIVATE is the default purpose for user-created subnets or subnets that are automatically created in auto mode networks. Subnets with purpose set to GLOBAL_MANAGED_PROXY or REGIONAL_MANAGED_PROXY are user-created subnetworks that are reserved for Envoy-based load balancers. A subnet with purpose set to PRIVATE_SERVICE_CONNECT is used to publish services using Private Service Connect. If unspecified, the subnet purpose defaults to PRIVATE. The enableFlowLogs field isn't supported if the subnet purpose field is set to GLOBAL_MANAGED_PROXY or REGIONAL_MANAGED_PROXY.
36480
+ # The purpose of the resource. This field can be either PRIVATE, GLOBAL_MANAGED_PROXY, REGIONAL_MANAGED_PROXY, PEER_MIGRATION or PRIVATE_SERVICE_CONNECT. PRIVATE is the default purpose for user-created subnets or subnets that are automatically created in auto mode networks. Subnets with purpose set to GLOBAL_MANAGED_PROXY or REGIONAL_MANAGED_PROXY are user-created subnetworks that are reserved for Envoy-based load balancers. A subnet with purpose set to PRIVATE_SERVICE_CONNECT is used to publish services using Private Service Connect. A subnet with purpose set to PEER_MIGRATION is used for subnet migration from one peered VPC to another. If unspecified, the subnet purpose defaults to PRIVATE. The enableFlowLogs field isn't supported if the subnet purpose field is set to GLOBAL_MANAGED_PROXY or REGIONAL_MANAGED_PROXY.
35634
36481
  module Purpose
35635
36482
  # A value indicating that the enum field is not set.
35636
36483
  UNDEFINED_PURPOSE = 0
@@ -35641,6 +36488,9 @@ module Google
35641
36488
  # Subnet reserved for Internal HTTP(S) Load Balancing. This is a legacy purpose, please use REGIONAL_MANAGED_PROXY instead.
35642
36489
  INTERNAL_HTTPS_LOAD_BALANCER = 248_748_889
35643
36490
 
36491
+ # Subnetwork will be used for Migration from one peered VPC to another. (a transient state of subnetwork while migrating resources from one project to another).
36492
+ PEER_MIGRATION = 491_902_225
36493
+
35644
36494
  # Regular user created or automatically created subnet.
35645
36495
  PRIVATE = 403_485_027
35646
36496
 
@@ -36454,6 +37304,9 @@ module Google
36454
37304
  # Success is reported, but some results may be missing due to errors
36455
37305
  PARTIAL_SUCCESS = 39_966_469
36456
37306
 
37307
+ # Quota information is not available to client requests (e.g: regions.list).
37308
+ QUOTA_INFO_UNAVAILABLE = 304_294_182
37309
+
36457
37310
  # The user attempted to use a resource that requires a TOS they have not accepted.
36458
37311
  REQUIRED_TOS_AGREEMENT = 3_745_539
36459
37312
 
@@ -36559,6 +37412,9 @@ module Google
36559
37412
  # Success is reported, but some results may be missing due to errors
36560
37413
  PARTIAL_SUCCESS = 39_966_469
36561
37414
 
37415
+ # Quota information is not available to client requests (e.g: regions.list).
37416
+ QUOTA_INFO_UNAVAILABLE = 304_294_182
37417
+
36562
37418
  # The user attempted to use a resource that requires a TOS they have not accepted.
36563
37419
  REQUIRED_TOS_AGREEMENT = 3_745_539
36564
37420