google-cloud-compute-v1 2.14.0 → 2.16.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 +37 -1
  3. data/lib/google/cloud/compute/v1/accelerator_types/rest/client.rb +36 -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 +40 -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 +40 -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 +42 -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 +45 -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 +57 -2
  14. data/lib/google/cloud/compute/v1/disk_types/rest/client.rb +36 -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 +48 -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 +38 -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 +45 -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 +39 -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 +41 -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 +39 -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 +40 -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 +40 -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 +36 -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 +35 -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 +38 -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 +40 -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 +34 -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 +40 -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 +38 -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 +473 -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 +42 -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 +35 -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 +38 -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 +73 -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 +39 -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 +40 -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 +35 -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 +35 -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 +39 -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 +34 -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 +37 -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 +37 -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 +36 -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 +39 -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 +38 -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 +41 -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 +150 -17
  81. data/lib/google/cloud/compute/v1/network_firewall_policies/rest/service_stub.rb +202 -97
  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 +529 -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 +43 -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 +45 -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 +38 -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 +36 -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 +39 -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 +46 -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 +40 -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 +41 -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 +39 -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 +41 -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 +38 -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 +35 -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 +47 -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 +38 -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 +39 -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 +472 -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 +37 -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 +37 -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 +35 -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 +38 -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 +40 -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 +44 -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 +37 -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 +35 -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 +146 -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 +37 -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 +38 -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 +38 -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 +40 -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 +37 -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 +39 -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 +35 -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 +35 -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 +40 -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 +39 -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 +41 -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 +37 -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 +43 -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 +39 -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 +35 -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 +38 -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 +38 -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 +39 -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 +36 -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 +38 -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 +42 -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 +38 -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 +40 -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 +44 -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 +39 -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 +44 -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 +42 -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 +40 -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 +39 -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 +41 -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 +39 -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 +39 -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 +35 -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 +35 -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 +1010 -55
  210. metadata +11 -9
@@ -234,7 +234,7 @@ module Google
234
234
  # The DNS domain name for the public PTR record. You can set this field only if the `setPublicPtr` field is enabled in accessConfig. If this field is unspecified in ipv6AccessConfig, a default PTR record will be created for first IP in associated external IPv6 range.
235
235
  # @!attribute [rw] security_policy
236
236
  # @return [::String]
237
- # [Output Only] The resource URL for the security policy associated with this access config.
237
+ # The resource URL for the security policy associated with this access config.
238
238
  # @!attribute [rw] set_public_ptr
239
239
  # @return [::Boolean]
240
240
  # Specifies whether a public DNS 'PTR' record should be created to map the external IP address of the instance to a DNS domain name. This field is not used in ipv6AccessConfig. A default PTR record will be created if the VM has external IPv6 range associated.
@@ -1532,6 +1532,36 @@ module Google
1532
1532
  extend ::Google::Protobuf::MessageExts::ClassMethods
1533
1533
  end
1534
1534
 
1535
+ # A request message for NetworkFirewallPolicies.AggregatedList. See the method description for details.
1536
+ # @!attribute [rw] filter
1537
+ # @return [::String]
1538
+ # 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.
1539
+ # @!attribute [rw] include_all_scopes
1540
+ # @return [::Boolean]
1541
+ # Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.
1542
+ # @!attribute [rw] max_results
1543
+ # @return [::Integer]
1544
+ # 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`)
1545
+ # @!attribute [rw] order_by
1546
+ # @return [::String]
1547
+ # 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.
1548
+ # @!attribute [rw] page_token
1549
+ # @return [::String]
1550
+ # Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
1551
+ # @!attribute [rw] project
1552
+ # @return [::String]
1553
+ # Project ID for this request.
1554
+ # @!attribute [rw] return_partial_success
1555
+ # @return [::Boolean]
1556
+ # 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.
1557
+ # @!attribute [rw] service_project_number
1558
+ # @return [::Integer]
1559
+ # The Shared VPC service project id or service project number for which aggregated list request is invoked for subnetworks list-usable api.
1560
+ class AggregatedListNetworkFirewallPoliciesRequest
1561
+ include ::Google::Protobuf::MessageExts
1562
+ extend ::Google::Protobuf::MessageExts::ClassMethods
1563
+ end
1564
+
1535
1565
  # A request message for NodeGroups.AggregatedList. See the method description for details.
1536
1566
  # @!attribute [rw] filter
1537
1567
  # @return [::String]
@@ -2786,7 +2816,7 @@ module Google
2786
2816
  # The customer-supplied encryption key of the source image. Required if the source image is protected by a customer-supplied encryption key. InstanceTemplate and InstancePropertiesPatch do not store customer-supplied encryption keys, so you cannot create disks for instances in a managed instance group if the source images are encrypted with your own keys.
2787
2817
  # @!attribute [rw] source_snapshot
2788
2818
  # @return [::String]
2789
- # The source snapshot to create this disk. When creating a new instance boot disk, one of initializeParams.sourceSnapshot or initializeParams.sourceImage or disks.source is required. To create a disk with a snapshot that you created, specify the snapshot name in the following format: global/snapshots/my-backup If the source snapshot is deleted later, this field will not be set.
2819
+ # The source snapshot to create this disk. When creating a new instance boot disk, one of initializeParams.sourceSnapshot or initializeParams.sourceImage or disks.source is required. To create a disk with a snapshot that you created, specify the snapshot name in the following format: global/snapshots/my-backup If the source snapshot is deleted later, this field will not be set. Note: You cannot create VMs in bulk using a snapshot as the source. Use an image instead when you create VMs using the bulk insert method.
2790
2820
  # @!attribute [rw] source_snapshot_encryption_key
2791
2821
  # @return [::Google::Cloud::Compute::V1::CustomerEncryptionKey]
2792
2822
  # The customer-supplied encryption key of the source snapshot.
@@ -3427,7 +3457,7 @@ module Google
3427
3457
  # The CacheKeyPolicy for this CdnPolicy.
3428
3458
  # @!attribute [rw] cache_mode
3429
3459
  # @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.
3460
+ # 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
3461
  # Check the CacheMode enum for the list of possible values.
3432
3462
  # @!attribute [rw] client_ttl
3433
3463
  # @return [::Integer]
@@ -3460,7 +3490,7 @@ module Google
3460
3490
  include ::Google::Protobuf::MessageExts
3461
3491
  extend ::Google::Protobuf::MessageExts::ClassMethods
3462
3492
 
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.
3493
+ # 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
3494
  module CacheMode
3465
3495
  # A value indicating that the enum field is not set.
3466
3496
  UNDEFINED_CACHE_MODE = 0
@@ -3881,7 +3911,7 @@ module Google
3881
3911
  # The CacheKeyPolicy for this CdnPolicy.
3882
3912
  # @!attribute [rw] cache_mode
3883
3913
  # @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.
3914
+ # 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
3915
  # Check the CacheMode enum for the list of possible values.
3886
3916
  # @!attribute [rw] client_ttl
3887
3917
  # @return [::Integer]
@@ -3914,7 +3944,7 @@ module Google
3914
3944
  include ::Google::Protobuf::MessageExts
3915
3945
  extend ::Google::Protobuf::MessageExts::ClassMethods
3916
3946
 
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.
3947
+ # 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
3948
  module CacheMode
3919
3949
  # A value indicating that the enum field is not set.
3920
3950
  UNDEFINED_CACHE_MODE = 0
@@ -4923,6 +4953,12 @@ module Google
4923
4953
 
4924
4954
  MEMORY_OPTIMIZED_M3 = 276_301_372
4925
4955
 
4956
+ MEMORY_OPTIMIZED_X4_16TB = 183_089_120
4957
+
4958
+ MEMORY_OPTIMIZED_X4_24TB = 183_116_989
4959
+
4960
+ MEMORY_OPTIMIZED_X4_32TB = 183_144_858
4961
+
4926
4962
  STORAGE_OPTIMIZED_Z3 = 316_796_085
4927
4963
 
4928
4964
  TYPE_UNSPECIFIED = 437_714_322
@@ -7651,7 +7687,7 @@ module Google
7651
7687
  # The logical grouping to which the "reason" belongs. The error domain is typically the registered service name of the tool or product that generates the error. Example: "pubsub.googleapis.com". If the error is generated by some common infrastructure, the error domain must be a globally unique value that identifies the infrastructure. For Google API infrastructure, the error domain is "googleapis.com".
7652
7688
  # @!attribute [rw] metadatas
7653
7689
  # @return [::Google::Protobuf::Map{::String => ::String}]
7654
- # Additional structured details about this error. Keys must match /a-z+/ but should ideally be lowerCamelCase. Also they must be limited to 64 characters in length. When identifying the current value of an exceeded limit, the units should be contained in the key, not the value. For example, rather than \\{"instanceLimit": "100/request"}, should be returned as, \\{"instanceLimitPerRequest": "100"}, if the client exceeds the number of instances that can be created in a single (batch) request.
7690
+ # Additional structured details about this error. Keys must match a regular expression of `a-z+` but should ideally be lowerCamelCase. Also, they must be limited to 64 characters in length. When identifying the current value of an exceeded limit, the units should be contained in the key, not the value. For example, rather than `{"instanceLimit": "100/request"}`, should be returned as, `{"instanceLimitPerRequest": "100"}`, if the client exceeds the number of instances that can be created in a single (batch) request.
7655
7691
  # @!attribute [rw] reason
7656
7692
  # @return [::String]
7657
7693
  # The reason of the error. This is a constant value that identifies the proximate cause of the error. Error reasons are unique within a particular domain of errors. This should be at most 63 characters and match a regular expression of `A-Z+[A-Z0-9]`, which represents UPPER_SNAKE_CASE.
@@ -8044,6 +8080,17 @@ module Google
8044
8080
  extend ::Google::Protobuf::MessageExts::ClassMethods
8045
8081
  end
8046
8082
 
8083
+ # @!attribute [rw] firewall_policies
8084
+ # @return [::Array<::Google::Cloud::Compute::V1::FirewallPolicy>]
8085
+ # A list of firewall policies contained in this scope.
8086
+ # @!attribute [rw] warning
8087
+ # @return [::Google::Cloud::Compute::V1::Warning]
8088
+ # Informational warning which replaces the list of firewall policies when the list is empty.
8089
+ class FirewallPoliciesScopedList
8090
+ include ::Google::Protobuf::MessageExts
8091
+ extend ::Google::Protobuf::MessageExts::ClassMethods
8092
+ end
8093
+
8047
8094
  # Represents a Firewall Policy resource.
8048
8095
  # @!attribute [rw] associations
8049
8096
  # @return [::Array<::Google::Cloud::Compute::V1::FirewallPolicyAssociation>]
@@ -9794,6 +9841,18 @@ module Google
9794
9841
  extend ::Google::Protobuf::MessageExts::ClassMethods
9795
9842
  end
9796
9843
 
9844
+ # A request message for NetworkProfiles.Get. See the method description for details.
9845
+ # @!attribute [rw] network_profile
9846
+ # @return [::String]
9847
+ # Name of the network profile to return.
9848
+ # @!attribute [rw] project
9849
+ # @return [::String]
9850
+ # Project ID for this request.
9851
+ class GetNetworkProfileRequest
9852
+ include ::Google::Protobuf::MessageExts
9853
+ extend ::Google::Protobuf::MessageExts::ClassMethods
9854
+ end
9855
+
9797
9856
  # A request message for Networks.Get. See the method description for details.
9798
9857
  # @!attribute [rw] network
9799
9858
  # @return [::String]
@@ -10433,7 +10492,7 @@ module Google
10433
10492
  # Project ID for this request.
10434
10493
  # @!attribute [rw] start
10435
10494
  # @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.
10495
+ # 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
10496
  # @!attribute [rw] zone
10438
10497
  # @return [::String]
10439
10498
  # The name of the zone for this request.
@@ -11763,13 +11822,13 @@ module Google
11763
11822
  # 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
11823
  # @!attribute [rw] route_action
11765
11824
  # @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.
11825
+ # 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
11826
  # @!attribute [rw] service
11768
11827
  # @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.
11828
+ # 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
11829
  # @!attribute [rw] url_redirect
11771
11830
  # @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.
11831
+ # 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
11832
  class HttpRouteRule
11774
11833
  include ::Google::Protobuf::MessageExts
11775
11834
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -13635,7 +13694,7 @@ module Google
13635
13694
  # The name of the instance group. The name must be 1-63 characters long, and comply with RFC1035.
13636
13695
  # @!attribute [rw] named_ports
13637
13696
  # @return [::Array<::Google::Cloud::Compute::V1::NamedPort>]
13638
- # Assigns a name to a port number. For example: \\{name: "http", port: 80} This allows the system to reference ports by the assigned name instead of a port number. Named ports can also contain multiple ports. For example: [\\{name: "app1", port: 8080}, \\{name: "app1", port: 8081}, \\{name: "app2", port: 8082}] Named ports apply to all instances in this instance group.
13697
+ # Optional. Assigns a name to a port number. For example: \\{name: "http", port: 80} This allows the system to reference ports by the assigned name instead of a port number. Named ports can also contain multiple ports. For example: [\\{name: "app1", port: 8080}, \\{name: "app1", port: 8081}, \\{name: "app2", port: 8082}] Named ports apply to all instances in this instance group.
13639
13698
  # @!attribute [rw] network
13640
13699
  # @return [::String]
13641
13700
  # [Output Only] The URL of the network to which all instances in the instance group belong. If your instance has multiple network interfaces, then the network and subnetwork fields only refer to the network and subnet used by your primary interface (nic0).
@@ -13783,6 +13842,9 @@ module Google
13783
13842
  # @!attribute [rw] self_link
13784
13843
  # @return [::String]
13785
13844
  # [Output Only] The URL for this managed instance group. The server defines this URL.
13845
+ # @!attribute [rw] standby_policy
13846
+ # @return [::Google::Cloud::Compute::V1::InstanceGroupManagerStandbyPolicy]
13847
+ # Standby policy for stopped and suspended instances.
13786
13848
  # @!attribute [rw] stateful_policy
13787
13849
  # @return [::Google::Cloud::Compute::V1::StatefulPolicy]
13788
13850
  # Stateful configuration for this Instanced Group Manager
@@ -13795,6 +13857,12 @@ module Google
13795
13857
  # @!attribute [rw] target_size
13796
13858
  # @return [::Integer]
13797
13859
  # 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.
13860
+ # @!attribute [rw] target_stopped_size
13861
+ # @return [::Integer]
13862
+ # 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.
13863
+ # @!attribute [rw] target_suspended_size
13864
+ # @return [::Integer]
13865
+ # 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
13866
  # @!attribute [rw] update_policy
13799
13867
  # @return [::Google::Cloud::Compute::V1::InstanceGroupManagerUpdatePolicy]
13800
13868
  # The update policy for this managed instance group.
@@ -14116,6 +14184,30 @@ module Google
14116
14184
  extend ::Google::Protobuf::MessageExts::ClassMethods
14117
14185
  end
14118
14186
 
14187
+ # @!attribute [rw] initial_delay_sec
14188
+ # @return [::Integer]
14189
+ # 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.
14190
+ # @!attribute [rw] mode
14191
+ # @return [::String]
14192
+ # Defines how a MIG resumes or starts VMs from a standby pool when the group scales out. The default mode is `MANUAL`.
14193
+ # Check the Mode enum for the list of possible values.
14194
+ class InstanceGroupManagerStandbyPolicy
14195
+ include ::Google::Protobuf::MessageExts
14196
+ extend ::Google::Protobuf::MessageExts::ClassMethods
14197
+
14198
+ # Defines how a MIG resumes or starts VMs from a standby pool when the group scales out. The default mode is `MANUAL`.
14199
+ module Mode
14200
+ # A value indicating that the enum field is not set.
14201
+ UNDEFINED_MODE = 0
14202
+
14203
+ # MIG does not automatically resume or start VMs in the standby pool when the group scales out.
14204
+ MANUAL = 119_397_318
14205
+
14206
+ # MIG automatically resumes or starts VMs in the standby pool when the group scales out, and replenishes the standby pool afterwards.
14207
+ SCALE_OUT_POOL = 635_394
14208
+ end
14209
+ end
14210
+
14119
14211
  # @!attribute [rw] all_instances_config
14120
14212
  # @return [::Google::Cloud::Compute::V1::InstanceGroupManagerStatusAllInstancesConfig]
14121
14213
  # [Output only] Status of all-instances configuration on the group.
@@ -14405,6 +14497,14 @@ module Google
14405
14497
  extend ::Google::Protobuf::MessageExts::ClassMethods
14406
14498
  end
14407
14499
 
14500
+ # @!attribute [rw] instances
14501
+ # @return [::Array<::String>]
14502
+ # 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].
14503
+ class InstanceGroupManagersResumeInstancesRequest
14504
+ include ::Google::Protobuf::MessageExts
14505
+ extend ::Google::Protobuf::MessageExts::ClassMethods
14506
+ end
14507
+
14408
14508
  # @!attribute [rw] instance_group_managers
14409
14509
  # @return [::Array<::Google::Cloud::Compute::V1::InstanceGroupManager>]
14410
14510
  # [Output Only] The list of managed instance groups that are contained in the specified project and zone.
@@ -14435,6 +14535,36 @@ module Google
14435
14535
  extend ::Google::Protobuf::MessageExts::ClassMethods
14436
14536
  end
14437
14537
 
14538
+ # @!attribute [rw] instances
14539
+ # @return [::Array<::String>]
14540
+ # 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].
14541
+ class InstanceGroupManagersStartInstancesRequest
14542
+ include ::Google::Protobuf::MessageExts
14543
+ extend ::Google::Protobuf::MessageExts::ClassMethods
14544
+ end
14545
+
14546
+ # @!attribute [rw] force_stop
14547
+ # @return [::Boolean]
14548
+ # If this flag is set to true, the Instance Group Manager will proceed to stop the instances, skipping initialization on them.
14549
+ # @!attribute [rw] instances
14550
+ # @return [::Array<::String>]
14551
+ # 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].
14552
+ class InstanceGroupManagersStopInstancesRequest
14553
+ include ::Google::Protobuf::MessageExts
14554
+ extend ::Google::Protobuf::MessageExts::ClassMethods
14555
+ end
14556
+
14557
+ # @!attribute [rw] force_suspend
14558
+ # @return [::Boolean]
14559
+ # If this flag is set to true, the Instance Group Manager will proceed to suspend the instances, skipping initialization on them.
14560
+ # @!attribute [rw] instances
14561
+ # @return [::Array<::String>]
14562
+ # 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].
14563
+ class InstanceGroupManagersSuspendInstancesRequest
14564
+ include ::Google::Protobuf::MessageExts
14565
+ extend ::Google::Protobuf::MessageExts::ClassMethods
14566
+ end
14567
+
14438
14568
  # InstanceGroupManagers.updatePerInstanceConfigs
14439
14569
  # @!attribute [rw] per_instance_configs
14440
14570
  # @return [::Array<::Google::Cloud::Compute::V1::PerInstanceConfig>]
@@ -15600,14 +15730,14 @@ module Google
15600
15730
  # Determines whether this Attachment will carry packets. Not present for PARTNER_PROVIDER.
15601
15731
  # @!attribute [rw] bandwidth
15602
15732
  # @return [::String]
15603
- # Provisioned bandwidth capacity for the interconnect attachment. For attachments of type DEDICATED, the user can set the bandwidth. For attachments of type PARTNER, the Google Partner that is operating the interconnect must set the bandwidth. Output only for PARTNER type, mutable for PARTNER_PROVIDER and DEDICATED, and can take one of the following values: - BPS_50M: 50 Mbit/s - BPS_100M: 100 Mbit/s - BPS_200M: 200 Mbit/s - BPS_300M: 300 Mbit/s - BPS_400M: 400 Mbit/s - BPS_500M: 500 Mbit/s - BPS_1G: 1 Gbit/s - BPS_2G: 2 Gbit/s - BPS_5G: 5 Gbit/s - BPS_10G: 10 Gbit/s - BPS_20G: 20 Gbit/s - BPS_50G: 50 Gbit/s
15733
+ # Provisioned bandwidth capacity for the interconnect attachment. For attachments of type DEDICATED, the user can set the bandwidth. For attachments of type PARTNER, the Google Partner that is operating the interconnect must set the bandwidth. Output only for PARTNER type, mutable for PARTNER_PROVIDER and DEDICATED, and can take one of the following values: - BPS_50M: 50 Mbit/s - BPS_100M: 100 Mbit/s - BPS_200M: 200 Mbit/s - BPS_300M: 300 Mbit/s - BPS_400M: 400 Mbit/s - BPS_500M: 500 Mbit/s - BPS_1G: 1 Gbit/s - BPS_2G: 2 Gbit/s - BPS_5G: 5 Gbit/s - BPS_10G: 10 Gbit/s - BPS_20G: 20 Gbit/s - BPS_50G: 50 Gbit/s - BPS_100G: 100 Gbit/s
15604
15734
  # Check the Bandwidth enum for the list of possible values.
15605
15735
  # @!attribute [rw] candidate_ipv6_subnets
15606
15736
  # @return [::Array<::String>]
15607
15737
  # This field is not available.
15608
15738
  # @!attribute [rw] candidate_subnets
15609
15739
  # @return [::Array<::String>]
15610
- # Up to 16 candidate prefixes that can be used to restrict the allocation of cloudRouterIpAddress and customerRouterIpAddress for this attachment. All prefixes must be within link-local address space (169.254.0.0/16) and must be /29 or shorter (/28, /27, etc). Google will attempt to select an unused /29 from the supplied candidate prefix(es). The request will fail if all possible /29s are in use on Google's edge. If not supplied, Google will randomly select an unused /29 from all of link-local space.
15740
+ # Input only. Up to 16 candidate prefixes that can be used to restrict the allocation of cloudRouterIpAddress and customerRouterIpAddress for this attachment. All prefixes must be within link-local address space (169.254.0.0/16) and must be /29 or shorter (/28, /27, etc). Google will attempt to select an unused /29 from the supplied candidate prefix(es). The request will fail if all possible /29s are in use on Google's edge. If not supplied, Google will randomly select an unused /29 from all of link-local space.
15611
15741
  # @!attribute [rw] cloud_router_ip_address
15612
15742
  # @return [::String]
15613
15743
  # [Output Only] IPv4 address + prefix length to be configured on Cloud Router Interface for this interconnect attachment.
@@ -15640,7 +15770,7 @@ module Google
15640
15770
  # An optional description of this resource.
15641
15771
  # @!attribute [rw] edge_availability_domain
15642
15772
  # @return [::String]
15643
- # Desired availability domain for the attachment. Only available for type PARTNER, at creation time, and can take one of the following values: - AVAILABILITY_DOMAIN_ANY - AVAILABILITY_DOMAIN_1 - AVAILABILITY_DOMAIN_2 For improved reliability, customers should configure a pair of attachments, one per availability domain. The selected availability domain will be provided to the Partner via the pairing key, so that the provisioned circuit will lie in the specified domain. If not specified, the value will default to AVAILABILITY_DOMAIN_ANY.
15773
+ # Input only. Desired availability domain for the attachment. Only available for type PARTNER, at creation time, and can take one of the following values: - AVAILABILITY_DOMAIN_ANY - AVAILABILITY_DOMAIN_1 - AVAILABILITY_DOMAIN_2 For improved reliability, customers should configure a pair of attachments, one per availability domain. The selected availability domain will be provided to the Partner via the pairing key, so that the provisioned circuit will lie in the specified domain. If not specified, the value will default to AVAILABILITY_DOMAIN_ANY.
15644
15774
  # Check the EdgeAvailabilityDomain enum for the list of possible values.
15645
15775
  # @!attribute [rw] encryption
15646
15776
  # @return [::String]
@@ -15714,7 +15844,7 @@ module Google
15714
15844
  # Check the State enum for the list of possible values.
15715
15845
  # @!attribute [rw] subnet_length
15716
15846
  # @return [::Integer]
15717
- # Length of the IPv4 subnet mask. Allowed values: - 29 (default) - 30 The default value is 29, except for Cross-Cloud Interconnect connections that use an InterconnectRemoteLocation with a constraints.subnetLengthRange.min equal to 30. For example, connections that use an Azure remote location fall into this category. In these cases, the default value is 30, and requesting 29 returns an error. Where both 29 and 30 are allowed, 29 is preferred, because it gives Google Cloud Support more debugging visibility.
15847
+ # Input only. Length of the IPv4 subnet mask. Allowed values: - 29 (default) - 30 The default value is 29, except for Cross-Cloud Interconnect connections that use an InterconnectRemoteLocation with a constraints.subnetLengthRange.min equal to 30. For example, connections that use an Azure remote location fall into this category. In these cases, the default value is 30, and requesting 29 returns an error. Where both 29 and 30 are allowed, 29 is preferred, because it gives Google Cloud Support more debugging visibility.
15718
15848
  # @!attribute [rw] type
15719
15849
  # @return [::String]
15720
15850
  # The type of interconnect attachment this is, which can take one of the following values: - DEDICATED: an attachment to a Dedicated Interconnect. - PARTNER: an attachment to a Partner Interconnect, created by the customer. - PARTNER_PROVIDER: an attachment to a Partner Interconnect, created by the partner.
@@ -15735,11 +15865,14 @@ module Google
15735
15865
  extend ::Google::Protobuf::MessageExts::ClassMethods
15736
15866
  end
15737
15867
 
15738
- # Provisioned bandwidth capacity for the interconnect attachment. For attachments of type DEDICATED, the user can set the bandwidth. For attachments of type PARTNER, the Google Partner that is operating the interconnect must set the bandwidth. Output only for PARTNER type, mutable for PARTNER_PROVIDER and DEDICATED, and can take one of the following values: - BPS_50M: 50 Mbit/s - BPS_100M: 100 Mbit/s - BPS_200M: 200 Mbit/s - BPS_300M: 300 Mbit/s - BPS_400M: 400 Mbit/s - BPS_500M: 500 Mbit/s - BPS_1G: 1 Gbit/s - BPS_2G: 2 Gbit/s - BPS_5G: 5 Gbit/s - BPS_10G: 10 Gbit/s - BPS_20G: 20 Gbit/s - BPS_50G: 50 Gbit/s
15868
+ # Provisioned bandwidth capacity for the interconnect attachment. For attachments of type DEDICATED, the user can set the bandwidth. For attachments of type PARTNER, the Google Partner that is operating the interconnect must set the bandwidth. Output only for PARTNER type, mutable for PARTNER_PROVIDER and DEDICATED, and can take one of the following values: - BPS_50M: 50 Mbit/s - BPS_100M: 100 Mbit/s - BPS_200M: 200 Mbit/s - BPS_300M: 300 Mbit/s - BPS_400M: 400 Mbit/s - BPS_500M: 500 Mbit/s - BPS_1G: 1 Gbit/s - BPS_2G: 2 Gbit/s - BPS_5G: 5 Gbit/s - BPS_10G: 10 Gbit/s - BPS_20G: 20 Gbit/s - BPS_50G: 50 Gbit/s - BPS_100G: 100 Gbit/s
15739
15869
  module Bandwidth
15740
15870
  # A value indicating that the enum field is not set.
15741
15871
  UNDEFINED_BANDWIDTH = 0
15742
15872
 
15873
+ # 100 Gbit/s
15874
+ BPS_100G = 49_547_952
15875
+
15743
15876
  # 100 Mbit/s
15744
15877
  BPS_100M = 49_547_958
15745
15878
 
@@ -15777,7 +15910,7 @@ module Google
15777
15910
  BPS_5G = 355_358_572
15778
15911
  end
15779
15912
 
15780
- # Desired availability domain for the attachment. Only available for type PARTNER, at creation time, and can take one of the following values: - AVAILABILITY_DOMAIN_ANY - AVAILABILITY_DOMAIN_1 - AVAILABILITY_DOMAIN_2 For improved reliability, customers should configure a pair of attachments, one per availability domain. The selected availability domain will be provided to the Partner via the pairing key, so that the provisioned circuit will lie in the specified domain. If not specified, the value will default to AVAILABILITY_DOMAIN_ANY.
15913
+ # Input only. Desired availability domain for the attachment. Only available for type PARTNER, at creation time, and can take one of the following values: - AVAILABILITY_DOMAIN_ANY - AVAILABILITY_DOMAIN_1 - AVAILABILITY_DOMAIN_2 For improved reliability, customers should configure a pair of attachments, one per availability domain. The selected availability domain will be provided to the Partner via the pairing key, so that the provisioned circuit will lie in the specified domain. If not specified, the value will default to AVAILABILITY_DOMAIN_ANY.
15781
15914
  module EdgeAvailabilityDomain
15782
15915
  # A value indicating that the enum field is not set.
15783
15916
  UNDEFINED_EDGE_AVAILABILITY_DOMAIN = 0
@@ -16217,7 +16350,7 @@ module Google
16217
16350
  # [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
16351
  # @!attribute [rw] available_features
16219
16352
  # @return [::Array<::String>]
16220
- # [Output only] List of features available at this InterconnectLocation, which can take one of the following values: - MACSEC
16353
+ # [Output only] List of features available at this InterconnectLocation, which can take one of the following values: - IF_MACSEC
16221
16354
  # Check the AvailableFeatures enum for the list of possible values.
16222
16355
  # @!attribute [rw] available_link_types
16223
16356
  # @return [::Array<::String>]
@@ -16786,6 +16919,7 @@ module Google
16786
16919
  # Name of the resource. The name must be 1-63 characters long and comply with RFC1035.
16787
16920
  # @!attribute [rw] resource_requirements
16788
16921
  # @return [::Google::Cloud::Compute::V1::LicenseResourceRequirements]
16922
+ # [Input Only] Deprecated.
16789
16923
  # @!attribute [rw] self_link
16790
16924
  # @return [::String]
16791
16925
  # [Output Only] Server-defined URL for the resource.
@@ -16879,10 +17013,10 @@ module Google
16879
17013
 
16880
17014
  # @!attribute [rw] min_guest_cpu_count
16881
17015
  # @return [::Integer]
16882
- # Minimum number of guest cpus required to use the Instance. Enforced at Instance creation and Instance start.
17016
+ # [Input Only] Deprecated. This field no longer reflects the minimum number of guest cpus required to use the Instance.
16883
17017
  # @!attribute [rw] min_memory_mb
16884
17018
  # @return [::Integer]
16885
- # Minimum memory required to use the Instance. Enforced at Instance creation and Instance start.
17019
+ # [Input Only] Deprecated. This field no longer reflects the minimum memory required to use the Instance.
16886
17020
  class LicenseResourceRequirements
16887
17021
  include ::Google::Protobuf::MessageExts
16888
17022
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -18162,6 +18296,30 @@ module Google
18162
18296
  extend ::Google::Protobuf::MessageExts::ClassMethods
18163
18297
  end
18164
18298
 
18299
+ # A request message for NetworkProfiles.List. See the method description for details.
18300
+ # @!attribute [rw] filter
18301
+ # @return [::String]
18302
+ # 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.
18303
+ # @!attribute [rw] max_results
18304
+ # @return [::Integer]
18305
+ # 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`)
18306
+ # @!attribute [rw] order_by
18307
+ # @return [::String]
18308
+ # 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.
18309
+ # @!attribute [rw] page_token
18310
+ # @return [::String]
18311
+ # Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
18312
+ # @!attribute [rw] project
18313
+ # @return [::String]
18314
+ # Project ID for this request.
18315
+ # @!attribute [rw] return_partial_success
18316
+ # @return [::Boolean]
18317
+ # 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.
18318
+ class ListNetworkProfilesRequest
18319
+ include ::Google::Protobuf::MessageExts
18320
+ extend ::Google::Protobuf::MessageExts::ClassMethods
18321
+ end
18322
+
18165
18323
  # A request message for Networks.List. See the method description for details.
18166
18324
  # @!attribute [rw] filter
18167
18325
  # @return [::String]
@@ -20696,6 +20854,9 @@ module Google
20696
20854
  # @return [::String]
20697
20855
  # 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
20856
  # Check the NetworkFirewallPolicyEnforcementOrder enum for the list of possible values.
20857
+ # @!attribute [rw] network_profile
20858
+ # @return [::String]
20859
+ # 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
20860
  # @!attribute [rw] peerings
20700
20861
  # @return [::Array<::Google::Cloud::Compute::V1::NetworkPeering>]
20701
20862
  # [Output Only] A list of network peerings for the resource.
@@ -20992,16 +21153,16 @@ module Google
20992
21153
  # The network endpoint.
20993
21154
  # @!attribute [rw] annotations
20994
21155
  # @return [::Google::Protobuf::Map{::String => ::String}]
20995
- # Metadata defined as annotations on the network endpoint.
21156
+ # Optional metadata defined as annotations on the network endpoint.
20996
21157
  # @!attribute [rw] client_destination_port
20997
21158
  # @return [::Integer]
20998
- # Represents the port number to which PSC consumer sends packets. Only valid for network endpoint groups created with GCE_VM_IP_PORTMAP endpoint type.
21159
+ # Represents the port number to which PSC consumer sends packets. Optional. Only valid for network endpoint groups created with GCE_VM_IP_PORTMAP endpoint type.
20999
21160
  # @!attribute [rw] fqdn
21000
21161
  # @return [::String]
21001
21162
  # Optional fully qualified domain name of network endpoint. This can only be specified when NetworkEndpointGroup.network_endpoint_type is NON_GCP_FQDN_PORT.
21002
21163
  # @!attribute [rw] instance
21003
21164
  # @return [::String]
21004
- # The name or a URL of VM instance of this network endpoint. This field is required for network endpoints of type GCE_VM_IP and GCE_VM_IP_PORT. The instance must be in the same zone of network endpoint group (for zonal NEGs) or in the zone within the region of the NEG (for regional NEGs). If the ipAddress is specified, it must belongs to the VM instance. The name must be 1-63 characters long, and comply with RFC1035 or be a valid URL pointing to an existing instance.
21165
+ # The name or a URL of VM instance of this network endpoint. Optional, the field presence depends on the network endpoint type. The field is required for network endpoints of type GCE_VM_IP and GCE_VM_IP_PORT. The instance must be in the same zone of network endpoint group (for zonal NEGs) or in the zone within the region of the NEG (for regional NEGs). If the ipAddress is specified, it must belongs to the VM instance. The name must be 1-63 characters long, and comply with RFC1035 or be a valid URL pointing to an existing instance.
21005
21166
  # @!attribute [rw] ip_address
21006
21167
  # @return [::String]
21007
21168
  # Optional IPv4 address of network endpoint. The IP address must belong to a VM in Compute Engine (either the primary IP or as part of an aliased IP range). If the IP address is not specified, then the primary IP address for the VM instance in the network that the network endpoint group belongs to will be used. This field is redundant and need not be set for network endpoints of type GCE_VM_IP. If set, it must be set to the primary internal IP address of the attached VM instance that matches the subnetwork of the NEG. The primary internal IP address from any NIC of a multi-NIC VM instance can be added to a NEG as long as it matches the NEG subnetwork.
@@ -21028,22 +21189,22 @@ module Google
21028
21189
  # Represents a collection of network endpoints. A network endpoint group (NEG) defines how a set of endpoints should be reached, whether they are reachable, and where they are located. For more information about using NEGs for different use cases, see Network endpoint groups overview.
21029
21190
  # @!attribute [rw] annotations
21030
21191
  # @return [::Google::Protobuf::Map{::String => ::String}]
21031
- # Metadata defined as annotations on the network endpoint group.
21192
+ # Optional. Metadata defined as annotations on the network endpoint group.
21032
21193
  # @!attribute [rw] app_engine
21033
21194
  # @return [::Google::Cloud::Compute::V1::NetworkEndpointGroupAppEngine]
21034
- # Only valid when networkEndpointType is SERVERLESS. Only one of cloudRun, appEngine or cloudFunction may be set.
21195
+ # Optional. Only valid when networkEndpointType is SERVERLESS. Only one of cloudRun, appEngine or cloudFunction may be set.
21035
21196
  # @!attribute [rw] cloud_function
21036
21197
  # @return [::Google::Cloud::Compute::V1::NetworkEndpointGroupCloudFunction]
21037
- # Only valid when networkEndpointType is SERVERLESS. Only one of cloudRun, appEngine or cloudFunction may be set.
21198
+ # Optional. Only valid when networkEndpointType is SERVERLESS. Only one of cloudRun, appEngine or cloudFunction may be set.
21038
21199
  # @!attribute [rw] cloud_run
21039
21200
  # @return [::Google::Cloud::Compute::V1::NetworkEndpointGroupCloudRun]
21040
- # Only valid when networkEndpointType is SERVERLESS. Only one of cloudRun, appEngine or cloudFunction may be set.
21201
+ # Optional. Only valid when networkEndpointType is SERVERLESS. Only one of cloudRun, appEngine or cloudFunction may be set.
21041
21202
  # @!attribute [rw] creation_timestamp
21042
21203
  # @return [::String]
21043
21204
  # [Output Only] Creation timestamp in RFC3339 text format.
21044
21205
  # @!attribute [rw] default_port
21045
21206
  # @return [::Integer]
21046
- # The default port used if the port number is not specified in the network endpoint. If the network endpoint type is either GCE_VM_IP, SERVERLESS or PRIVATE_SERVICE_CONNECT, this field must not be specified.
21207
+ # The default port used if the port number is not specified in the network endpoint. Optional. If the network endpoint type is either GCE_VM_IP, SERVERLESS or PRIVATE_SERVICE_CONNECT, this field must not be specified.
21047
21208
  # @!attribute [rw] description
21048
21209
  # @return [::String]
21049
21210
  # An optional description of this resource. Provide this property when you create the resource.
@@ -21065,9 +21226,10 @@ module Google
21065
21226
  # Check the NetworkEndpointType enum for the list of possible values.
21066
21227
  # @!attribute [rw] psc_data
21067
21228
  # @return [::Google::Cloud::Compute::V1::NetworkEndpointGroupPscData]
21229
+ # Optional. Only valid when networkEndpointType is PRIVATE_SERVICE_CONNECT.
21068
21230
  # @!attribute [rw] psc_target_service
21069
21231
  # @return [::String]
21070
- # The target service url used to set up private service connection to a Google API or a PSC Producer Service Attachment. An example value is: asia-northeast3-cloudkms.googleapis.com
21232
+ # The target service url used to set up private service connection to a Google API or a PSC Producer Service Attachment. An example value is: asia-northeast3-cloudkms.googleapis.com. Optional. Only valid when networkEndpointType is PRIVATE_SERVICE_CONNECT.
21071
21233
  # @!attribute [rw] region
21072
21234
  # @return [::String]
21073
21235
  # [Output Only] The URL of the region where the network endpoint group is located.
@@ -21339,15 +21501,50 @@ module Google
21339
21501
 
21340
21502
  # @!attribute [rw] healths
21341
21503
  # @return [::Array<::Google::Cloud::Compute::V1::HealthStatusForNetworkEndpoint>]
21342
- # [Output only] The health status of network endpoint;
21504
+ # [Output only] The health status of network endpoint. Optional. Displayed only if the network endpoint has centralized health checking configured.
21343
21505
  # @!attribute [rw] network_endpoint
21344
21506
  # @return [::Google::Cloud::Compute::V1::NetworkEndpoint]
21345
- # [Output only] The network endpoint;
21507
+ # [Output only] The network endpoint.
21346
21508
  class NetworkEndpointWithHealthStatus
21347
21509
  include ::Google::Protobuf::MessageExts
21348
21510
  extend ::Google::Protobuf::MessageExts::ClassMethods
21349
21511
  end
21350
21512
 
21513
+ # @!attribute [rw] id
21514
+ # @return [::String]
21515
+ # [Output Only] Unique identifier for the resource; defined by the server.
21516
+ # @!attribute [rw] items
21517
+ # @return [::Google::Protobuf::Map{::String => ::Google::Cloud::Compute::V1::FirewallPoliciesScopedList}]
21518
+ # A list of FirewallPoliciesScopedList resources.
21519
+ # @!attribute [rw] kind
21520
+ # @return [::String]
21521
+ # [Output Only] Type of resource. Always compute#networkFirewallPoliciesAggregatedList for lists of network firewall policies.
21522
+ # @!attribute [rw] next_page_token
21523
+ # @return [::String]
21524
+ # [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.
21525
+ # @!attribute [rw] self_link
21526
+ # @return [::String]
21527
+ # [Output Only] Server-defined URL for this resource.
21528
+ # @!attribute [rw] unreachables
21529
+ # @return [::Array<::String>]
21530
+ # [Output Only] Unreachable resources.
21531
+ # @!attribute [rw] warning
21532
+ # @return [::Google::Cloud::Compute::V1::Warning]
21533
+ # [Output Only] Informational warning message.
21534
+ class NetworkFirewallPolicyAggregatedList
21535
+ include ::Google::Protobuf::MessageExts
21536
+ extend ::Google::Protobuf::MessageExts::ClassMethods
21537
+
21538
+ # @!attribute [rw] key
21539
+ # @return [::String]
21540
+ # @!attribute [rw] value
21541
+ # @return [::Google::Cloud::Compute::V1::FirewallPoliciesScopedList]
21542
+ class ItemsEntry
21543
+ include ::Google::Protobuf::MessageExts
21544
+ extend ::Google::Protobuf::MessageExts::ClassMethods
21545
+ end
21546
+ end
21547
+
21351
21548
  # A network interface resource attached to an instance.
21352
21549
  # @!attribute [rw] access_configs
21353
21550
  # @return [::Array<::Google::Cloud::Compute::V1::AccessConfig>]
@@ -21429,6 +21626,12 @@ module Google
21429
21626
  # IDPF
21430
21627
  IDPF = 2_242_641
21431
21628
 
21629
+ # IRDMA
21630
+ IRDMA = 69_927_695
21631
+
21632
+ # MRDMA
21633
+ MRDMA = 73_621_779
21634
+
21432
21635
  # No type specified.
21433
21636
  UNSPECIFIED_NIC_TYPE = 67_411_801
21434
21637
 
@@ -21564,7 +21767,456 @@ module Google
21564
21767
  end
21565
21768
  end
21566
21769
 
21770
+ # NetworkProfile represents a Google managed network profile resource.
21771
+ # @!attribute [rw] creation_timestamp
21772
+ # @return [::String]
21773
+ # [Output Only] Creation timestamp in RFC3339 text format.
21774
+ # @!attribute [rw] description
21775
+ # @return [::String]
21776
+ # [Output Only] An optional description of this resource.
21777
+ # @!attribute [rw] features
21778
+ # @return [::Google::Cloud::Compute::V1::NetworkProfileNetworkFeatures]
21779
+ # [Output Only] Features supported by the network.
21780
+ # @!attribute [rw] id
21781
+ # @return [::Integer]
21782
+ # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
21783
+ # @!attribute [rw] kind
21784
+ # @return [::String]
21785
+ # [Output Only] Type of the resource. Always compute#networkProfile for network profiles.
21786
+ # @!attribute [rw] location
21787
+ # @return [::Google::Cloud::Compute::V1::NetworkProfileLocation]
21788
+ # [Output Only] Location to which the network is restricted.
21789
+ # @!attribute [rw] name
21790
+ # @return [::String]
21791
+ # [Output Only] Name of the resource.
21792
+ # @!attribute [rw] self_link
21793
+ # @return [::String]
21794
+ # [Output Only] Server-defined URL for the resource.
21795
+ # @!attribute [rw] self_link_with_id
21796
+ # @return [::String]
21797
+ # [Output Only] Server-defined URL for this resource with the resource id.
21798
+ # @!attribute [rw] zone
21799
+ # @return [::String]
21800
+ # [Output Only] Zone to which the network is restricted.
21801
+ class NetworkProfile
21802
+ include ::Google::Protobuf::MessageExts
21803
+ extend ::Google::Protobuf::MessageExts::ClassMethods
21804
+ end
21805
+
21806
+ # @!attribute [rw] name
21807
+ # @return [::String]
21808
+ # @!attribute [rw] scope
21809
+ # @return [::String]
21810
+ # Check the Scope enum for the list of possible values.
21811
+ class NetworkProfileLocation
21812
+ include ::Google::Protobuf::MessageExts
21813
+ extend ::Google::Protobuf::MessageExts::ClassMethods
21814
+
21815
+
21816
+ module Scope
21817
+ # A value indicating that the enum field is not set.
21818
+ UNDEFINED_SCOPE = 0
21819
+
21820
+ REGION = 266_017_524
21821
+
21822
+ ZONE = 2_759_596
21823
+ end
21824
+ end
21825
+
21826
+ # @!attribute [rw] address_purposes
21827
+ # @return [::Array<::String>]
21828
+ # Specifies what address purposes are supported. If empty, all address purposes are supported.
21829
+ # Check the AddressPurposes enum for the list of possible values.
21830
+ # @!attribute [rw] allow_alias_ip_ranges
21831
+ # @return [::String]
21832
+ # Specifies whether alias IP ranges (and secondary address ranges) are allowed.
21833
+ # Check the AllowAliasIpRanges enum for the list of possible values.
21834
+ # @!attribute [rw] allow_auto_mode_subnet
21835
+ # @return [::String]
21836
+ # Specifies whether auto mode subnet creation is allowed.
21837
+ # Check the AllowAutoModeSubnet enum for the list of possible values.
21838
+ # @!attribute [rw] allow_class_d_firewalls
21839
+ # @return [::String]
21840
+ # Specifies whether firewalls for Class D address ranges are supported.
21841
+ # Check the AllowClassDFirewalls enum for the list of possible values.
21842
+ # @!attribute [rw] allow_cloud_nat
21843
+ # @return [::String]
21844
+ # Specifies whether cloud NAT creation is allowed.
21845
+ # Check the AllowCloudNat enum for the list of possible values.
21846
+ # @!attribute [rw] allow_cloud_router
21847
+ # @return [::String]
21848
+ # Specifies whether cloud router creation is allowed.
21849
+ # Check the AllowCloudRouter enum for the list of possible values.
21850
+ # @!attribute [rw] allow_external_ip_access
21851
+ # @return [::String]
21852
+ # Specifies whether VMs are allowed to have external IP access on network interfaces connected to this VPC.
21853
+ # Check the AllowExternalIpAccess enum for the list of possible values.
21854
+ # @!attribute [rw] allow_interconnect
21855
+ # @return [::String]
21856
+ # Specifies whether Cloud Interconnect creation is allowed.
21857
+ # Check the AllowInterconnect enum for the list of possible values.
21858
+ # @!attribute [rw] allow_load_balancing
21859
+ # @return [::String]
21860
+ # Specifies whether cloud load balancing is allowed.
21861
+ # Check the AllowLoadBalancing enum for the list of possible values.
21862
+ # @!attribute [rw] allow_multi_nic_in_same_network
21863
+ # @return [::String]
21864
+ # Specifies whether multi-nic in the same network is allowed.
21865
+ # Check the AllowMultiNicInSameNetwork enum for the list of possible values.
21866
+ # @!attribute [rw] allow_packet_mirroring
21867
+ # @return [::String]
21868
+ # Specifies whether Packet Mirroring 1.0 is supported.
21869
+ # Check the AllowPacketMirroring enum for the list of possible values.
21870
+ # @!attribute [rw] allow_private_google_access
21871
+ # @return [::String]
21872
+ # Specifies whether private Google access is allowed.
21873
+ # Check the AllowPrivateGoogleAccess enum for the list of possible values.
21874
+ # @!attribute [rw] allow_psc
21875
+ # @return [::String]
21876
+ # Specifies whether PSC creation is allowed.
21877
+ # Check the AllowPsc enum for the list of possible values.
21878
+ # @!attribute [rw] allow_same_network_unicast
21879
+ # @return [::String]
21880
+ # Specifies whether unicast within the same network is allowed.
21881
+ # Check the AllowSameNetworkUnicast enum for the list of possible values.
21882
+ # @!attribute [rw] allow_static_routes
21883
+ # @return [::String]
21884
+ # Specifies whether static route creation is allowed.
21885
+ # Check the AllowStaticRoutes enum for the list of possible values.
21886
+ # @!attribute [rw] allow_sub_interfaces
21887
+ # @return [::String]
21888
+ # Specifies whether sub interfaces are allowed.
21889
+ # Check the AllowSubInterfaces enum for the list of possible values.
21890
+ # @!attribute [rw] allow_vpc_peering
21891
+ # @return [::String]
21892
+ # Specifies whether VPC peering is allowed.
21893
+ # Check the AllowVpcPeering enum for the list of possible values.
21894
+ # @!attribute [rw] allow_vpn
21895
+ # @return [::String]
21896
+ # Specifies whether VPN creation is allowed.
21897
+ # Check the AllowVpn enum for the list of possible values.
21898
+ # @!attribute [rw] interface_types
21899
+ # @return [::Array<::String>]
21900
+ # If set, limits the interface types that the network supports. If empty, all interface types are supported.
21901
+ # Check the InterfaceTypes enum for the list of possible values.
21902
+ # @!attribute [rw] subnet_purposes
21903
+ # @return [::Array<::String>]
21904
+ # Specifies which subnetwork purposes are supported.
21905
+ # Check the SubnetPurposes enum for the list of possible values.
21906
+ # @!attribute [rw] subnet_stack_types
21907
+ # @return [::Array<::String>]
21908
+ # Specifies which subnetwork stack types are supported.
21909
+ # Check the SubnetStackTypes enum for the list of possible values.
21910
+ # @!attribute [rw] unicast
21911
+ # @return [::String]
21912
+ # Specifies which type of unicast is supported.
21913
+ # Check the Unicast enum for the list of possible values.
21914
+ class NetworkProfileNetworkFeatures
21915
+ include ::Google::Protobuf::MessageExts
21916
+ extend ::Google::Protobuf::MessageExts::ClassMethods
21917
+
21918
+
21919
+ module AddressPurposes
21920
+ # A value indicating that the enum field is not set.
21921
+ UNDEFINED_ADDRESS_PURPOSES = 0
21922
+
21923
+ # DNS resolver address in the subnetwork.
21924
+ DNS_RESOLVER = 476_114_556
21925
+
21926
+ # VM internal/alias IP, Internal LB service IP, etc.
21927
+ GCE_ENDPOINT = 230_515_243
21928
+
21929
+ # 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.
21930
+ IPSEC_INTERCONNECT = 340_437_251
21931
+
21932
+ # External IP automatically reserved for Cloud NAT.
21933
+ NAT_AUTO = 163_666_477
21934
+
21935
+ # 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
21936
+ PRIVATE_SERVICE_CONNECT = 48_134_724
21937
+
21938
+ # A regional internal IP address range reserved for Serverless.
21939
+ SERVERLESS = 270_492_508
21940
+
21941
+ # A private network IP address that can be shared by multiple Internal Load Balancer forwarding rules.
21942
+ SHARED_LOADBALANCER_VIP = 294_447_572
21943
+
21944
+ # IP range for peer networks.
21945
+ VPC_PEERING = 400_800_170
21946
+ end
21947
+
21948
+ # Specifies whether alias IP ranges (and secondary address ranges) are allowed.
21949
+ module AllowAliasIpRanges
21950
+ # A value indicating that the enum field is not set.
21951
+ UNDEFINED_ALLOW_ALIAS_IP_RANGES = 0
21952
+
21953
+ ALIAS_IP_RANGES_ALLOWED = 464_867_048
21954
+
21955
+ ALIAS_IP_RANGES_BLOCKED = 281_030_444
21956
+ end
21957
+
21958
+ # Specifies whether auto mode subnet creation is allowed.
21959
+ module AllowAutoModeSubnet
21960
+ # A value indicating that the enum field is not set.
21961
+ UNDEFINED_ALLOW_AUTO_MODE_SUBNET = 0
21962
+
21963
+ AUTO_MODE_SUBNET_ALLOWED = 391_042_610
21964
+
21965
+ AUTO_MODE_SUBNET_BLOCKED = 207_206_006
21966
+ end
21967
+
21968
+ # Specifies whether firewalls for Class D address ranges are supported.
21969
+ module AllowClassDFirewalls
21970
+ # A value indicating that the enum field is not set.
21971
+ UNDEFINED_ALLOW_CLASS_D_FIREWALLS = 0
21972
+
21973
+ CLASS_D_FIREWALLS_ALLOWED = 348_219_386
21974
+
21975
+ CLASS_D_FIREWALLS_BLOCKED = 164_382_782
21976
+ end
21977
+
21978
+ # Specifies whether cloud NAT creation is allowed.
21979
+ module AllowCloudNat
21980
+ # A value indicating that the enum field is not set.
21981
+ UNDEFINED_ALLOW_CLOUD_NAT = 0
21982
+
21983
+ CLOUD_NAT_ALLOWED = 245_931_296
21984
+
21985
+ CLOUD_NAT_BLOCKED = 62_094_692
21986
+ end
21987
+
21988
+ # Specifies whether cloud router creation is allowed.
21989
+ module AllowCloudRouter
21990
+ # A value indicating that the enum field is not set.
21991
+ UNDEFINED_ALLOW_CLOUD_ROUTER = 0
21992
+
21993
+ CLOUD_ROUTER_ALLOWED = 365_388_284
21994
+
21995
+ CLOUD_ROUTER_BLOCKED = 181_551_680
21996
+ end
21997
+
21998
+ # Specifies whether VMs are allowed to have external IP access on network interfaces connected to this VPC.
21999
+ module AllowExternalIpAccess
22000
+ # A value indicating that the enum field is not set.
22001
+ UNDEFINED_ALLOW_EXTERNAL_IP_ACCESS = 0
22002
+
22003
+ EXTERNAL_IP_ACCESS_ALLOWED = 109_530_193
22004
+
22005
+ EXTERNAL_IP_ACCESS_BLOCKED = 462_564_501
22006
+ end
22007
+
22008
+ # Specifies whether Cloud Interconnect creation is allowed.
22009
+ module AllowInterconnect
22010
+ # A value indicating that the enum field is not set.
22011
+ UNDEFINED_ALLOW_INTERCONNECT = 0
22012
+
22013
+ INTERCONNECT_ALLOWED = 162_845_399
22014
+
22015
+ INTERCONNECT_BLOCKED = 515_879_707
22016
+ end
22017
+
22018
+ # Specifies whether cloud load balancing is allowed.
22019
+ module AllowLoadBalancing
22020
+ # A value indicating that the enum field is not set.
22021
+ UNDEFINED_ALLOW_LOAD_BALANCING = 0
22022
+
22023
+ LOAD_BALANCING_ALLOWED = 28_407_977
22024
+
22025
+ LOAD_BALANCING_BLOCKED = 381_442_285
22026
+ end
22027
+
22028
+ # Specifies whether multi-nic in the same network is allowed.
22029
+ module AllowMultiNicInSameNetwork
22030
+ # A value indicating that the enum field is not set.
22031
+ UNDEFINED_ALLOW_MULTI_NIC_IN_SAME_NETWORK = 0
22032
+
22033
+ MULTI_NIC_IN_SAME_NETWORK_ALLOWED = 457_555_419
22034
+
22035
+ MULTI_NIC_IN_SAME_NETWORK_BLOCKED = 273_718_815
22036
+ end
22037
+
22038
+ # Specifies whether Packet Mirroring 1.0 is supported.
22039
+ module AllowPacketMirroring
22040
+ # A value indicating that the enum field is not set.
22041
+ UNDEFINED_ALLOW_PACKET_MIRRORING = 0
22042
+
22043
+ PACKET_MIRRORING_ALLOWED = 92_416_245
22044
+
22045
+ PACKET_MIRRORING_BLOCKED = 445_450_553
22046
+ end
22047
+
22048
+ # Specifies whether private Google access is allowed.
22049
+ module AllowPrivateGoogleAccess
22050
+ # A value indicating that the enum field is not set.
22051
+ UNDEFINED_ALLOW_PRIVATE_GOOGLE_ACCESS = 0
22052
+
22053
+ PRIVATE_GOOGLE_ACCESS_ALLOWED = 220_787_351
22054
+
22055
+ PRIVATE_GOOGLE_ACCESS_BLOCKED = 36_950_747
22056
+ end
22057
+
22058
+ # Specifies whether PSC creation is allowed.
22059
+ module AllowPsc
22060
+ # A value indicating that the enum field is not set.
22061
+ UNDEFINED_ALLOW_PSC = 0
22062
+
22063
+ PSC_ALLOWED = 171_559_657
22064
+
22065
+ PSC_BLOCKED = 524_593_965
22066
+ end
22067
+
22068
+ # Specifies whether unicast within the same network is allowed.
22069
+ module AllowSameNetworkUnicast
22070
+ # A value indicating that the enum field is not set.
22071
+ UNDEFINED_ALLOW_SAME_NETWORK_UNICAST = 0
22072
+
22073
+ SAME_NETWORK_UNICAST_ALLOWED = 159_732_814
22074
+
22075
+ SAME_NETWORK_UNICAST_BLOCKED = 512_767_122
22076
+ end
22077
+
22078
+ # Specifies whether static route creation is allowed.
22079
+ module AllowStaticRoutes
22080
+ # A value indicating that the enum field is not set.
22081
+ UNDEFINED_ALLOW_STATIC_ROUTES = 0
22082
+
22083
+ STATIC_ROUTES_ALLOWED = 409_048_964
22084
+
22085
+ STATIC_ROUTES_BLOCKED = 225_212_360
22086
+ end
22087
+
22088
+ # Specifies whether sub interfaces are allowed.
22089
+ module AllowSubInterfaces
22090
+ # A value indicating that the enum field is not set.
22091
+ UNDEFINED_ALLOW_SUB_INTERFACES = 0
22092
+
22093
+ SUBINTERFACES_ALLOWED = 158_685_891
22094
+
22095
+ SUBINTERFACES_BLOCKED = 511_720_199
22096
+ end
22097
+
22098
+ # Specifies whether VPC peering is allowed.
22099
+ module AllowVpcPeering
22100
+ # A value indicating that the enum field is not set.
22101
+ UNDEFINED_ALLOW_VPC_PEERING = 0
22102
+
22103
+ VPC_PEERING_ALLOWED = 261_465_075
22104
+
22105
+ VPC_PEERING_BLOCKED = 77_628_471
22106
+ end
22107
+
22108
+ # Specifies whether VPN creation is allowed.
22109
+ module AllowVpn
22110
+ # A value indicating that the enum field is not set.
22111
+ UNDEFINED_ALLOW_VPN = 0
22112
+
22113
+ VPN_ALLOWED = 162_163_997
22114
+
22115
+ VPN_BLOCKED = 515_198_305
22116
+ end
22117
+
22118
+ module InterfaceTypes
22119
+ # A value indicating that the enum field is not set.
22120
+ UNDEFINED_INTERFACE_TYPES = 0
22121
+
22122
+ # GVNIC
22123
+ GVNIC = 68_209_305
22124
+
22125
+ # IDPF
22126
+ IDPF = 2_242_641
22127
+
22128
+ # IRDMA
22129
+ IRDMA = 69_927_695
22130
+
22131
+ # MRDMA
22132
+ MRDMA = 73_621_779
22133
+
22134
+ # No type specified.
22135
+ UNSPECIFIED_NIC_TYPE = 67_411_801
22136
+
22137
+ # VIRTIO
22138
+ VIRTIO_NET = 452_123_481
22139
+ end
22140
+
22141
+ module SubnetPurposes
22142
+ # A value indicating that the enum field is not set.
22143
+ UNDEFINED_SUBNET_PURPOSES = 0
22144
+
22145
+ SUBNET_PURPOSE_CUSTOM_HARDWARE = 283_160_275
22146
+
22147
+ SUBNET_PURPOSE_PRIVATE = 404_371_008
22148
+ end
22149
+
22150
+ module SubnetStackTypes
22151
+ # A value indicating that the enum field is not set.
22152
+ UNDEFINED_SUBNET_STACK_TYPES = 0
22153
+
22154
+ SUBNET_STACK_TYPE_IPV4_IPV6 = 41_454_485
22155
+
22156
+ SUBNET_STACK_TYPE_IPV4_ONLY = 41_631_034
22157
+
22158
+ SUBNET_STACK_TYPE_IPV6_ONLY = 98_889_336
22159
+ end
22160
+
22161
+ # Specifies which type of unicast is supported.
22162
+ module Unicast
22163
+ # A value indicating that the enum field is not set.
22164
+ UNDEFINED_UNICAST = 0
22165
+
22166
+ UNICAST_SDN = 379_954_157
22167
+
22168
+ UNICAST_ULL = 379_956_325
22169
+ end
22170
+ end
22171
+
22172
+ # Contains a list of network profiles.
22173
+ # @!attribute [rw] etag
22174
+ # @return [::String]
22175
+ # @!attribute [rw] id
22176
+ # @return [::String]
22177
+ # [Output Only] Unique identifier for the resource; defined by the server.
22178
+ # @!attribute [rw] items
22179
+ # @return [::Array<::Google::Cloud::Compute::V1::NetworkProfile>]
22180
+ # A list of NetworkProfile resources.
22181
+ # @!attribute [rw] kind
22182
+ # @return [::String]
22183
+ # [Output Only] Type of resource. Always compute#networkProfileList for network profiles.
22184
+ # @!attribute [rw] next_page_token
22185
+ # @return [::String]
22186
+ # [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.
22187
+ # @!attribute [rw] self_link
22188
+ # @return [::String]
22189
+ # [Output Only] Server-defined URL for this resource.
22190
+ # @!attribute [rw] unreachables
22191
+ # @return [::Array<::String>]
22192
+ # [Output Only] Unreachable resources. end_interface: MixerListResponseWithEtagBuilder
22193
+ # @!attribute [rw] warning
22194
+ # @return [::Google::Cloud::Compute::V1::Warning]
22195
+ # [Output Only] Informational warning message.
22196
+ class NetworkProfilesListResponse
22197
+ include ::Google::Protobuf::MessageExts
22198
+ extend ::Google::Protobuf::MessageExts::ClassMethods
22199
+ end
22200
+
21567
22201
  # 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.
22202
+ # @!attribute [rw] bgp_always_compare_med
22203
+ # @return [::Boolean]
22204
+ # Enable comparison of Multi-Exit Discriminators (MED) across routes with different neighbor ASNs when using the STANDARD BGP best path selection algorithm.
22205
+ # @!attribute [rw] bgp_best_path_selection_mode
22206
+ # @return [::String]
22207
+ # 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.
22208
+ # Check the BgpBestPathSelectionMode enum for the list of possible values.
22209
+ # @!attribute [rw] bgp_inter_region_cost
22210
+ # @return [::String]
22211
+ # 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.
22212
+ # Check the BgpInterRegionCost enum for the list of possible values.
22213
+ # @!attribute [rw] effective_bgp_always_compare_med
22214
+ # @return [::Boolean]
22215
+ # [Output Only] Effective value of the bgp_always_compare_med field.
22216
+ # @!attribute [rw] effective_bgp_inter_region_cost
22217
+ # @return [::String]
22218
+ # [Output Only] Effective value of the bgp_inter_region_cost field.
22219
+ # Check the EffectiveBgpInterRegionCost enum for the list of possible values.
21568
22220
  # @!attribute [rw] routing_mode
21569
22221
  # @return [::String]
21570
22222
  # 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 +22225,38 @@ module Google
21573
22225
  include ::Google::Protobuf::MessageExts
21574
22226
  extend ::Google::Protobuf::MessageExts::ClassMethods
21575
22227
 
22228
+ # 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.
22229
+ module BgpBestPathSelectionMode
22230
+ # A value indicating that the enum field is not set.
22231
+ UNDEFINED_BGP_BEST_PATH_SELECTION_MODE = 0
22232
+
22233
+ LEGACY = 94_234_569
22234
+
22235
+ STANDARD = 484_642_493
22236
+ end
22237
+
22238
+ # 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.
22239
+ # Additional supported values which may be not listed in the enum directly due to technical reasons:
22240
+ # ADD_COST_TO_MED
22241
+ # DEFAULT
22242
+ module BgpInterRegionCost
22243
+ # A value indicating that the enum field is not set.
22244
+ UNDEFINED_BGP_INTER_REGION_COST = 0
22245
+
22246
+ ADD_COST_TO_MED = 490_583_004
22247
+
22248
+ DEFAULT = 115_302_945
22249
+ end
22250
+
22251
+ # [Output Only] Effective value of the bgp_inter_region_cost field.
22252
+ # Additional supported values which may be not listed in the enum directly due to technical reasons:
22253
+ # ADD_COST_TO_MED
22254
+ # DEFAULT
22255
+ module EffectiveBgpInterRegionCost
22256
+ # A value indicating that the enum field is not set.
22257
+ UNDEFINED_EFFECTIVE_BGP_INTER_REGION_COST = 0
22258
+ end
22259
+
21576
22260
  # 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
22261
  module RoutingMode
21578
22262
  # A value indicating that the enum field is not set.
@@ -23878,13 +24562,13 @@ module Google
23878
24562
  # 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
24563
  # @!attribute [rw] default_route_action
23880
24564
  # @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.
24565
+ # 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
24566
  # @!attribute [rw] default_service
23883
24567
  # @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
24568
+ # 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
24569
  # @!attribute [rw] default_url_redirect
23886
24570
  # @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.
24571
+ # 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
24572
  # @!attribute [rw] description
23889
24573
  # @return [::String]
23890
24574
  # An optional description of this resource. Provide this property when you create the resource.
@@ -23914,13 +24598,13 @@ module Google
23914
24598
  # 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
24599
  # @!attribute [rw] route_action
23916
24600
  # @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.
24601
+ # 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
24602
  # @!attribute [rw] service
23919
24603
  # @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.
24604
+ # 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
24605
  # @!attribute [rw] url_redirect
23922
24606
  # @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.
24607
+ # 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
24608
  class PathRule
23925
24609
  include ::Google::Protobuf::MessageExts
23926
24610
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -23931,7 +24615,7 @@ module Google
23931
24615
  # 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
24616
  # @!attribute [rw] name
23933
24617
  # @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.
24618
+ # 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
24619
  # @!attribute [rw] preserved_state
23936
24620
  # @return [::Google::Cloud::Compute::V1::PreservedState]
23937
24621
  # The intended preserved state for the given instance. Does not contain preserved state generated from a stateful policy.
@@ -24201,7 +24885,7 @@ module Google
24201
24885
  # An optional textual description of the resource.
24202
24886
  # @!attribute [rw] enabled_features
24203
24887
  # @return [::Array<::String>]
24204
- # Restricted features enabled for use on this project.
24888
+ # An optional list of restricted features enabled for use on this project.
24205
24889
  # @!attribute [rw] id
24206
24890
  # @return [::Integer]
24207
24891
  # [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 +24903,7 @@ module Google
24219
24903
  # [Output Only] Server-defined URL for the resource.
24220
24904
  # @!attribute [rw] usage_export_location
24221
24905
  # @return [::Google::Cloud::Compute::V1::UsageExportLocation]
24222
- # The naming prefix for daily usage reports and the Google Cloud Storage bucket where they are stored.
24906
+ # An optional naming prefix for daily usage reports and the Google Cloud Storage bucket where they are stored.
24223
24907
  # @!attribute [rw] vm_dns_setting
24224
24908
  # @return [::String]
24225
24909
  # [Output Only] Default internal DNS setting used by VMs running in this project.
@@ -25249,6 +25933,9 @@ module Google
25249
25933
  # Success is reported, but some results may be missing due to errors
25250
25934
  PARTIAL_SUCCESS = 39_966_469
25251
25935
 
25936
+ # Quota information is not available to client requests (e.g: regions.list).
25937
+ QUOTA_INFO_UNAVAILABLE = 304_294_182
25938
+
25252
25939
  # The user attempted to use a resource that requires a TOS they have not accepted.
25253
25940
  REQUIRED_TOS_AGREEMENT = 3_745_539
25254
25941
 
@@ -25688,6 +26375,14 @@ module Google
25688
26375
  extend ::Google::Protobuf::MessageExts::ClassMethods
25689
26376
  end
25690
26377
 
26378
+ # @!attribute [rw] instances
26379
+ # @return [::Array<::String>]
26380
+ # 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].
26381
+ class RegionInstanceGroupManagersResumeInstancesRequest
26382
+ include ::Google::Protobuf::MessageExts
26383
+ extend ::Google::Protobuf::MessageExts::ClassMethods
26384
+ end
26385
+
25691
26386
  # @!attribute [rw] fingerprint
25692
26387
  # @return [::String]
25693
26388
  # 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 +26402,36 @@ module Google
25707
26402
  extend ::Google::Protobuf::MessageExts::ClassMethods
25708
26403
  end
25709
26404
 
26405
+ # @!attribute [rw] instances
26406
+ # @return [::Array<::String>]
26407
+ # 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].
26408
+ class RegionInstanceGroupManagersStartInstancesRequest
26409
+ include ::Google::Protobuf::MessageExts
26410
+ extend ::Google::Protobuf::MessageExts::ClassMethods
26411
+ end
26412
+
26413
+ # @!attribute [rw] force_stop
26414
+ # @return [::Boolean]
26415
+ # If this flag is set to true, the Instance Group Manager will proceed to stop the instances, skipping initialization on them.
26416
+ # @!attribute [rw] instances
26417
+ # @return [::Array<::String>]
26418
+ # 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].
26419
+ class RegionInstanceGroupManagersStopInstancesRequest
26420
+ include ::Google::Protobuf::MessageExts
26421
+ extend ::Google::Protobuf::MessageExts::ClassMethods
26422
+ end
26423
+
26424
+ # @!attribute [rw] force_suspend
26425
+ # @return [::Boolean]
26426
+ # If this flag is set to true, the Instance Group Manager will proceed to suspend the instances, skipping initialization on them.
26427
+ # @!attribute [rw] instances
26428
+ # @return [::Array<::String>]
26429
+ # 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].
26430
+ class RegionInstanceGroupManagersSuspendInstancesRequest
26431
+ include ::Google::Protobuf::MessageExts
26432
+ extend ::Google::Protobuf::MessageExts::ClassMethods
26433
+ end
26434
+
25710
26435
  # @!attribute [rw] id
25711
26436
  # @return [::String]
25712
26437
  # [Output Only] Unique identifier for the resource; defined by the server.
@@ -26928,7 +27653,7 @@ module Google
26928
27653
  # 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
27654
  # @!attribute [rw] physical_host
26930
27655
  # @return [::String]
26931
- # [Output Only] An opaque ID of the host on which the VM is running.
27656
+ # [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
27657
  # @!attribute [rw] scheduling
26933
27658
  # @return [::Google::Cloud::Compute::V1::ResourceStatusScheduling]
26934
27659
  # @!attribute [rw] upcoming_maintenance
@@ -26964,6 +27689,48 @@ module Google
26964
27689
  extend ::Google::Protobuf::MessageExts::ClassMethods
26965
27690
  end
26966
27691
 
27692
+ # A request message for InstanceGroupManagers.ResumeInstances. See the method description for details.
27693
+ # @!attribute [rw] instance_group_manager
27694
+ # @return [::String]
27695
+ # The name of the managed instance group.
27696
+ # @!attribute [rw] instance_group_managers_resume_instances_request_resource
27697
+ # @return [::Google::Cloud::Compute::V1::InstanceGroupManagersResumeInstancesRequest]
27698
+ # The body resource for this request
27699
+ # @!attribute [rw] project
27700
+ # @return [::String]
27701
+ # Project ID for this request.
27702
+ # @!attribute [rw] request_id
27703
+ # @return [::String]
27704
+ # 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).
27705
+ # @!attribute [rw] zone
27706
+ # @return [::String]
27707
+ # The name of the zone where the managed instance group is located.
27708
+ class ResumeInstancesInstanceGroupManagerRequest
27709
+ include ::Google::Protobuf::MessageExts
27710
+ extend ::Google::Protobuf::MessageExts::ClassMethods
27711
+ end
27712
+
27713
+ # A request message for RegionInstanceGroupManagers.ResumeInstances. See the method description for details.
27714
+ # @!attribute [rw] instance_group_manager
27715
+ # @return [::String]
27716
+ # Name of the managed instance group.
27717
+ # @!attribute [rw] project
27718
+ # @return [::String]
27719
+ # Project ID for this request.
27720
+ # @!attribute [rw] region
27721
+ # @return [::String]
27722
+ # Name of the region scoping this request.
27723
+ # @!attribute [rw] region_instance_group_managers_resume_instances_request_resource
27724
+ # @return [::Google::Cloud::Compute::V1::RegionInstanceGroupManagersResumeInstancesRequest]
27725
+ # The body resource for this request
27726
+ # @!attribute [rw] request_id
27727
+ # @return [::String]
27728
+ # 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).
27729
+ class ResumeInstancesRegionInstanceGroupManagerRequest
27730
+ include ::Google::Protobuf::MessageExts
27731
+ extend ::Google::Protobuf::MessageExts::ClassMethods
27732
+ end
27733
+
26967
27734
  # 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
27735
  # @!attribute [rw] as_paths
26969
27736
  # @return [::Array<::Google::Cloud::Compute::V1::RouteAsPath>]
@@ -27001,12 +27768,22 @@ module Google
27001
27768
  # @!attribute [rw] next_hop_instance
27002
27769
  # @return [::String]
27003
27770
  # 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/
27771
+ # @!attribute [rw] next_hop_inter_region_cost
27772
+ # @return [::Integer]
27773
+ # [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
27774
  # @!attribute [rw] next_hop_ip
27005
27775
  # @return [::String]
27006
27776
  # 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.
27777
+ # @!attribute [rw] next_hop_med
27778
+ # @return [::Integer]
27779
+ # [Output Only] Multi-Exit Discriminator, a BGP route metric that indicates the desirability of a particular route in a network.
27007
27780
  # @!attribute [rw] next_hop_network
27008
27781
  # @return [::String]
27009
27782
  # The URL of the local network if it should handle matching packets.
27783
+ # @!attribute [rw] next_hop_origin
27784
+ # @return [::String]
27785
+ # [Output Only] Indicates the origin of the route. Can be IGP (Interior Gateway Protocol), EGP (Exterior Gateway Protocol), or INCOMPLETE.
27786
+ # Check the NextHopOrigin enum for the list of possible values.
27010
27787
  # @!attribute [rw] next_hop_peering
27011
27788
  # @return [::String]
27012
27789
  # [Output Only] The network peering name that should handle matching packets, which should conform to RFC1035.
@@ -27037,6 +27814,18 @@ module Google
27037
27814
  include ::Google::Protobuf::MessageExts
27038
27815
  extend ::Google::Protobuf::MessageExts::ClassMethods
27039
27816
 
27817
+ # [Output Only] Indicates the origin of the route. Can be IGP (Interior Gateway Protocol), EGP (Exterior Gateway Protocol), or INCOMPLETE.
27818
+ module NextHopOrigin
27819
+ # A value indicating that the enum field is not set.
27820
+ UNDEFINED_NEXT_HOP_ORIGIN = 0
27821
+
27822
+ EGP = 68_590
27823
+
27824
+ IGP = 72_434
27825
+
27826
+ INCOMPLETE = 11_941_214
27827
+ end
27828
+
27040
27829
  # [Output only] The status of the route.
27041
27830
  module RouteStatus
27042
27831
  # A value indicating that the enum field is not set.
@@ -28868,7 +29657,7 @@ module Google
28868
29657
  # Action to take for requests that are under the configured rate limit threshold. Valid option is "allow" only.
28869
29658
  # @!attribute [rw] enforce_on_key
28870
29659
  # @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.
29660
+ # 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
29661
  # Check the EnforceOnKey enum for the list of possible values.
28873
29662
  # @!attribute [rw] enforce_on_key_configs
28874
29663
  # @return [::Array<::Google::Cloud::Compute::V1::SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig>]
@@ -28889,7 +29678,7 @@ module Google
28889
29678
  include ::Google::Protobuf::MessageExts
28890
29679
  extend ::Google::Protobuf::MessageExts::ClassMethods
28891
29680
 
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.
29681
+ # 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
29682
  module EnforceOnKey
28894
29683
  # A value indicating that the enum field is not set.
28895
29684
  UNDEFINED_ENFORCE_ON_KEY = 0
@@ -28910,6 +29699,8 @@ module Google
28910
29699
 
28911
29700
  TLS_JA3_FINGERPRINT = 327_127_933
28912
29701
 
29702
+ TLS_JA4_FINGERPRINT = 33_724_926
29703
+
28913
29704
  USER_IP = 34_009_627
28914
29705
 
28915
29706
  XFF_IP = 438_707_118
@@ -28921,13 +29712,13 @@ module Google
28921
29712
  # 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
29713
  # @!attribute [rw] enforce_on_key_type
28923
29714
  # @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.
29715
+ # 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
29716
  # Check the EnforceOnKeyType enum for the list of possible values.
28926
29717
  class SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig
28927
29718
  include ::Google::Protobuf::MessageExts
28928
29719
  extend ::Google::Protobuf::MessageExts::ClassMethods
28929
29720
 
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.
29721
+ # 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
29722
  module EnforceOnKeyType
28932
29723
  # A value indicating that the enum field is not set.
28933
29724
  UNDEFINED_ENFORCE_ON_KEY_TYPE = 0
@@ -28948,6 +29739,8 @@ module Google
28948
29739
 
28949
29740
  TLS_JA3_FINGERPRINT = 327_127_933
28950
29741
 
29742
+ TLS_JA4_FINGERPRINT = 33_724_926
29743
+
28951
29744
  USER_IP = 34_009_627
28952
29745
 
28953
29746
  XFF_IP = 438_707_118
@@ -30285,6 +31078,27 @@ module Google
30285
31078
  extend ::Google::Protobuf::MessageExts::ClassMethods
30286
31079
  end
30287
31080
 
31081
+ # A request message for RegionSecurityPolicies.SetLabels. See the method description for details.
31082
+ # @!attribute [rw] project
31083
+ # @return [::String]
31084
+ # Project ID for this request.
31085
+ # @!attribute [rw] region
31086
+ # @return [::String]
31087
+ # The region for this request.
31088
+ # @!attribute [rw] region_set_labels_request_resource
31089
+ # @return [::Google::Cloud::Compute::V1::RegionSetLabelsRequest]
31090
+ # The body resource for this request
31091
+ # @!attribute [rw] request_id
31092
+ # @return [::String]
31093
+ # 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).
31094
+ # @!attribute [rw] resource
31095
+ # @return [::String]
31096
+ # Name or id of the resource for this request.
31097
+ class SetLabelsRegionSecurityPolicyRequest
31098
+ include ::Google::Protobuf::MessageExts
31099
+ extend ::Google::Protobuf::MessageExts::ClassMethods
31100
+ end
31101
+
30288
31102
  # A request message for SecurityPolicies.SetLabels. See the method description for details.
30289
31103
  # @!attribute [rw] global_set_labels_request_resource
30290
31104
  # @return [::Google::Cloud::Compute::V1::GlobalSetLabelsRequest]
@@ -32002,6 +32816,48 @@ module Google
32002
32816
  extend ::Google::Protobuf::MessageExts::ClassMethods
32003
32817
  end
32004
32818
 
32819
+ # A request message for InstanceGroupManagers.StartInstances. See the method description for details.
32820
+ # @!attribute [rw] instance_group_manager
32821
+ # @return [::String]
32822
+ # The name of the managed instance group.
32823
+ # @!attribute [rw] instance_group_managers_start_instances_request_resource
32824
+ # @return [::Google::Cloud::Compute::V1::InstanceGroupManagersStartInstancesRequest]
32825
+ # The body resource for this request
32826
+ # @!attribute [rw] project
32827
+ # @return [::String]
32828
+ # Project ID for this request.
32829
+ # @!attribute [rw] request_id
32830
+ # @return [::String]
32831
+ # 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).
32832
+ # @!attribute [rw] zone
32833
+ # @return [::String]
32834
+ # The name of the zone where the managed instance group is located.
32835
+ class StartInstancesInstanceGroupManagerRequest
32836
+ include ::Google::Protobuf::MessageExts
32837
+ extend ::Google::Protobuf::MessageExts::ClassMethods
32838
+ end
32839
+
32840
+ # A request message for RegionInstanceGroupManagers.StartInstances. See the method description for details.
32841
+ # @!attribute [rw] instance_group_manager
32842
+ # @return [::String]
32843
+ # Name of the managed instance group.
32844
+ # @!attribute [rw] project
32845
+ # @return [::String]
32846
+ # Project ID for this request.
32847
+ # @!attribute [rw] region
32848
+ # @return [::String]
32849
+ # Name of the region scoping this request.
32850
+ # @!attribute [rw] region_instance_group_managers_start_instances_request_resource
32851
+ # @return [::Google::Cloud::Compute::V1::RegionInstanceGroupManagersStartInstancesRequest]
32852
+ # The body resource for this request
32853
+ # @!attribute [rw] request_id
32854
+ # @return [::String]
32855
+ # 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).
32856
+ class StartInstancesRegionInstanceGroupManagerRequest
32857
+ include ::Google::Protobuf::MessageExts
32858
+ extend ::Google::Protobuf::MessageExts::ClassMethods
32859
+ end
32860
+
32005
32861
  # A request message for Instances.StartWithEncryptionKey. See the method description for details.
32006
32862
  # @!attribute [rw] instance
32007
32863
  # @return [::String]
@@ -32218,6 +33074,48 @@ module Google
32218
33074
  extend ::Google::Protobuf::MessageExts::ClassMethods
32219
33075
  end
32220
33076
 
33077
+ # A request message for InstanceGroupManagers.StopInstances. See the method description for details.
33078
+ # @!attribute [rw] instance_group_manager
33079
+ # @return [::String]
33080
+ # The name of the managed instance group.
33081
+ # @!attribute [rw] instance_group_managers_stop_instances_request_resource
33082
+ # @return [::Google::Cloud::Compute::V1::InstanceGroupManagersStopInstancesRequest]
33083
+ # The body resource for this request
33084
+ # @!attribute [rw] project
33085
+ # @return [::String]
33086
+ # Project ID for this request.
33087
+ # @!attribute [rw] request_id
33088
+ # @return [::String]
33089
+ # 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).
33090
+ # @!attribute [rw] zone
33091
+ # @return [::String]
33092
+ # The name of the zone where the managed instance group is located.
33093
+ class StopInstancesInstanceGroupManagerRequest
33094
+ include ::Google::Protobuf::MessageExts
33095
+ extend ::Google::Protobuf::MessageExts::ClassMethods
33096
+ end
33097
+
33098
+ # A request message for RegionInstanceGroupManagers.StopInstances. See the method description for details.
33099
+ # @!attribute [rw] instance_group_manager
33100
+ # @return [::String]
33101
+ # The name of the managed instance group.
33102
+ # @!attribute [rw] project
33103
+ # @return [::String]
33104
+ # Project ID for this request.
33105
+ # @!attribute [rw] region
33106
+ # @return [::String]
33107
+ # Name of the region scoping this request.
33108
+ # @!attribute [rw] region_instance_group_managers_stop_instances_request_resource
33109
+ # @return [::Google::Cloud::Compute::V1::RegionInstanceGroupManagersStopInstancesRequest]
33110
+ # The body resource for this request
33111
+ # @!attribute [rw] request_id
33112
+ # @return [::String]
33113
+ # 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).
33114
+ class StopInstancesRegionInstanceGroupManagerRequest
33115
+ include ::Google::Protobuf::MessageExts
33116
+ extend ::Google::Protobuf::MessageExts::ClassMethods
33117
+ end
33118
+
32221
33119
  # Represents a zonal storage pool resource.
32222
33120
  # @!attribute [rw] capacity_provisioning_type
32223
33121
  # @return [::String]
@@ -32714,7 +33612,7 @@ module Google
32714
33612
  # Check the PrivateIpv6GoogleAccess enum for the list of possible values.
32715
33613
  # @!attribute [rw] purpose
32716
33614
  # @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.
33615
+ # 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
33616
  # Check the Purpose enum for the list of possible values.
32719
33617
  # @!attribute [rw] region
32720
33618
  # @return [::String]
@@ -32773,7 +33671,7 @@ module Google
32773
33671
  ENABLE_OUTBOUND_VM_ACCESS_TO_GOOGLE = 288_210_263
32774
33672
  end
32775
33673
 
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.
33674
+ # 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
33675
  module Purpose
32778
33676
  # A value indicating that the enum field is not set.
32779
33677
  UNDEFINED_PURPOSE = 0
@@ -32784,6 +33682,9 @@ module Google
32784
33682
  # Subnet reserved for Internal HTTP(S) Load Balancing. This is a legacy purpose, please use REGIONAL_MANAGED_PROXY instead.
32785
33683
  INTERNAL_HTTPS_LOAD_BALANCER = 248_748_889
32786
33684
 
33685
+ # 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).
33686
+ PEER_MIGRATION = 491_902_225
33687
+
32787
33688
  # Regular user created or automatically created subnet.
32788
33689
  PRIVATE = 403_485_027
32789
33690
 
@@ -33040,6 +33941,48 @@ module Google
33040
33941
  extend ::Google::Protobuf::MessageExts::ClassMethods
33041
33942
  end
33042
33943
 
33944
+ # A request message for InstanceGroupManagers.SuspendInstances. See the method description for details.
33945
+ # @!attribute [rw] instance_group_manager
33946
+ # @return [::String]
33947
+ # The name of the managed instance group.
33948
+ # @!attribute [rw] instance_group_managers_suspend_instances_request_resource
33949
+ # @return [::Google::Cloud::Compute::V1::InstanceGroupManagersSuspendInstancesRequest]
33950
+ # The body resource for this request
33951
+ # @!attribute [rw] project
33952
+ # @return [::String]
33953
+ # Project ID for this request.
33954
+ # @!attribute [rw] request_id
33955
+ # @return [::String]
33956
+ # 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).
33957
+ # @!attribute [rw] zone
33958
+ # @return [::String]
33959
+ # The name of the zone where the managed instance group is located.
33960
+ class SuspendInstancesInstanceGroupManagerRequest
33961
+ include ::Google::Protobuf::MessageExts
33962
+ extend ::Google::Protobuf::MessageExts::ClassMethods
33963
+ end
33964
+
33965
+ # A request message for RegionInstanceGroupManagers.SuspendInstances. See the method description for details.
33966
+ # @!attribute [rw] instance_group_manager
33967
+ # @return [::String]
33968
+ # Name of the managed instance group.
33969
+ # @!attribute [rw] project
33970
+ # @return [::String]
33971
+ # Project ID for this request.
33972
+ # @!attribute [rw] region
33973
+ # @return [::String]
33974
+ # Name of the region scoping this request.
33975
+ # @!attribute [rw] region_instance_group_managers_suspend_instances_request_resource
33976
+ # @return [::Google::Cloud::Compute::V1::RegionInstanceGroupManagersSuspendInstancesRequest]
33977
+ # The body resource for this request
33978
+ # @!attribute [rw] request_id
33979
+ # @return [::String]
33980
+ # 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).
33981
+ class SuspendInstancesRegionInstanceGroupManagerRequest
33982
+ include ::Google::Protobuf::MessageExts
33983
+ extend ::Google::Protobuf::MessageExts::ClassMethods
33984
+ end
33985
+
33043
33986
  # A request message for Networks.SwitchToCustomMode. See the method description for details.
33044
33987
  # @!attribute [rw] network
33045
33988
  # @return [::String]
@@ -33333,7 +34276,7 @@ module Google
33333
34276
  extend ::Google::Protobuf::MessageExts::ClassMethods
33334
34277
  end
33335
34278
 
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.
34279
+ # 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
34280
  # @!attribute [rw] authorization_policy
33338
34281
  # @return [::String]
33339
34282
  # 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.
@@ -33379,7 +34322,7 @@ module Google
33379
34322
  # Optional. A URL referring to a networksecurity.ServerTlsPolicy resource that describes how the proxy should authenticate inbound traffic. serverTlsPolicy only applies to a global TargetHttpsProxy attached to globalForwardingRules with the loadBalancingScheme set to INTERNAL_SELF_MANAGED or EXTERNAL or EXTERNAL_MANAGED. For details which ServerTlsPolicy resources are accepted with INTERNAL_SELF_MANAGED and which with EXTERNAL, EXTERNAL_MANAGED loadBalancingScheme consult ServerTlsPolicy documentation. If left blank, communications are not encrypted.
33380
34323
  # @!attribute [rw] ssl_certificates
33381
34324
  # @return [::Array<::String>]
33382
- # URLs to SslCertificate resources that are used to authenticate connections between users and the load balancer. At least one SSL certificate must be specified. SslCertificates do not apply when the load balancing scheme is set to INTERNAL_SELF_MANAGED. The URLs should refer to a SSL Certificate resource or Certificate Manager Certificate resource. Mixing Classic Certificates and Certificate Manager Certificates is not allowed. Certificate Manager Certificates must include the certificatemanager API. Certificate Manager Certificates are not supported by Global external Application Load Balancer or Classic Application Load Balancer, use certificate_map instead. Currently, you may specify up to 15 Classic SSL Certificates. Certificate Manager Certificates accepted formats are: - //certificatemanager.googleapis.com/projects/\\{project}/locations/{ location}/certificates/\\{resourceName}. - https://certificatemanager.googleapis.com/v1alpha1/projects/\\{project }/locations/\\{location}/certificates/\\{resourceName}.
34325
+ # URLs to SslCertificate resources that are used to authenticate connections between users and the load balancer. At least one SSL certificate must be specified. SslCertificates do not apply when the load balancing scheme is set to INTERNAL_SELF_MANAGED. The URLs should refer to a SSL Certificate resource or Certificate Manager Certificate resource. Mixing Classic Certificates and Certificate Manager Certificates is not allowed. Certificate Manager Certificates must include the certificatemanager API namespace. Using Certificate Manager Certificates in this field is not supported by Global external Application Load Balancer or Classic Application Load Balancer, use certificate_map instead. Currently, you may specify up to 15 Classic SSL Certificates or up to 100 Certificate Manager Certificates. Certificate Manager Certificates accepted formats are: - //certificatemanager.googleapis.com/projects/\\{project}/locations/{ location}/certificates/\\{resourceName}. - https://certificatemanager.googleapis.com/v1alpha1/projects/\\{project }/locations/\\{location}/certificates/\\{resourceName}.
33383
34326
  # @!attribute [rw] ssl_policy
33384
34327
  # @return [::String]
33385
34328
  # URL of SslPolicy resource that will be associated with the TargetHttpsProxy resource. If not set, the TargetHttpsProxy resource has no SSL policy configured.
@@ -33422,6 +34365,9 @@ module Google
33422
34365
 
33423
34366
  # 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
34367
  STRICT = 308_826_825
34368
+
34369
+ # 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.
34370
+ UNRESTRICTED = 457_266_100
33425
34371
  end
33426
34372
  end
33427
34373
 
@@ -35353,13 +36299,13 @@ module Google
35353
36299
  # 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
36300
  # @!attribute [rw] default_route_action
35355
36301
  # @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.
36302
+ # 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
36303
  # @!attribute [rw] default_service
35358
36304
  # @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.
36305
+ # 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
36306
  # @!attribute [rw] default_url_redirect
35361
36307
  # @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.
36308
+ # 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
36309
  # @!attribute [rw] description
35364
36310
  # @return [::String]
35365
36311
  # An optional description of this resource. Provide this property when you create the resource.
@@ -35598,7 +36544,7 @@ module Google
35598
36544
  # Network URL.
35599
36545
  # @!attribute [rw] purpose
35600
36546
  # @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.
36547
+ # 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
36548
  # Check the Purpose enum for the list of possible values.
35603
36549
  # @!attribute [rw] role
35604
36550
  # @return [::String]
@@ -35630,7 +36576,7 @@ module Google
35630
36576
  INTERNAL = 279_295_677
35631
36577
  end
35632
36578
 
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.
36579
+ # 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
36580
  module Purpose
35635
36581
  # A value indicating that the enum field is not set.
35636
36582
  UNDEFINED_PURPOSE = 0
@@ -35641,6 +36587,9 @@ module Google
35641
36587
  # Subnet reserved for Internal HTTP(S) Load Balancing. This is a legacy purpose, please use REGIONAL_MANAGED_PROXY instead.
35642
36588
  INTERNAL_HTTPS_LOAD_BALANCER = 248_748_889
35643
36589
 
36590
+ # 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).
36591
+ PEER_MIGRATION = 491_902_225
36592
+
35644
36593
  # Regular user created or automatically created subnet.
35645
36594
  PRIVATE = 403_485_027
35646
36595
 
@@ -36454,6 +37403,9 @@ module Google
36454
37403
  # Success is reported, but some results may be missing due to errors
36455
37404
  PARTIAL_SUCCESS = 39_966_469
36456
37405
 
37406
+ # Quota information is not available to client requests (e.g: regions.list).
37407
+ QUOTA_INFO_UNAVAILABLE = 304_294_182
37408
+
36457
37409
  # The user attempted to use a resource that requires a TOS they have not accepted.
36458
37410
  REQUIRED_TOS_AGREEMENT = 3_745_539
36459
37411
 
@@ -36559,6 +37511,9 @@ module Google
36559
37511
  # Success is reported, but some results may be missing due to errors
36560
37512
  PARTIAL_SUCCESS = 39_966_469
36561
37513
 
37514
+ # Quota information is not available to client requests (e.g: regions.list).
37515
+ QUOTA_INFO_UNAVAILABLE = 304_294_182
37516
+
36562
37517
  # The user attempted to use a resource that requires a TOS they have not accepted.
36563
37518
  REQUIRED_TOS_AGREEMENT = 3_745_539
36564
37519