google-cloud-compute-v1 1.2.0 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (33) hide show
  1. checksums.yaml +4 -4
  2. data/lib/google/cloud/compute/v1/compute_pb.rb +577 -1
  3. data/lib/google/cloud/compute/v1/disks/rest/client.rb +1 -1
  4. data/lib/google/cloud/compute/v1/firewall_policies/rest/service_stub.rb +1 -1
  5. data/lib/google/cloud/compute/v1/instances/rest/client.rb +3 -1
  6. data/lib/google/cloud/compute/v1/network_edge_security_services/credentials.rb +52 -0
  7. data/lib/google/cloud/compute/v1/network_edge_security_services/rest/client.rb +679 -0
  8. data/lib/google/cloud/compute/v1/network_edge_security_services/rest/service_stub.rb +279 -0
  9. data/lib/google/cloud/compute/v1/network_edge_security_services/rest.rb +33 -0
  10. data/lib/google/cloud/compute/v1/network_edge_security_services.rb +44 -0
  11. data/lib/google/cloud/compute/v1/network_firewall_policies/credentials.rb +52 -0
  12. data/lib/google/cloud/compute/v1/network_firewall_policies/rest/client.rb +1552 -0
  13. data/lib/google/cloud/compute/v1/network_firewall_policies/rest/service_stub.rb +778 -0
  14. data/lib/google/cloud/compute/v1/network_firewall_policies/rest.rb +33 -0
  15. data/lib/google/cloud/compute/v1/network_firewall_policies.rb +44 -0
  16. data/lib/google/cloud/compute/v1/region_network_firewall_policies/credentials.rb +52 -0
  17. data/lib/google/cloud/compute/v1/region_network_firewall_policies/rest/client.rb +1670 -0
  18. data/lib/google/cloud/compute/v1/region_network_firewall_policies/rest/service_stub.rb +823 -0
  19. data/lib/google/cloud/compute/v1/region_network_firewall_policies/rest.rb +33 -0
  20. data/lib/google/cloud/compute/v1/region_network_firewall_policies.rb +44 -0
  21. data/lib/google/cloud/compute/v1/region_security_policies/credentials.rb +52 -0
  22. data/lib/google/cloud/compute/v1/region_security_policies/rest/client.rb +676 -0
  23. data/lib/google/cloud/compute/v1/region_security_policies/rest/service_stub.rb +276 -0
  24. data/lib/google/cloud/compute/v1/region_security_policies/rest.rb +33 -0
  25. data/lib/google/cloud/compute/v1/region_security_policies.rb +44 -0
  26. data/lib/google/cloud/compute/v1/region_target_https_proxies/rest/client.rb +87 -0
  27. data/lib/google/cloud/compute/v1/region_target_https_proxies/rest/service_stub.rb +46 -0
  28. data/lib/google/cloud/compute/v1/security_policies/rest/client.rb +86 -0
  29. data/lib/google/cloud/compute/v1/security_policies/rest/service_stub.rb +50 -0
  30. data/lib/google/cloud/compute/v1/version.rb +1 -1
  31. data/lib/google/cloud/compute/v1.rb +4 -0
  32. data/proto_docs/google/cloud/compute/v1/compute.rb +1562 -65
  33. metadata +22 -2
@@ -296,6 +296,51 @@ module Google
296
296
  extend ::Google::Protobuf::MessageExts::ClassMethods
297
297
  end
298
298
 
299
+ # A request message for NetworkFirewallPolicies.AddAssociation. See the method description for details.
300
+ # @!attribute [rw] firewall_policy
301
+ # @return [::String]
302
+ # Name of the firewall policy to update.
303
+ # @!attribute [rw] firewall_policy_association_resource
304
+ # @return [::Google::Cloud::Compute::V1::FirewallPolicyAssociation]
305
+ # The body resource for this request
306
+ # @!attribute [rw] project
307
+ # @return [::String]
308
+ # Project ID for this request.
309
+ # @!attribute [rw] replace_existing_association
310
+ # @return [::Boolean]
311
+ # Indicates whether or not to replace it if an association of the attachment already exists. This is false by default, in which case an error will be returned if an association already exists.
312
+ # @!attribute [rw] request_id
313
+ # @return [::String]
314
+ # 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).
315
+ class AddAssociationNetworkFirewallPolicyRequest
316
+ include ::Google::Protobuf::MessageExts
317
+ extend ::Google::Protobuf::MessageExts::ClassMethods
318
+ end
319
+
320
+ # A request message for RegionNetworkFirewallPolicies.AddAssociation. See the method description for details.
321
+ # @!attribute [rw] firewall_policy
322
+ # @return [::String]
323
+ # Name of the firewall policy to update.
324
+ # @!attribute [rw] firewall_policy_association_resource
325
+ # @return [::Google::Cloud::Compute::V1::FirewallPolicyAssociation]
326
+ # The body resource for this request
327
+ # @!attribute [rw] project
328
+ # @return [::String]
329
+ # Project ID for this request.
330
+ # @!attribute [rw] region
331
+ # @return [::String]
332
+ # Name of the region scoping this request.
333
+ # @!attribute [rw] replace_existing_association
334
+ # @return [::Boolean]
335
+ # Indicates whether or not to replace it if an association already exists. This is false by default, in which case an error will be returned if an association already exists.
336
+ # @!attribute [rw] request_id
337
+ # @return [::String]
338
+ # 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).
339
+ class AddAssociationRegionNetworkFirewallPolicyRequest
340
+ include ::Google::Protobuf::MessageExts
341
+ extend ::Google::Protobuf::MessageExts::ClassMethods
342
+ end
343
+
299
344
  # A request message for TargetPools.AddHealthCheck. See the method description for details.
300
345
  # @!attribute [rw] project
301
346
  # @return [::String]
@@ -476,6 +521,57 @@ module Google
476
521
  extend ::Google::Protobuf::MessageExts::ClassMethods
477
522
  end
478
523
 
524
+ # A request message for NetworkFirewallPolicies.AddRule. See the method description for details.
525
+ # @!attribute [rw] firewall_policy
526
+ # @return [::String]
527
+ # Name of the firewall policy to update.
528
+ # @!attribute [rw] firewall_policy_rule_resource
529
+ # @return [::Google::Cloud::Compute::V1::FirewallPolicyRule]
530
+ # The body resource for this request
531
+ # @!attribute [rw] max_priority
532
+ # @return [::Integer]
533
+ # When rule.priority is not specified, auto choose a unused priority between minPriority and maxPriority>. This field is exclusive with rule.priority.
534
+ # @!attribute [rw] min_priority
535
+ # @return [::Integer]
536
+ # When rule.priority is not specified, auto choose a unused priority between minPriority and maxPriority>. This field is exclusive with rule.priority.
537
+ # @!attribute [rw] project
538
+ # @return [::String]
539
+ # Project ID for this request.
540
+ # @!attribute [rw] request_id
541
+ # @return [::String]
542
+ # 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).
543
+ class AddRuleNetworkFirewallPolicyRequest
544
+ include ::Google::Protobuf::MessageExts
545
+ extend ::Google::Protobuf::MessageExts::ClassMethods
546
+ end
547
+
548
+ # A request message for RegionNetworkFirewallPolicies.AddRule. See the method description for details.
549
+ # @!attribute [rw] firewall_policy
550
+ # @return [::String]
551
+ # Name of the firewall policy to update.
552
+ # @!attribute [rw] firewall_policy_rule_resource
553
+ # @return [::Google::Cloud::Compute::V1::FirewallPolicyRule]
554
+ # The body resource for this request
555
+ # @!attribute [rw] max_priority
556
+ # @return [::Integer]
557
+ # When rule.priority is not specified, auto choose a unused priority between minPriority and maxPriority>. This field is exclusive with rule.priority.
558
+ # @!attribute [rw] min_priority
559
+ # @return [::Integer]
560
+ # When rule.priority is not specified, auto choose a unused priority between minPriority and maxPriority>. This field is exclusive with rule.priority.
561
+ # @!attribute [rw] project
562
+ # @return [::String]
563
+ # Project ID for this request.
564
+ # @!attribute [rw] region
565
+ # @return [::String]
566
+ # Name of the region scoping this request.
567
+ # @!attribute [rw] request_id
568
+ # @return [::String]
569
+ # 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).
570
+ class AddRuleRegionNetworkFirewallPolicyRequest
571
+ include ::Google::Protobuf::MessageExts
572
+ extend ::Google::Protobuf::MessageExts::ClassMethods
573
+ end
574
+
479
575
  # A request message for SecurityPolicies.AddRule. See the method description for details.
480
576
  # @!attribute [rw] project
481
577
  # @return [::String]
@@ -1138,6 +1234,33 @@ module Google
1138
1234
  extend ::Google::Protobuf::MessageExts::ClassMethods
1139
1235
  end
1140
1236
 
1237
+ # A request message for NetworkEdgeSecurityServices.AggregatedList. See the method description for details.
1238
+ # @!attribute [rw] filter
1239
+ # @return [::String]
1240
+ # A filter expression that filters resources listed in the response. The 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 `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. 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) ```
1241
+ # @!attribute [rw] include_all_scopes
1242
+ # @return [::Boolean]
1243
+ # 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.
1244
+ # @!attribute [rw] max_results
1245
+ # @return [::Integer]
1246
+ # 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`)
1247
+ # @!attribute [rw] order_by
1248
+ # @return [::String]
1249
+ # 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.
1250
+ # @!attribute [rw] page_token
1251
+ # @return [::String]
1252
+ # Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
1253
+ # @!attribute [rw] project
1254
+ # @return [::String]
1255
+ # Name of the project scoping this request.
1256
+ # @!attribute [rw] return_partial_success
1257
+ # @return [::Boolean]
1258
+ # Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
1259
+ class AggregatedListNetworkEdgeSecurityServicesRequest
1260
+ include ::Google::Protobuf::MessageExts
1261
+ extend ::Google::Protobuf::MessageExts::ClassMethods
1262
+ end
1263
+
1141
1264
  # A request message for NetworkEndpointGroups.AggregatedList. See the method description for details.
1142
1265
  # @!attribute [rw] filter
1143
1266
  # @return [::String]
@@ -1408,6 +1531,33 @@ module Google
1408
1531
  extend ::Google::Protobuf::MessageExts::ClassMethods
1409
1532
  end
1410
1533
 
1534
+ # A request message for SecurityPolicies.AggregatedList. See the method description for details.
1535
+ # @!attribute [rw] filter
1536
+ # @return [::String]
1537
+ # A filter expression that filters resources listed in the response. The 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 `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. 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) ```
1538
+ # @!attribute [rw] include_all_scopes
1539
+ # @return [::Boolean]
1540
+ # 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.
1541
+ # @!attribute [rw] max_results
1542
+ # @return [::Integer]
1543
+ # 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`)
1544
+ # @!attribute [rw] order_by
1545
+ # @return [::String]
1546
+ # 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.
1547
+ # @!attribute [rw] page_token
1548
+ # @return [::String]
1549
+ # Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
1550
+ # @!attribute [rw] project
1551
+ # @return [::String]
1552
+ # Name of the project scoping this request.
1553
+ # @!attribute [rw] return_partial_success
1554
+ # @return [::Boolean]
1555
+ # Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
1556
+ class AggregatedListSecurityPoliciesRequest
1557
+ include ::Google::Protobuf::MessageExts
1558
+ extend ::Google::Protobuf::MessageExts::ClassMethods
1559
+ end
1560
+
1411
1561
  # A request message for ServiceAttachments.AggregatedList. See the method description for details.
1412
1562
  # @!attribute [rw] filter
1413
1563
  # @return [::String]
@@ -1761,6 +1911,9 @@ module Google
1761
1911
  end
1762
1912
 
1763
1913
  # This reservation type allows to pre allocate specific instance configuration. Next ID: 5
1914
+ # @!attribute [rw] assured_count
1915
+ # @return [::Integer]
1916
+ # [Output Only] Indicates how many instances are actually usable currently.
1764
1917
  # @!attribute [rw] count
1765
1918
  # @return [::Integer]
1766
1919
  # Specifies the number of resources that are allocated.
@@ -2785,6 +2938,9 @@ module Google
2785
2938
  # @return [::String]
2786
2939
  # Specifies the load balancer type. A backend service created for one type of load balancer cannot be used with another. For more information, refer to Choosing a load balancer.
2787
2940
  # Check the LoadBalancingScheme enum for the list of possible values.
2941
+ # @!attribute [rw] locality_lb_policies
2942
+ # @return [::Array<::Google::Cloud::Compute::V1::BackendServiceLocalityLoadBalancingPolicyConfig>]
2943
+ # A list of locality load balancing policies to be used in order of preference. Either the policy or the customPolicy field should be set. Overrides any value set in the localityLbPolicy field. localityLbPolicies is only supported when the BackendService is referenced by a URL Map that is referenced by a target gRPC proxy that has the validateForProxyless field set to true.
2788
2944
  # @!attribute [rw] locality_lb_policy
2789
2945
  # @return [::String]
2790
2946
  # The load balancing algorithm used within the scope of the locality. The possible values are: - ROUND_ROBIN: This is a simple policy in which each healthy backend is selected in round robin order. This is the default. - LEAST_REQUEST: An O(1) algorithm which selects two random healthy hosts and picks the host which has fewer active requests. - RING_HASH: The ring/modulo hash load balancer implements consistent hashing to backends. The algorithm has the property that the addition/removal of a host from a set of N hosts only affects 1/N of the requests. - RANDOM: The load balancer selects a random healthy host. - ORIGINAL_DESTINATION: Backend host is selected based on the client connection metadata, i.e., connections are opened to the same address as the destination address of the incoming connection before the connection was redirected to the load balancer. - MAGLEV: used as a drop in replacement for the ring hash load balancer. Maglev is not as stable as ring hash but has faster table lookup build times and host selection times. For more information about Maglev, see https://ai.google/research/pubs/pub44824 This field is applicable to either: - A regional backend service with the service_protocol set to HTTP, HTTPS, or HTTP2, and load_balancing_scheme set to INTERNAL_MANAGED. - A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED. If sessionAffinity is not NONE, and this field is not set to MAGLEV or RING_HASH, session affinity settings will not take effect. Only ROUND_ROBIN and RING_HASH are supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
@@ -2834,7 +2990,7 @@ module Google
2834
2990
  # @return [::Google::Cloud::Compute::V1::Subsetting]
2835
2991
  # @!attribute [rw] timeout_sec
2836
2992
  # @return [::Integer]
2837
- # Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true. Instead, use maxStreamDuration.
2993
+ # The backend service timeout has a different meaning depending on the type of load balancer. For more information see, Backend service settings. The default is 30 seconds. The full range of timeout values allowed goes from 1 through 2,147,483,647 seconds. This value can be overridden in the PathMatcher configuration of the UrlMap that references this backend service. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true. Instead, use maxStreamDuration.
2838
2994
  class BackendService
2839
2995
  include ::Google::Protobuf::MessageExts
2840
2996
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -3069,6 +3225,9 @@ module Google
3069
3225
  # @return [::String]
3070
3226
  # Specifies connection persistence when backends are unhealthy. The default value is DEFAULT_FOR_PROTOCOL. If set to DEFAULT_FOR_PROTOCOL, the existing connections persist on unhealthy backends only for connection-oriented protocols (TCP and SCTP) and only if the Tracking Mode is PER_CONNECTION (default tracking mode) or the Session Affinity is configured for 5-tuple. They do not persist for UDP. If set to NEVER_PERSIST, after a backend becomes unhealthy, the existing connections on the unhealthy backend are never persisted on the unhealthy backend. They are always diverted to newly selected healthy backends (unless all backends are unhealthy). If set to ALWAYS_PERSIST, existing connections always persist on unhealthy backends regardless of protocol and session affinity. It is generally not recommended to use this mode overriding the default. For more details, see [Connection Persistence for Network Load Balancing](https://cloud.google.com/load-balancing/docs/network/networklb-backend-service#connection-persistence) and [Connection Persistence for Internal TCP/UDP Load Balancing](https://cloud.google.com/load-balancing/docs/internal#connection-persistence).
3071
3227
  # Check the ConnectionPersistenceOnUnhealthyBackends enum for the list of possible values.
3228
+ # @!attribute [rw] enable_strong_affinity
3229
+ # @return [::Boolean]
3230
+ # Enable Strong Session Affinity for Network Load Balancing. This option is not available publicly.
3072
3231
  # @!attribute [rw] idle_timeout_sec
3073
3232
  # @return [::Integer]
3074
3233
  # Specifies how long to keep a Connection Tracking entry while there is no matching traffic (in seconds). For Internal TCP/UDP Load Balancing: - The minimum (default) is 10 minutes and the maximum is 16 hours. - It can be set only if Connection Tracking is less than 5-tuple (i.e. Session Affinity is CLIENT_IP_NO_DESTINATION, CLIENT_IP or CLIENT_IP_PROTO, and Tracking Mode is PER_SESSION). For Network Load Balancer the default is 60 seconds. This option is not available publicly.
@@ -3185,6 +3344,64 @@ module Google
3185
3344
  extend ::Google::Protobuf::MessageExts::ClassMethods
3186
3345
  end
3187
3346
 
3347
+ # Container for either a built-in LB policy supported by gRPC or Envoy or a custom one implemented by the end user.
3348
+ # @!attribute [rw] custom_policy
3349
+ # @return [::Google::Cloud::Compute::V1::BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy]
3350
+ # @!attribute [rw] policy
3351
+ # @return [::Google::Cloud::Compute::V1::BackendServiceLocalityLoadBalancingPolicyConfigPolicy]
3352
+ class BackendServiceLocalityLoadBalancingPolicyConfig
3353
+ include ::Google::Protobuf::MessageExts
3354
+ extend ::Google::Protobuf::MessageExts::ClassMethods
3355
+ end
3356
+
3357
+ # The configuration for a custom policy implemented by the user and deployed with the client.
3358
+ # @!attribute [rw] data
3359
+ # @return [::String]
3360
+ # An optional, arbitrary JSON object with configuration data, understood by a locally installed custom policy implementation.
3361
+ # @!attribute [rw] name
3362
+ # @return [::String]
3363
+ # Identifies the custom policy. The value should match the type the custom implementation is registered with on the gRPC clients. It should follow protocol buffer message naming conventions and include the full path (e.g. myorg.CustomLbPolicy). The maximum length is 256 characters. Note that specifying the same custom policy more than once for a backend is not a valid configuration and will be rejected.
3364
+ class BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy
3365
+ include ::Google::Protobuf::MessageExts
3366
+ extend ::Google::Protobuf::MessageExts::ClassMethods
3367
+ end
3368
+
3369
+ # The configuration for a built-in load balancing policy.
3370
+ # @!attribute [rw] name
3371
+ # @return [::String]
3372
+ # The name of a locality load balancer policy to be used. The value should be one of the predefined ones as supported by localityLbPolicy, although at the moment only ROUND_ROBIN is supported. This field should only be populated when the customPolicy field is not used. Note that specifying the same policy more than once for a backend is not a valid configuration and will be rejected.
3373
+ # Check the Name enum for the list of possible values.
3374
+ class BackendServiceLocalityLoadBalancingPolicyConfigPolicy
3375
+ include ::Google::Protobuf::MessageExts
3376
+ extend ::Google::Protobuf::MessageExts::ClassMethods
3377
+
3378
+ # The name of a locality load balancer policy to be used. The value should be one of the predefined ones as supported by localityLbPolicy, although at the moment only ROUND_ROBIN is supported. This field should only be populated when the customPolicy field is not used. Note that specifying the same policy more than once for a backend is not a valid configuration and will be rejected.
3379
+ module Name
3380
+ # A value indicating that the enum field is not set.
3381
+ UNDEFINED_NAME = 0
3382
+
3383
+ INVALID_LB_POLICY = 323318707
3384
+
3385
+ # An O(1) algorithm which selects two random healthy hosts and picks the host which has fewer active requests.
3386
+ LEAST_REQUEST = 46604921
3387
+
3388
+ # This algorithm implements consistent hashing to backends. Maglev can be used as a drop in replacement for the ring hash load balancer. Maglev is not as stable as ring hash but has faster table lookup build times and host selection times. For more information about Maglev, see https://ai.google/research/pubs/pub44824
3389
+ MAGLEV = 119180266
3390
+
3391
+ # Backend host is selected based on the client connection metadata, i.e., connections are opened to the same address as the destination address of the incoming connection before the connection was redirected to the load balancer.
3392
+ ORIGINAL_DESTINATION = 166297216
3393
+
3394
+ # The load balancer selects a random healthy host.
3395
+ RANDOM = 262527171
3396
+
3397
+ # The ring/modulo hash load balancer implements consistent hashing to backends. The algorithm has the property that the addition/removal of a host from a set of N hosts only affects 1/N of the requests.
3398
+ RING_HASH = 432795069
3399
+
3400
+ # This is a simple policy in which each healthy backend is selected in round robin order. This is the default.
3401
+ ROUND_ROBIN = 153895801
3402
+ end
3403
+ end
3404
+
3188
3405
  # The available logging options for the load balancer traffic served by this backend service.
3189
3406
  # @!attribute [rw] enable
3190
3407
  # @return [::Boolean]
@@ -3561,19 +3778,19 @@ module Google
3561
3778
  # Settings controlling the volume of requests, connections and retries to this backend service.
3562
3779
  # @!attribute [rw] max_connections
3563
3780
  # @return [::Integer]
3564
- # Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
3781
+ # The maximum number of connections to the backend service. If not specified, there is no limit. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
3565
3782
  # @!attribute [rw] max_pending_requests
3566
3783
  # @return [::Integer]
3567
- # Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
3784
+ # The maximum number of pending requests allowed to the backend service. If not specified, there is no limit. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
3568
3785
  # @!attribute [rw] max_requests
3569
3786
  # @return [::Integer]
3570
3787
  # The maximum number of parallel requests that allowed to the backend service. If not specified, there is no limit.
3571
3788
  # @!attribute [rw] max_requests_per_connection
3572
3789
  # @return [::Integer]
3573
- # Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
3790
+ # Maximum requests for a single connection to the backend service. This parameter is respected by both the HTTP/1.1 and HTTP/2 implementations. If not specified, there is no limit. Setting this parameter to 1 will effectively disable keep alive. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
3574
3791
  # @!attribute [rw] max_retries
3575
3792
  # @return [::Integer]
3576
- # Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
3793
+ # The maximum number of parallel retries allowed to the backend cluster. If not specified, the default is 1. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
3577
3794
  class CircuitBreakers
3578
3795
  include ::Google::Protobuf::MessageExts
3579
3796
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -3594,6 +3811,45 @@ module Google
3594
3811
  extend ::Google::Protobuf::MessageExts::ClassMethods
3595
3812
  end
3596
3813
 
3814
+ # A request message for NetworkFirewallPolicies.CloneRules. See the method description for details.
3815
+ # @!attribute [rw] firewall_policy
3816
+ # @return [::String]
3817
+ # Name of the firewall policy to update.
3818
+ # @!attribute [rw] project
3819
+ # @return [::String]
3820
+ # Project ID for this request.
3821
+ # @!attribute [rw] request_id
3822
+ # @return [::String]
3823
+ # 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).
3824
+ # @!attribute [rw] source_firewall_policy
3825
+ # @return [::String]
3826
+ # The firewall policy from which to copy rules.
3827
+ class CloneRulesNetworkFirewallPolicyRequest
3828
+ include ::Google::Protobuf::MessageExts
3829
+ extend ::Google::Protobuf::MessageExts::ClassMethods
3830
+ end
3831
+
3832
+ # A request message for RegionNetworkFirewallPolicies.CloneRules. See the method description for details.
3833
+ # @!attribute [rw] firewall_policy
3834
+ # @return [::String]
3835
+ # Name of the firewall policy to update.
3836
+ # @!attribute [rw] project
3837
+ # @return [::String]
3838
+ # Project ID for this request.
3839
+ # @!attribute [rw] region
3840
+ # @return [::String]
3841
+ # Name of the region scoping this request.
3842
+ # @!attribute [rw] request_id
3843
+ # @return [::String]
3844
+ # 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).
3845
+ # @!attribute [rw] source_firewall_policy
3846
+ # @return [::String]
3847
+ # The firewall policy from which to copy rules.
3848
+ class CloneRulesRegionNetworkFirewallPolicyRequest
3849
+ include ::Google::Protobuf::MessageExts
3850
+ extend ::Google::Protobuf::MessageExts::ClassMethods
3851
+ end
3852
+
3597
3853
  # Represents a regional Commitment resource. Creating a commitment resource means that you are purchasing a committed use contract with an explicit start and end time. You can create commitments based on vCPUs and memory usage and receive discounted rates. For full details, read Signing Up for Committed Use Discounts.
3598
3854
  # @!attribute [rw] auto_renew
3599
3855
  # @return [::Boolean]
@@ -3796,21 +4052,97 @@ module Google
3796
4052
  # @!attribute [rw] iam
3797
4053
  # @return [::String]
3798
4054
  # This is deprecated and has no effect. Do not use.
4055
+ # Check the Iam enum for the list of possible values.
3799
4056
  # @!attribute [rw] op
3800
4057
  # @return [::String]
3801
4058
  # This is deprecated and has no effect. Do not use.
4059
+ # Check the Op enum for the list of possible values.
3802
4060
  # @!attribute [rw] svc
3803
4061
  # @return [::String]
3804
4062
  # This is deprecated and has no effect. Do not use.
3805
4063
  # @!attribute [rw] sys
3806
4064
  # @return [::String]
3807
4065
  # This is deprecated and has no effect. Do not use.
4066
+ # Check the Sys enum for the list of possible values.
3808
4067
  # @!attribute [rw] values
3809
4068
  # @return [::Array<::String>]
3810
4069
  # This is deprecated and has no effect. Do not use.
3811
4070
  class Condition
3812
4071
  include ::Google::Protobuf::MessageExts
3813
4072
  extend ::Google::Protobuf::MessageExts::ClassMethods
4073
+
4074
+ # This is deprecated and has no effect. Do not use.
4075
+ # Additional supported values which may be not listed in the enum directly due to technical reasons:
4076
+ # NO_ATTR
4077
+ module Iam
4078
+ # A value indicating that the enum field is not set.
4079
+ UNDEFINED_IAM = 0
4080
+
4081
+ # This is deprecated and has no effect. Do not use.
4082
+ APPROVER = 357258949
4083
+
4084
+ # This is deprecated and has no effect. Do not use.
4085
+ ATTRIBUTION = 232465503
4086
+
4087
+ # This is deprecated and has no effect. Do not use.
4088
+ AUTHORITY = 504108835
4089
+
4090
+ # This is deprecated and has no effect. Do not use.
4091
+ CREDENTIALS_TYPE = 348222141
4092
+
4093
+ # This is deprecated and has no effect. Do not use.
4094
+ CREDS_ASSERTION = 332343272
4095
+
4096
+ # This is deprecated and has no effect. Do not use.
4097
+ JUSTIFICATION_TYPE = 206147719
4098
+
4099
+ # This is deprecated and has no effect. Do not use.
4100
+ SECURITY_REALM = 526269616
4101
+ end
4102
+
4103
+ # This is deprecated and has no effect. Do not use.
4104
+ module Op
4105
+ # A value indicating that the enum field is not set.
4106
+ UNDEFINED_OP = 0
4107
+
4108
+ # This is deprecated and has no effect. Do not use.
4109
+ DISCHARGED = 266338274
4110
+
4111
+ # This is deprecated and has no effect. Do not use.
4112
+ EQUALS = 442201023
4113
+
4114
+ # This is deprecated and has no effect. Do not use.
4115
+ IN = 2341
4116
+
4117
+ # This is deprecated and has no effect. Do not use.
4118
+ NOT_EQUALS = 19718859
4119
+
4120
+ # This is deprecated and has no effect. Do not use.
4121
+ NOT_IN = 161144369
4122
+
4123
+ # This is deprecated and has no effect. Do not use.
4124
+ NO_OP = 74481951
4125
+ end
4126
+
4127
+ # This is deprecated and has no effect. Do not use.
4128
+ # Additional supported values which may be not listed in the enum directly due to technical reasons:
4129
+ # NO_ATTR
4130
+ module Sys
4131
+ # A value indicating that the enum field is not set.
4132
+ UNDEFINED_SYS = 0
4133
+
4134
+ # This is deprecated and has no effect. Do not use.
4135
+ IP = 2343
4136
+
4137
+ # This is deprecated and has no effect. Do not use.
4138
+ NAME = 2388619
4139
+
4140
+ # This is deprecated and has no effect. Do not use.
4141
+ REGION = 266017524
4142
+
4143
+ # This is deprecated and has no effect. Do not use.
4144
+ SERVICE = 17781397
4145
+ end
3814
4146
  end
3815
4147
 
3816
4148
  # A set of Confidential Instance options.
@@ -3939,7 +4271,7 @@ module Google
3939
4271
  # Name of the persistent disk to snapshot.
3940
4272
  # @!attribute [rw] guest_flush
3941
4273
  # @return [::Boolean]
3942
- # [Input Only] Whether to attempt an application consistent snapshot by informing the OS to prepare for the snapshot process. Currently only supported on Windows instances using the Volume Shadow Copy Service (VSS).
4274
+ # [Input Only] Whether to attempt an application consistent snapshot by informing the OS to prepare for the snapshot process.
3943
4275
  # @!attribute [rw] project
3944
4276
  # @return [::String]
3945
4277
  # Project ID for this request.
@@ -4488,6 +4820,24 @@ module Google
4488
4820
  extend ::Google::Protobuf::MessageExts::ClassMethods
4489
4821
  end
4490
4822
 
4823
+ # A request message for NetworkEdgeSecurityServices.Delete. See the method description for details.
4824
+ # @!attribute [rw] network_edge_security_service
4825
+ # @return [::String]
4826
+ # Name of the network edge security service to delete.
4827
+ # @!attribute [rw] project
4828
+ # @return [::String]
4829
+ # Project ID for this request.
4830
+ # @!attribute [rw] region
4831
+ # @return [::String]
4832
+ # Name of the region scoping this request.
4833
+ # @!attribute [rw] request_id
4834
+ # @return [::String]
4835
+ # 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).
4836
+ class DeleteNetworkEdgeSecurityServiceRequest
4837
+ include ::Google::Protobuf::MessageExts
4838
+ extend ::Google::Protobuf::MessageExts::ClassMethods
4839
+ end
4840
+
4491
4841
  # A request message for NetworkEndpointGroups.Delete. See the method description for details.
4492
4842
  # @!attribute [rw] network_endpoint_group
4493
4843
  # @return [::String]
@@ -4506,6 +4856,21 @@ module Google
4506
4856
  extend ::Google::Protobuf::MessageExts::ClassMethods
4507
4857
  end
4508
4858
 
4859
+ # A request message for NetworkFirewallPolicies.Delete. See the method description for details.
4860
+ # @!attribute [rw] firewall_policy
4861
+ # @return [::String]
4862
+ # Name of the firewall policy to delete.
4863
+ # @!attribute [rw] project
4864
+ # @return [::String]
4865
+ # Project ID for this request.
4866
+ # @!attribute [rw] request_id
4867
+ # @return [::String]
4868
+ # 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).
4869
+ class DeleteNetworkFirewallPolicyRequest
4870
+ include ::Google::Protobuf::MessageExts
4871
+ extend ::Google::Protobuf::MessageExts::ClassMethods
4872
+ end
4873
+
4509
4874
  # A request message for Networks.Delete. See the method description for details.
4510
4875
  # @!attribute [rw] network
4511
4876
  # @return [::String]
@@ -4791,6 +5156,24 @@ module Google
4791
5156
  extend ::Google::Protobuf::MessageExts::ClassMethods
4792
5157
  end
4793
5158
 
5159
+ # A request message for RegionNetworkFirewallPolicies.Delete. See the method description for details.
5160
+ # @!attribute [rw] firewall_policy
5161
+ # @return [::String]
5162
+ # Name of the firewall policy to delete.
5163
+ # @!attribute [rw] project
5164
+ # @return [::String]
5165
+ # Project ID for this request.
5166
+ # @!attribute [rw] region
5167
+ # @return [::String]
5168
+ # Name of the region scoping this request.
5169
+ # @!attribute [rw] request_id
5170
+ # @return [::String]
5171
+ # 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).
5172
+ class DeleteRegionNetworkFirewallPolicyRequest
5173
+ include ::Google::Protobuf::MessageExts
5174
+ extend ::Google::Protobuf::MessageExts::ClassMethods
5175
+ end
5176
+
4794
5177
  # A request message for RegionNotificationEndpoints.Delete. See the method description for details.
4795
5178
  # @!attribute [rw] notification_endpoint
4796
5179
  # @return [::String]
@@ -4830,6 +5213,24 @@ module Google
4830
5213
  extend ::Google::Protobuf::MessageExts::ClassMethods
4831
5214
  end
4832
5215
 
5216
+ # A request message for RegionSecurityPolicies.Delete. See the method description for details.
5217
+ # @!attribute [rw] project
5218
+ # @return [::String]
5219
+ # Project ID for this request.
5220
+ # @!attribute [rw] region
5221
+ # @return [::String]
5222
+ # Name of the region scoping this request.
5223
+ # @!attribute [rw] request_id
5224
+ # @return [::String]
5225
+ # 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).
5226
+ # @!attribute [rw] security_policy
5227
+ # @return [::String]
5228
+ # Name of the security policy to delete.
5229
+ class DeleteRegionSecurityPolicyRequest
5230
+ include ::Google::Protobuf::MessageExts
5231
+ extend ::Google::Protobuf::MessageExts::ClassMethods
5232
+ end
5233
+
4833
5234
  # A request message for RegionSslCertificates.Delete. See the method description for details.
4834
5235
  # @!attribute [rw] project
4835
5236
  # @return [::String]
@@ -6350,6 +6751,9 @@ module Google
6350
6751
  # @!attribute [rw] parent
6351
6752
  # @return [::String]
6352
6753
  # [Output Only] The parent of the firewall policy.
6754
+ # @!attribute [rw] region
6755
+ # @return [::String]
6756
+ # [Output Only] URL of the region where the regional firewall policy resides. This field is not applicable to global firewall policies. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
6353
6757
  # @!attribute [rw] rule_tuple_count
6354
6758
  # @return [::Integer]
6355
6759
  # [Output Only] Total count of all firewall policy rule tuples. A firewall policy can not exceed a set number of tuples.
@@ -6436,12 +6840,18 @@ module Google
6436
6840
  # @!attribute [rw] priority
6437
6841
  # @return [::Integer]
6438
6842
  # An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest prority.
6843
+ # @!attribute [rw] rule_name
6844
+ # @return [::String]
6845
+ # An optional name for the rule. This field is not a unique identifier and can be updated.
6439
6846
  # @!attribute [rw] rule_tuple_count
6440
6847
  # @return [::Integer]
6441
6848
  # [Output Only] Calculation of the complexity of a single firewall policy rule.
6442
6849
  # @!attribute [rw] target_resources
6443
6850
  # @return [::Array<::String>]
6444
6851
  # A list of network resource URLs to which this rule applies. This field allows you to control which network's VMs get this rule. If this field is left blank, all VMs within the organization will receive the rule.
6852
+ # @!attribute [rw] target_secure_tags
6853
+ # @return [::Array<::Google::Cloud::Compute::V1::FirewallPolicyRuleSecureTag>]
6854
+ # A list of secure tags that controls which instances the firewall rule applies to. If targetSecureTag are specified, then the firewall rule applies only to instances in the VPC network that have one of those EFFECTIVE secure tags, if all the target_secure_tag are in INEFFECTIVE state, then this rule will be ignored. targetSecureTag may not be set at the same time as targetServiceAccounts. If neither targetServiceAccounts nor targetSecureTag are specified, the firewall rule applies to all instances on the specified network. Maximum number of target label tags allowed is 256.
6445
6855
  # @!attribute [rw] target_service_accounts
6446
6856
  # @return [::Array<::String>]
6447
6857
  # A list of service accounts indicating the sets of instances that are applied with this rule.
@@ -6470,6 +6880,9 @@ module Google
6470
6880
  # @!attribute [rw] src_ip_ranges
6471
6881
  # @return [::Array<::String>]
6472
6882
  # CIDR IP address range. Maximum number of source CIDR IP ranges allowed is 5000.
6883
+ # @!attribute [rw] src_secure_tags
6884
+ # @return [::Array<::Google::Cloud::Compute::V1::FirewallPolicyRuleSecureTag>]
6885
+ # List of secure tag values, which should be matched at the source of the traffic. For INGRESS rule, if all the srcSecureTag are INEFFECTIVE, and there is no srcIpRange, this rule will be ignored. Maximum number of source tag values allowed is 256.
6473
6886
  class FirewallPolicyRuleMatcher
6474
6887
  include ::Google::Protobuf::MessageExts
6475
6888
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -6486,6 +6899,28 @@ module Google
6486
6899
  extend ::Google::Protobuf::MessageExts::ClassMethods
6487
6900
  end
6488
6901
 
6902
+ # @!attribute [rw] name
6903
+ # @return [::String]
6904
+ # Name of the secure tag, created with TagManager's TagValue API.
6905
+ # @!attribute [rw] state
6906
+ # @return [::String]
6907
+ # [Output Only] State of the secure tag, either `EFFECTIVE` or `INEFFECTIVE`. A secure tag is `INEFFECTIVE` when it is deleted or its network is deleted.
6908
+ # Check the State enum for the list of possible values.
6909
+ class FirewallPolicyRuleSecureTag
6910
+ include ::Google::Protobuf::MessageExts
6911
+ extend ::Google::Protobuf::MessageExts::ClassMethods
6912
+
6913
+ # [Output Only] State of the secure tag, either `EFFECTIVE` or `INEFFECTIVE`. A secure tag is `INEFFECTIVE` when it is deleted or its network is deleted.
6914
+ module State
6915
+ # A value indicating that the enum field is not set.
6916
+ UNDEFINED_STATE = 0
6917
+
6918
+ EFFECTIVE = 244201863
6919
+
6920
+ INEFFECTIVE = 304458242
6921
+ end
6922
+ end
6923
+
6489
6924
  # Encapsulates numeric value that can be either absolute or relative.
6490
6925
  # @!attribute [rw] calculated
6491
6926
  # @return [::Integer]
@@ -6863,6 +7298,39 @@ module Google
6863
7298
  extend ::Google::Protobuf::MessageExts::ClassMethods
6864
7299
  end
6865
7300
 
7301
+ # A request message for NetworkFirewallPolicies.GetAssociation. See the method description for details.
7302
+ # @!attribute [rw] firewall_policy
7303
+ # @return [::String]
7304
+ # Name of the firewall policy to which the queried association belongs.
7305
+ # @!attribute [rw] name
7306
+ # @return [::String]
7307
+ # The name of the association to get from the firewall policy.
7308
+ # @!attribute [rw] project
7309
+ # @return [::String]
7310
+ # Project ID for this request.
7311
+ class GetAssociationNetworkFirewallPolicyRequest
7312
+ include ::Google::Protobuf::MessageExts
7313
+ extend ::Google::Protobuf::MessageExts::ClassMethods
7314
+ end
7315
+
7316
+ # A request message for RegionNetworkFirewallPolicies.GetAssociation. See the method description for details.
7317
+ # @!attribute [rw] firewall_policy
7318
+ # @return [::String]
7319
+ # Name of the firewall policy to which the queried association belongs.
7320
+ # @!attribute [rw] name
7321
+ # @return [::String]
7322
+ # The name of the association to get from the firewall policy.
7323
+ # @!attribute [rw] project
7324
+ # @return [::String]
7325
+ # Project ID for this request.
7326
+ # @!attribute [rw] region
7327
+ # @return [::String]
7328
+ # Name of the region scoping this request.
7329
+ class GetAssociationRegionNetworkFirewallPolicyRequest
7330
+ include ::Google::Protobuf::MessageExts
7331
+ extend ::Google::Protobuf::MessageExts::ClassMethods
7332
+ end
7333
+
6866
7334
  # A request message for Autoscalers.Get. See the method description for details.
6867
7335
  # @!attribute [rw] autoscaler
6868
7336
  # @return [::String]
@@ -6974,6 +7442,21 @@ module Google
6974
7442
  extend ::Google::Protobuf::MessageExts::ClassMethods
6975
7443
  end
6976
7444
 
7445
+ # A request message for RegionNetworkFirewallPolicies.GetEffectiveFirewalls. See the method description for details.
7446
+ # @!attribute [rw] network
7447
+ # @return [::String]
7448
+ # Network reference
7449
+ # @!attribute [rw] project
7450
+ # @return [::String]
7451
+ # Project ID for this request.
7452
+ # @!attribute [rw] region
7453
+ # @return [::String]
7454
+ # Name of the region scoping this request.
7455
+ class GetEffectiveFirewallsRegionNetworkFirewallPolicyRequest
7456
+ include ::Google::Protobuf::MessageExts
7457
+ extend ::Google::Protobuf::MessageExts::ClassMethods
7458
+ end
7459
+
6977
7460
  # A request message for ExternalVpnGateways.Get. See the method description for details.
6978
7461
  # @!attribute [rw] external_vpn_gateway
6979
7462
  # @return [::String]
@@ -7296,6 +7779,21 @@ module Google
7296
7779
  extend ::Google::Protobuf::MessageExts::ClassMethods
7297
7780
  end
7298
7781
 
7782
+ # A request message for NetworkFirewallPolicies.GetIamPolicy. See the method description for details.
7783
+ # @!attribute [rw] options_requested_policy_version
7784
+ # @return [::Integer]
7785
+ # Requested IAM Policy version.
7786
+ # @!attribute [rw] project
7787
+ # @return [::String]
7788
+ # Project ID for this request.
7789
+ # @!attribute [rw] resource
7790
+ # @return [::String]
7791
+ # Name or id of the resource for this request.
7792
+ class GetIamPolicyNetworkFirewallPolicyRequest
7793
+ include ::Google::Protobuf::MessageExts
7794
+ extend ::Google::Protobuf::MessageExts::ClassMethods
7795
+ end
7796
+
7299
7797
  # A request message for NodeGroups.GetIamPolicy. See the method description for details.
7300
7798
  # @!attribute [rw] options_requested_policy_version
7301
7799
  # @return [::Integer]
@@ -7350,6 +7848,24 @@ module Google
7350
7848
  extend ::Google::Protobuf::MessageExts::ClassMethods
7351
7849
  end
7352
7850
 
7851
+ # A request message for RegionNetworkFirewallPolicies.GetIamPolicy. See the method description for details.
7852
+ # @!attribute [rw] options_requested_policy_version
7853
+ # @return [::Integer]
7854
+ # Requested IAM Policy version.
7855
+ # @!attribute [rw] project
7856
+ # @return [::String]
7857
+ # Project ID for this request.
7858
+ # @!attribute [rw] region
7859
+ # @return [::String]
7860
+ # The name of the region for this request.
7861
+ # @!attribute [rw] resource
7862
+ # @return [::String]
7863
+ # Name or id of the resource for this request.
7864
+ class GetIamPolicyRegionNetworkFirewallPolicyRequest
7865
+ include ::Google::Protobuf::MessageExts
7866
+ extend ::Google::Protobuf::MessageExts::ClassMethods
7867
+ end
7868
+
7353
7869
  # A request message for Reservations.GetIamPolicy. See the method description for details.
7354
7870
  # @!attribute [rw] options_requested_policy_version
7355
7871
  # @return [::Integer]
@@ -7641,6 +8157,21 @@ module Google
7641
8157
  extend ::Google::Protobuf::MessageExts::ClassMethods
7642
8158
  end
7643
8159
 
8160
+ # A request message for NetworkEdgeSecurityServices.Get. See the method description for details.
8161
+ # @!attribute [rw] network_edge_security_service
8162
+ # @return [::String]
8163
+ # Name of the network edge security service to get.
8164
+ # @!attribute [rw] project
8165
+ # @return [::String]
8166
+ # Project ID for this request.
8167
+ # @!attribute [rw] region
8168
+ # @return [::String]
8169
+ # Name of the region scoping this request.
8170
+ class GetNetworkEdgeSecurityServiceRequest
8171
+ include ::Google::Protobuf::MessageExts
8172
+ extend ::Google::Protobuf::MessageExts::ClassMethods
8173
+ end
8174
+
7644
8175
  # A request message for NetworkEndpointGroups.Get. See the method description for details.
7645
8176
  # @!attribute [rw] network_endpoint_group
7646
8177
  # @return [::String]
@@ -7656,6 +8187,18 @@ module Google
7656
8187
  extend ::Google::Protobuf::MessageExts::ClassMethods
7657
8188
  end
7658
8189
 
8190
+ # A request message for NetworkFirewallPolicies.Get. See the method description for details.
8191
+ # @!attribute [rw] firewall_policy
8192
+ # @return [::String]
8193
+ # Name of the firewall policy to get.
8194
+ # @!attribute [rw] project
8195
+ # @return [::String]
8196
+ # Project ID for this request.
8197
+ class GetNetworkFirewallPolicyRequest
8198
+ include ::Google::Protobuf::MessageExts
8199
+ extend ::Google::Protobuf::MessageExts::ClassMethods
8200
+ end
8201
+
7659
8202
  # A request message for Networks.Get. See the method description for details.
7660
8203
  # @!attribute [rw] network
7661
8204
  # @return [::String]
@@ -7914,6 +8457,21 @@ module Google
7914
8457
  extend ::Google::Protobuf::MessageExts::ClassMethods
7915
8458
  end
7916
8459
 
8460
+ # A request message for RegionNetworkFirewallPolicies.Get. See the method description for details.
8461
+ # @!attribute [rw] firewall_policy
8462
+ # @return [::String]
8463
+ # Name of the firewall policy to get.
8464
+ # @!attribute [rw] project
8465
+ # @return [::String]
8466
+ # Project ID for this request.
8467
+ # @!attribute [rw] region
8468
+ # @return [::String]
8469
+ # Name of the region scoping this request.
8470
+ class GetRegionNetworkFirewallPolicyRequest
8471
+ include ::Google::Protobuf::MessageExts
8472
+ extend ::Google::Protobuf::MessageExts::ClassMethods
8473
+ end
8474
+
7917
8475
  # A request message for RegionNotificationEndpoints.Get. See the method description for details.
7918
8476
  # @!attribute [rw] notification_endpoint
7919
8477
  # @return [::String]
@@ -7956,6 +8514,21 @@ module Google
7956
8514
  extend ::Google::Protobuf::MessageExts::ClassMethods
7957
8515
  end
7958
8516
 
8517
+ # A request message for RegionSecurityPolicies.Get. See the method description for details.
8518
+ # @!attribute [rw] project
8519
+ # @return [::String]
8520
+ # Project ID for this request.
8521
+ # @!attribute [rw] region
8522
+ # @return [::String]
8523
+ # Name of the region scoping this request.
8524
+ # @!attribute [rw] security_policy
8525
+ # @return [::String]
8526
+ # Name of the security policy to get.
8527
+ class GetRegionSecurityPolicyRequest
8528
+ include ::Google::Protobuf::MessageExts
8529
+ extend ::Google::Protobuf::MessageExts::ClassMethods
8530
+ end
8531
+
7959
8532
  # A request message for RegionSslCertificates.Get. See the method description for details.
7960
8533
  # @!attribute [rw] project
7961
8534
  # @return [::String]
@@ -8100,6 +8673,39 @@ module Google
8100
8673
  extend ::Google::Protobuf::MessageExts::ClassMethods
8101
8674
  end
8102
8675
 
8676
+ # A request message for NetworkFirewallPolicies.GetRule. See the method description for details.
8677
+ # @!attribute [rw] firewall_policy
8678
+ # @return [::String]
8679
+ # Name of the firewall policy to which the queried rule belongs.
8680
+ # @!attribute [rw] priority
8681
+ # @return [::Integer]
8682
+ # The priority of the rule to get from the firewall policy.
8683
+ # @!attribute [rw] project
8684
+ # @return [::String]
8685
+ # Project ID for this request.
8686
+ class GetRuleNetworkFirewallPolicyRequest
8687
+ include ::Google::Protobuf::MessageExts
8688
+ extend ::Google::Protobuf::MessageExts::ClassMethods
8689
+ end
8690
+
8691
+ # A request message for RegionNetworkFirewallPolicies.GetRule. See the method description for details.
8692
+ # @!attribute [rw] firewall_policy
8693
+ # @return [::String]
8694
+ # Name of the firewall policy to which the queried rule belongs.
8695
+ # @!attribute [rw] priority
8696
+ # @return [::Integer]
8697
+ # The priority of the rule to get from the firewall policy.
8698
+ # @!attribute [rw] project
8699
+ # @return [::String]
8700
+ # Project ID for this request.
8701
+ # @!attribute [rw] region
8702
+ # @return [::String]
8703
+ # Name of the region scoping this request.
8704
+ class GetRuleRegionNetworkFirewallPolicyRequest
8705
+ include ::Google::Protobuf::MessageExts
8706
+ extend ::Google::Protobuf::MessageExts::ClassMethods
8707
+ end
8708
+
8103
8709
  # A request message for SecurityPolicies.GetRule. See the method description for details.
8104
8710
  # @!attribute [rw] priority
8105
8711
  # @return [::Integer]
@@ -8501,7 +9107,7 @@ module Google
8501
9107
  # The fingerprint of the previous set of labels for this resource, used to detect conflicts. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash when updating or changing labels, otherwise the request will fail with error 412 conditionNotMet. Make a get() request to the resource to get the latest fingerprint.
8502
9108
  # @!attribute [rw] labels
8503
9109
  # @return [::Google::Protobuf::Map{::String => ::String}]
8504
- # A list of labels to apply for this resource. Each label key & value must comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. For example, "webserver-frontend": "images". A label value can also be empty (e.g. "my-label": "").
9110
+ # A list of labels to apply for this resource. Each label must comply with the requirements for labels. For example, "webserver-frontend": "images". A label value can also be empty (e.g. "my-label": "").
8505
9111
  class GlobalSetLabelsRequest
8506
9112
  include ::Google::Protobuf::MessageExts
8507
9113
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -8580,13 +9186,13 @@ module Google
8580
9186
  # Guest OS features.
8581
9187
  # @!attribute [rw] type
8582
9188
  # @return [::String]
8583
- # The ID of a supported feature. To add multiple values, use commas to separate values. Set to one or more of the following values: - VIRTIO_SCSI_MULTIQUEUE - WINDOWS - MULTI_IP_SUBNET - UEFI_COMPATIBLE - SECURE_BOOT - GVNIC - SEV_CAPABLE - SUSPEND_RESUME_COMPATIBLE For more information, see Enabling guest operating system features.
9189
+ # The ID of a supported feature. To add multiple values, use commas to separate values. Set to one or more of the following values: - VIRTIO_SCSI_MULTIQUEUE - WINDOWS - MULTI_IP_SUBNET - UEFI_COMPATIBLE - GVNIC - SEV_CAPABLE - SUSPEND_RESUME_COMPATIBLE - SEV_SNP_CAPABLE For more information, see Enabling guest operating system features.
8584
9190
  # Check the Type enum for the list of possible values.
8585
9191
  class GuestOsFeature
8586
9192
  include ::Google::Protobuf::MessageExts
8587
9193
  extend ::Google::Protobuf::MessageExts::ClassMethods
8588
9194
 
8589
- # The ID of a supported feature. To add multiple values, use commas to separate values. Set to one or more of the following values: - VIRTIO_SCSI_MULTIQUEUE - WINDOWS - MULTI_IP_SUBNET - UEFI_COMPATIBLE - SECURE_BOOT - GVNIC - SEV_CAPABLE - SUSPEND_RESUME_COMPATIBLE For more information, see Enabling guest operating system features.
9195
+ # The ID of a supported feature. To add multiple values, use commas to separate values. Set to one or more of the following values: - VIRTIO_SCSI_MULTIQUEUE - WINDOWS - MULTI_IP_SUBNET - UEFI_COMPATIBLE - GVNIC - SEV_CAPABLE - SUSPEND_RESUME_COMPATIBLE - SEV_SNP_CAPABLE For more information, see Enabling guest operating system features.
8590
9196
  module Type
8591
9197
  # A value indicating that the enum field is not set.
8592
9198
  UNDEFINED_TYPE = 0
@@ -9320,7 +9926,7 @@ module Google
9320
9926
  # The specification for allowing client-side cross-origin requests. For more information about the W3C recommendation for cross-origin resource sharing (CORS), see Fetch API Living Standard. Not supported when the URL map is bound to a target gRPC proxy.
9321
9927
  # @!attribute [rw] fault_injection_policy
9322
9928
  # @return [::Google::Cloud::Compute::V1::HttpFaultInjection]
9323
- # The specification for fault injection introduced into traffic to test the resiliency of clients to backend service failure. As part of fault injection, when clients send requests to a backend service, delays can be introduced by a load balancer on a percentage of requests before sending those requests to the backend service. Similarly requests from clients can be aborted by the load balancer for a percentage of requests. For the requests impacted by fault injection, timeout and retry_policy is ignored by clients that are configured with a fault_injection_policy.
9929
+ # The specification for fault injection introduced into traffic to test the resiliency of clients to backend service failure. As part of fault injection, when clients send requests to a backend service, delays can be introduced by a load balancer on a percentage of requests before sending those requests to the backend service. Similarly requests from clients can be aborted by the load balancer for a percentage of requests. timeout and retry_policy is ignored by clients that are configured with a fault_injection_policy if: 1. The traffic is generated by fault injection AND 2. The fault injection is not a delay fault injection.
9324
9930
  # @!attribute [rw] max_stream_duration
9325
9931
  # @return [::Google::Cloud::Compute::V1::Duration]
9326
9932
  # Specifies the maximum duration (timeout) for streams on the selected route. Unlike the timeout field where the timeout duration starts from the time the request has been fully processed (known as *end-of-stream*), the duration in this field is computed from the beginning of the stream until the response has been processed, including all retries. A stream that does not complete in this duration is closed. If not specified, this field uses the maximum maxStreamDuration value among all backend services associated with the route. This field is only allowed if the Url map is used with backend services with loadBalancingScheme set to INTERNAL_SELF_MANAGED.
@@ -9971,6 +10577,27 @@ module Google
9971
10577
  extend ::Google::Protobuf::MessageExts::ClassMethods
9972
10578
  end
9973
10579
 
10580
+ # A request message for NetworkEdgeSecurityServices.Insert. See the method description for details.
10581
+ # @!attribute [rw] network_edge_security_service_resource
10582
+ # @return [::Google::Cloud::Compute::V1::NetworkEdgeSecurityService]
10583
+ # The body resource for this request
10584
+ # @!attribute [rw] project
10585
+ # @return [::String]
10586
+ # Project ID for this request.
10587
+ # @!attribute [rw] region
10588
+ # @return [::String]
10589
+ # Name of the region scoping this request.
10590
+ # @!attribute [rw] request_id
10591
+ # @return [::String]
10592
+ # 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).
10593
+ # @!attribute [rw] validate_only
10594
+ # @return [::Boolean]
10595
+ # If true, the request will not be committed.
10596
+ class InsertNetworkEdgeSecurityServiceRequest
10597
+ include ::Google::Protobuf::MessageExts
10598
+ extend ::Google::Protobuf::MessageExts::ClassMethods
10599
+ end
10600
+
9974
10601
  # A request message for NetworkEndpointGroups.Insert. See the method description for details.
9975
10602
  # @!attribute [rw] network_endpoint_group_resource
9976
10603
  # @return [::Google::Cloud::Compute::V1::NetworkEndpointGroup]
@@ -9989,6 +10616,21 @@ module Google
9989
10616
  extend ::Google::Protobuf::MessageExts::ClassMethods
9990
10617
  end
9991
10618
 
10619
+ # A request message for NetworkFirewallPolicies.Insert. See the method description for details.
10620
+ # @!attribute [rw] firewall_policy_resource
10621
+ # @return [::Google::Cloud::Compute::V1::FirewallPolicy]
10622
+ # The body resource for this request
10623
+ # @!attribute [rw] project
10624
+ # @return [::String]
10625
+ # Project ID for this request.
10626
+ # @!attribute [rw] request_id
10627
+ # @return [::String]
10628
+ # 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).
10629
+ class InsertNetworkFirewallPolicyRequest
10630
+ include ::Google::Protobuf::MessageExts
10631
+ extend ::Google::Protobuf::MessageExts::ClassMethods
10632
+ end
10633
+
9992
10634
  # A request message for Networks.Insert. See the method description for details.
9993
10635
  # @!attribute [rw] network_resource
9994
10636
  # @return [::Google::Cloud::Compute::V1::Network]
@@ -10241,6 +10883,24 @@ module Google
10241
10883
  extend ::Google::Protobuf::MessageExts::ClassMethods
10242
10884
  end
10243
10885
 
10886
+ # A request message for RegionNetworkFirewallPolicies.Insert. See the method description for details.
10887
+ # @!attribute [rw] firewall_policy_resource
10888
+ # @return [::Google::Cloud::Compute::V1::FirewallPolicy]
10889
+ # The body resource for this request
10890
+ # @!attribute [rw] project
10891
+ # @return [::String]
10892
+ # Project ID for this request.
10893
+ # @!attribute [rw] region
10894
+ # @return [::String]
10895
+ # Name of the region scoping this request.
10896
+ # @!attribute [rw] request_id
10897
+ # @return [::String]
10898
+ # 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).
10899
+ class InsertRegionNetworkFirewallPolicyRequest
10900
+ include ::Google::Protobuf::MessageExts
10901
+ extend ::Google::Protobuf::MessageExts::ClassMethods
10902
+ end
10903
+
10244
10904
  # A request message for RegionNotificationEndpoints.Insert. See the method description for details.
10245
10905
  # @!attribute [rw] notification_endpoint_resource
10246
10906
  # @return [::Google::Cloud::Compute::V1::NotificationEndpoint]
@@ -10259,6 +10919,27 @@ module Google
10259
10919
  extend ::Google::Protobuf::MessageExts::ClassMethods
10260
10920
  end
10261
10921
 
10922
+ # A request message for RegionSecurityPolicies.Insert. See the method description for details.
10923
+ # @!attribute [rw] project
10924
+ # @return [::String]
10925
+ # Project ID for this request.
10926
+ # @!attribute [rw] region
10927
+ # @return [::String]
10928
+ # Name of the region scoping this request.
10929
+ # @!attribute [rw] request_id
10930
+ # @return [::String]
10931
+ # 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).
10932
+ # @!attribute [rw] security_policy_resource
10933
+ # @return [::Google::Cloud::Compute::V1::SecurityPolicy]
10934
+ # The body resource for this request
10935
+ # @!attribute [rw] validate_only
10936
+ # @return [::Boolean]
10937
+ # If true, the request will not be committed.
10938
+ class InsertRegionSecurityPolicyRequest
10939
+ include ::Google::Protobuf::MessageExts
10940
+ extend ::Google::Protobuf::MessageExts::ClassMethods
10941
+ end
10942
+
10262
10943
  # A request message for RegionSslCertificates.Insert. See the method description for details.
10263
10944
  # @!attribute [rw] project
10264
10945
  # @return [::String]
@@ -10750,6 +11431,9 @@ module Google
10750
11431
  # An array of network configurations for this instance. These specify how interfaces are configured to interact with other network services, such as connecting to the internet. Multiple interfaces are supported per instance.
10751
11432
  # @!attribute [rw] network_performance_config
10752
11433
  # @return [::Google::Cloud::Compute::V1::NetworkPerformanceConfig]
11434
+ # @!attribute [rw] params
11435
+ # @return [::Google::Cloud::Compute::V1::InstanceParams]
11436
+ # Input only. [Input Only] Additional params passed with the request, but not persisted as part of resource payload.
10753
11437
  # @!attribute [rw] private_ipv6_google_access
10754
11438
  # @return [::String]
10755
11439
  # The private IPv6 google access type for the VM. If not specified, use INHERIT_FROM_SUBNETWORK as default.
@@ -10919,7 +11603,7 @@ module Google
10919
11603
  # The name of the instance group. The name must be 1-63 characters long, and comply with RFC1035.
10920
11604
  # @!attribute [rw] named_ports
10921
11605
  # @return [::Array<::Google::Cloud::Compute::V1::NamedPort>]
10922
- # 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: "http", port: 80},\\{name: "http", port: 8080}] Named ports apply to all instances in this instance group.
11606
+ # 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.
10923
11607
  # @!attribute [rw] network
10924
11608
  # @return [::String]
10925
11609
  # [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).
@@ -11235,6 +11919,7 @@ module Google
11235
11919
  # @!attribute [rw] instance_redistribution_type
11236
11920
  # @return [::String]
11237
11921
  # The instance redistribution policy for regional managed instance groups. Valid values are: - PROACTIVE (default): The group attempts to maintain an even distribution of VM instances across zones in the region. - NONE: For non-autoscaled groups, proactive redistribution is disabled.
11922
+ # Check the InstanceRedistributionType enum for the list of possible values.
11238
11923
  # @!attribute [rw] max_surge
11239
11924
  # @return [::Google::Cloud::Compute::V1::FixedOrPercent]
11240
11925
  # The maximum number of instances that can be created above the specified targetSize during the update process. This value can be either a fixed number or, if the group has 10 or more instances, a percentage. If you set a percentage, the number of instances is rounded if necessary. The default value for maxSurge is a fixed value equal to the number of zones in which the managed instance group operates. At least one of either maxSurge or maxUnavailable must be greater than 0. Learn more about maxSurge.
@@ -11244,18 +11929,76 @@ module Google
11244
11929
  # @!attribute [rw] minimal_action
11245
11930
  # @return [::String]
11246
11931
  # Minimal action to be taken on an instance. You can specify either RESTART to restart existing instances or REPLACE to delete and create new instances from the target template. If you specify a RESTART, the Updater will attempt to perform that action only. However, if the Updater determines that the minimal action you specify is not enough to perform the update, it might perform a more disruptive action.
11932
+ # Check the MinimalAction enum for the list of possible values.
11247
11933
  # @!attribute [rw] most_disruptive_allowed_action
11248
11934
  # @return [::String]
11249
11935
  # Most disruptive action that is allowed to be taken on an instance. You can specify either NONE to forbid any actions, REFRESH to allow actions that do not need instance restart, RESTART to allow actions that can be applied without instance replacing or REPLACE to allow all possible actions. If the Updater determines that the minimal update action needed is more disruptive than most disruptive allowed action you specify it will not perform the update at all.
11936
+ # Check the MostDisruptiveAllowedAction enum for the list of possible values.
11250
11937
  # @!attribute [rw] replacement_method
11251
11938
  # @return [::String]
11252
11939
  # What action should be used to replace instances. See minimal_action.REPLACE
11940
+ # Check the ReplacementMethod enum for the list of possible values.
11253
11941
  # @!attribute [rw] type
11254
11942
  # @return [::String]
11255
11943
  # The type of update process. You can specify either PROACTIVE so that the instance group manager proactively executes actions in order to bring instances to their target versions or OPPORTUNISTIC so that no action is proactively executed but the update will be performed as part of other actions (for example, resizes or recreateInstances calls).
11944
+ # Check the Type enum for the list of possible values.
11256
11945
  class InstanceGroupManagerUpdatePolicy
11257
11946
  include ::Google::Protobuf::MessageExts
11258
11947
  extend ::Google::Protobuf::MessageExts::ClassMethods
11948
+
11949
+ # The instance redistribution policy for regional managed instance groups. Valid values are: - PROACTIVE (default): The group attempts to maintain an even distribution of VM instances across zones in the region. - NONE: For non-autoscaled groups, proactive redistribution is disabled.
11950
+ # Additional supported values which may be not listed in the enum directly due to technical reasons:
11951
+ # NONE
11952
+ # PROACTIVE
11953
+ module InstanceRedistributionType
11954
+ # A value indicating that the enum field is not set.
11955
+ UNDEFINED_INSTANCE_REDISTRIBUTION_TYPE = 0
11956
+ end
11957
+
11958
+ # Minimal action to be taken on an instance. You can specify either RESTART to restart existing instances or REPLACE to delete and create new instances from the target template. If you specify a RESTART, the Updater will attempt to perform that action only. However, if the Updater determines that the minimal action you specify is not enough to perform the update, it might perform a more disruptive action.
11959
+ # Additional supported values which may be not listed in the enum directly due to technical reasons:
11960
+ # NONE
11961
+ # REFRESH
11962
+ # REPLACE
11963
+ # RESTART
11964
+ module MinimalAction
11965
+ # A value indicating that the enum field is not set.
11966
+ UNDEFINED_MINIMAL_ACTION = 0
11967
+ end
11968
+
11969
+ # Most disruptive action that is allowed to be taken on an instance. You can specify either NONE to forbid any actions, REFRESH to allow actions that do not need instance restart, RESTART to allow actions that can be applied without instance replacing or REPLACE to allow all possible actions. If the Updater determines that the minimal update action needed is more disruptive than most disruptive allowed action you specify it will not perform the update at all.
11970
+ # Additional supported values which may be not listed in the enum directly due to technical reasons:
11971
+ # NONE
11972
+ # REFRESH
11973
+ # REPLACE
11974
+ # RESTART
11975
+ module MostDisruptiveAllowedAction
11976
+ # A value indicating that the enum field is not set.
11977
+ UNDEFINED_MOST_DISRUPTIVE_ALLOWED_ACTION = 0
11978
+ end
11979
+
11980
+ # What action should be used to replace instances. See minimal_action.REPLACE
11981
+ module ReplacementMethod
11982
+ # A value indicating that the enum field is not set.
11983
+ UNDEFINED_REPLACEMENT_METHOD = 0
11984
+
11985
+ # Instances will be recreated (with the same name)
11986
+ RECREATE = 522644719
11987
+
11988
+ # Default option: instances will be deleted and created (with a new name)
11989
+ SUBSTITUTE = 280924314
11990
+ end
11991
+
11992
+ # The type of update process. You can specify either PROACTIVE so that the instance group manager proactively executes actions in order to bring instances to their target versions or OPPORTUNISTIC so that no action is proactively executed but the update will be performed as part of other actions (for example, resizes or recreateInstances calls).
11993
+ # Additional supported values which may be not listed in the enum directly due to technical reasons:
11994
+ # PROACTIVE
11995
+ module Type
11996
+ # A value indicating that the enum field is not set.
11997
+ UNDEFINED_TYPE = 0
11998
+
11999
+ # No action is being proactively performed in order to bring this IGM to its target version distribution (regardless of whether this distribution is expressed using instanceTemplate or versions field).
12000
+ OPPORTUNISTIC = 429530089
12001
+ end
11259
12002
  end
11260
12003
 
11261
12004
  # @!attribute [rw] instance_template
@@ -11290,12 +12033,36 @@ module Google
11290
12033
  # @!attribute [rw] minimal_action
11291
12034
  # @return [::String]
11292
12035
  # The minimal action that you want to perform on each instance during the update: - REPLACE: At minimum, delete the instance and create it again. - RESTART: Stop the instance and start it again. - REFRESH: Do not stop the instance. - NONE: Do not disrupt the instance at all. By default, the minimum action is NONE. If your update requires a more disruptive action than you set with this flag, the necessary action is performed to execute the update.
12036
+ # Check the MinimalAction enum for the list of possible values.
11293
12037
  # @!attribute [rw] most_disruptive_allowed_action
11294
12038
  # @return [::String]
11295
12039
  # The most disruptive action that you want to perform on each instance during the update: - REPLACE: Delete the instance and create it again. - RESTART: Stop the instance and start it again. - REFRESH: Do not stop the instance. - NONE: Do not disrupt the instance at all. By default, the most disruptive allowed action is REPLACE. If your update requires a more disruptive action than you set with this flag, the update request will fail.
12040
+ # Check the MostDisruptiveAllowedAction enum for the list of possible values.
11296
12041
  class InstanceGroupManagersApplyUpdatesRequest
11297
12042
  include ::Google::Protobuf::MessageExts
11298
12043
  extend ::Google::Protobuf::MessageExts::ClassMethods
12044
+
12045
+ # The minimal action that you want to perform on each instance during the update: - REPLACE: At minimum, delete the instance and create it again. - RESTART: Stop the instance and start it again. - REFRESH: Do not stop the instance. - NONE: Do not disrupt the instance at all. By default, the minimum action is NONE. If your update requires a more disruptive action than you set with this flag, the necessary action is performed to execute the update.
12046
+ # Additional supported values which may be not listed in the enum directly due to technical reasons:
12047
+ # NONE
12048
+ # REFRESH
12049
+ # REPLACE
12050
+ # RESTART
12051
+ module MinimalAction
12052
+ # A value indicating that the enum field is not set.
12053
+ UNDEFINED_MINIMAL_ACTION = 0
12054
+ end
12055
+
12056
+ # The most disruptive action that you want to perform on each instance during the update: - REPLACE: Delete the instance and create it again. - RESTART: Stop the instance and start it again. - REFRESH: Do not stop the instance. - NONE: Do not disrupt the instance at all. By default, the most disruptive allowed action is REPLACE. If your update requires a more disruptive action than you set with this flag, the update request will fail.
12057
+ # Additional supported values which may be not listed in the enum directly due to technical reasons:
12058
+ # NONE
12059
+ # REFRESH
12060
+ # REPLACE
12061
+ # RESTART
12062
+ module MostDisruptiveAllowedAction
12063
+ # A value indicating that the enum field is not set.
12064
+ UNDEFINED_MOST_DISRUPTIVE_ALLOWED_ACTION = 0
12065
+ end
11299
12066
  end
11300
12067
 
11301
12068
  # InstanceGroupManagers.createInstances
@@ -11645,6 +12412,24 @@ module Google
11645
12412
  extend ::Google::Protobuf::MessageExts::ClassMethods
11646
12413
  end
11647
12414
 
12415
+ # Additional instance params.
12416
+ # @!attribute [rw] resource_manager_tags
12417
+ # @return [::Google::Protobuf::Map{::String => ::String}]
12418
+ # Resource manager tags to be bound to the instance. Tag keys and values have the same definition as resource manager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and values are in the format `tagValues/456`. The field is ignored (both PUT & PATCH) when empty.
12419
+ class InstanceParams
12420
+ include ::Google::Protobuf::MessageExts
12421
+ extend ::Google::Protobuf::MessageExts::ClassMethods
12422
+
12423
+ # @!attribute [rw] key
12424
+ # @return [::String]
12425
+ # @!attribute [rw] value
12426
+ # @return [::String]
12427
+ class ResourceManagerTagsEntry
12428
+ include ::Google::Protobuf::MessageExts
12429
+ extend ::Google::Protobuf::MessageExts::ClassMethods
12430
+ end
12431
+ end
12432
+
11648
12433
  # @!attribute [rw] advanced_machine_features
11649
12434
  # @return [::Google::Cloud::Compute::V1::AdvancedMachineFeatures]
11650
12435
  # Controls for advanced machine-related behavior features. Note that for MachineImage, this is not supported yet.
@@ -11893,19 +12678,23 @@ module Google
11893
12678
  # [Output Only] The short name of the firewall policy.
11894
12679
  # @!attribute [rw] type
11895
12680
  # @return [::String]
11896
- # [Output Only] The type of the firewall policy.
12681
+ # [Output Only] The type of the firewall policy. Can be one of HIERARCHY, NETWORK, NETWORK_REGIONAL.
11897
12682
  # Check the Type enum for the list of possible values.
11898
12683
  class InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy
11899
12684
  include ::Google::Protobuf::MessageExts
11900
12685
  extend ::Google::Protobuf::MessageExts::ClassMethods
11901
12686
 
11902
- # [Output Only] The type of the firewall policy.
12687
+ # [Output Only] The type of the firewall policy. Can be one of HIERARCHY, NETWORK, NETWORK_REGIONAL.
11903
12688
  module Type
11904
12689
  # A value indicating that the enum field is not set.
11905
12690
  UNDEFINED_TYPE = 0
11906
12691
 
11907
12692
  HIERARCHY = 69902869
11908
12693
 
12694
+ NETWORK = 413984270
12695
+
12696
+ NETWORK_REGIONAL = 190804272
12697
+
11909
12698
  UNSPECIFIED = 526786327
11910
12699
  end
11911
12700
  end
@@ -12143,7 +12932,7 @@ module Google
12143
12932
  # Check the Bandwidth enum for the list of possible values.
12144
12933
  # @!attribute [rw] candidate_ipv6_subnets
12145
12934
  # @return [::Array<::String>]
12146
- # Up to 16 candidate prefixes that control the allocation of cloudRouterIpv6Address and customerRouterIpv6Address for this attachment. Each prefix must be in the Global Unique Address (GUA) space. It is highly recommended that it be in a range owned by the requestor. A GUA in a range owned by Google will cause the request to fail. Google will select an available prefix from the supplied candidates or fail the request. If not supplied, a /125 from a Google-owned GUA block will be selected.
12935
+ # This field is not available.
12147
12936
  # @!attribute [rw] candidate_subnets
12148
12937
  # @return [::Array<::String>]
12149
12938
  # 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.
@@ -12155,7 +12944,7 @@ module Google
12155
12944
  # [Output Only] IPv6 address + prefix length to be configured on Cloud Router Interface for this interconnect attachment.
12156
12945
  # @!attribute [rw] cloud_router_ipv6_interface_id
12157
12946
  # @return [::String]
12158
- # If supplied, the interface id (index within the subnet) to be used for the cloud router address. The id must be in the range of 1 to 6. If a subnet mask is supplied, it must be /125, and the subnet should either be 0 or match the selected subnet.
12947
+ # This field is not available.
12159
12948
  # @!attribute [rw] creation_timestamp
12160
12949
  # @return [::String]
12161
12950
  # [Output Only] Creation timestamp in RFC3339 text format.
@@ -12167,10 +12956,10 @@ module Google
12167
12956
  # [Output Only] IPv6 address + prefix length to be configured on the customer router subinterface for this interconnect attachment.
12168
12957
  # @!attribute [rw] customer_router_ipv6_interface_id
12169
12958
  # @return [::String]
12170
- # If supplied, the interface id (index within the subnet) to be used for the customer router address. The id must be in the range of 1 to 6. If a subnet mask is supplied, it must be /125, and the subnet should either be 0 or match the selected subnet.
12959
+ # This field is not available.
12171
12960
  # @!attribute [rw] dataplane_version
12172
12961
  # @return [::Integer]
12173
- # [Output only for types PARTNER and DEDICATED. Not present for PARTNER_PROVIDER.] Dataplane version for this InterconnectAttachment. This field is only present for Dataplane version 2 and higher. Absence of this field in the API output indicates that the Dataplane is version 1.
12962
+ # [Output Only] Dataplane version for this InterconnectAttachment. This field is only present for Dataplane version 2 and higher. Absence of this field in the API output indicates that the Dataplane is version 1.
12174
12963
  # @!attribute [rw] description
12175
12964
  # @return [::String]
12176
12965
  # An optional description of this resource.
@@ -14079,6 +14868,30 @@ module Google
14079
14868
  extend ::Google::Protobuf::MessageExts::ClassMethods
14080
14869
  end
14081
14870
 
14871
+ # A request message for NetworkFirewallPolicies.List. See the method description for details.
14872
+ # @!attribute [rw] filter
14873
+ # @return [::String]
14874
+ # A filter expression that filters resources listed in the response. The 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 `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. 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) ```
14875
+ # @!attribute [rw] max_results
14876
+ # @return [::Integer]
14877
+ # 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`)
14878
+ # @!attribute [rw] order_by
14879
+ # @return [::String]
14880
+ # 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.
14881
+ # @!attribute [rw] page_token
14882
+ # @return [::String]
14883
+ # Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
14884
+ # @!attribute [rw] project
14885
+ # @return [::String]
14886
+ # Project ID for this request.
14887
+ # @!attribute [rw] return_partial_success
14888
+ # @return [::Boolean]
14889
+ # Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
14890
+ class ListNetworkFirewallPoliciesRequest
14891
+ include ::Google::Protobuf::MessageExts
14892
+ extend ::Google::Protobuf::MessageExts::ClassMethods
14893
+ end
14894
+
14082
14895
  # A request message for Networks.List. See the method description for details.
14083
14896
  # @!attribute [rw] filter
14084
14897
  # @return [::String]
@@ -14590,7 +15403,61 @@ module Google
14590
15403
  extend ::Google::Protobuf::MessageExts::ClassMethods
14591
15404
  end
14592
15405
 
14593
- # A request message for RegionHealthCheckServices.List. See the method description for details.
15406
+ # A request message for RegionHealthCheckServices.List. See the method description for details.
15407
+ # @!attribute [rw] filter
15408
+ # @return [::String]
15409
+ # A filter expression that filters resources listed in the response. The 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 `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. 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) ```
15410
+ # @!attribute [rw] max_results
15411
+ # @return [::Integer]
15412
+ # 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`)
15413
+ # @!attribute [rw] order_by
15414
+ # @return [::String]
15415
+ # 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.
15416
+ # @!attribute [rw] page_token
15417
+ # @return [::String]
15418
+ # Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
15419
+ # @!attribute [rw] project
15420
+ # @return [::String]
15421
+ # Project ID for this request.
15422
+ # @!attribute [rw] region
15423
+ # @return [::String]
15424
+ # Name of the region scoping this request.
15425
+ # @!attribute [rw] return_partial_success
15426
+ # @return [::Boolean]
15427
+ # Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
15428
+ class ListRegionHealthCheckServicesRequest
15429
+ include ::Google::Protobuf::MessageExts
15430
+ extend ::Google::Protobuf::MessageExts::ClassMethods
15431
+ end
15432
+
15433
+ # A request message for RegionHealthChecks.List. See the method description for details.
15434
+ # @!attribute [rw] filter
15435
+ # @return [::String]
15436
+ # A filter expression that filters resources listed in the response. The 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 `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. 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) ```
15437
+ # @!attribute [rw] max_results
15438
+ # @return [::Integer]
15439
+ # 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`)
15440
+ # @!attribute [rw] order_by
15441
+ # @return [::String]
15442
+ # 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.
15443
+ # @!attribute [rw] page_token
15444
+ # @return [::String]
15445
+ # Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
15446
+ # @!attribute [rw] project
15447
+ # @return [::String]
15448
+ # Project ID for this request.
15449
+ # @!attribute [rw] region
15450
+ # @return [::String]
15451
+ # Name of the region scoping this request.
15452
+ # @!attribute [rw] return_partial_success
15453
+ # @return [::Boolean]
15454
+ # Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
15455
+ class ListRegionHealthChecksRequest
15456
+ include ::Google::Protobuf::MessageExts
15457
+ extend ::Google::Protobuf::MessageExts::ClassMethods
15458
+ end
15459
+
15460
+ # A request message for RegionInstanceGroupManagers.List. See the method description for details.
14594
15461
  # @!attribute [rw] filter
14595
15462
  # @return [::String]
14596
15463
  # A filter expression that filters resources listed in the response. The 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 `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. 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) ```
@@ -14612,12 +15479,12 @@ module Google
14612
15479
  # @!attribute [rw] return_partial_success
14613
15480
  # @return [::Boolean]
14614
15481
  # Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
14615
- class ListRegionHealthCheckServicesRequest
15482
+ class ListRegionInstanceGroupManagersRequest
14616
15483
  include ::Google::Protobuf::MessageExts
14617
15484
  extend ::Google::Protobuf::MessageExts::ClassMethods
14618
15485
  end
14619
15486
 
14620
- # A request message for RegionHealthChecks.List. See the method description for details.
15487
+ # A request message for RegionInstanceGroups.List. See the method description for details.
14621
15488
  # @!attribute [rw] filter
14622
15489
  # @return [::String]
14623
15490
  # A filter expression that filters resources listed in the response. The 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 `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. 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) ```
@@ -14639,12 +15506,12 @@ module Google
14639
15506
  # @!attribute [rw] return_partial_success
14640
15507
  # @return [::Boolean]
14641
15508
  # Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
14642
- class ListRegionHealthChecksRequest
15509
+ class ListRegionInstanceGroupsRequest
14643
15510
  include ::Google::Protobuf::MessageExts
14644
15511
  extend ::Google::Protobuf::MessageExts::ClassMethods
14645
15512
  end
14646
15513
 
14647
- # A request message for RegionInstanceGroupManagers.List. See the method description for details.
15514
+ # A request message for RegionNetworkEndpointGroups.List. See the method description for details.
14648
15515
  # @!attribute [rw] filter
14649
15516
  # @return [::String]
14650
15517
  # A filter expression that filters resources listed in the response. The 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 `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. 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) ```
@@ -14662,16 +15529,16 @@ module Google
14662
15529
  # Project ID for this request.
14663
15530
  # @!attribute [rw] region
14664
15531
  # @return [::String]
14665
- # Name of the region scoping this request.
15532
+ # The name of the region where the network endpoint group is located. It should comply with RFC1035.
14666
15533
  # @!attribute [rw] return_partial_success
14667
15534
  # @return [::Boolean]
14668
15535
  # Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
14669
- class ListRegionInstanceGroupManagersRequest
15536
+ class ListRegionNetworkEndpointGroupsRequest
14670
15537
  include ::Google::Protobuf::MessageExts
14671
15538
  extend ::Google::Protobuf::MessageExts::ClassMethods
14672
15539
  end
14673
15540
 
14674
- # A request message for RegionInstanceGroups.List. See the method description for details.
15541
+ # A request message for RegionNetworkFirewallPolicies.List. See the method description for details.
14675
15542
  # @!attribute [rw] filter
14676
15543
  # @return [::String]
14677
15544
  # A filter expression that filters resources listed in the response. The 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 `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. 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) ```
@@ -14693,12 +15560,12 @@ module Google
14693
15560
  # @!attribute [rw] return_partial_success
14694
15561
  # @return [::Boolean]
14695
15562
  # Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
14696
- class ListRegionInstanceGroupsRequest
15563
+ class ListRegionNetworkFirewallPoliciesRequest
14697
15564
  include ::Google::Protobuf::MessageExts
14698
15565
  extend ::Google::Protobuf::MessageExts::ClassMethods
14699
15566
  end
14700
15567
 
14701
- # A request message for RegionNetworkEndpointGroups.List. See the method description for details.
15568
+ # A request message for RegionNotificationEndpoints.List. See the method description for details.
14702
15569
  # @!attribute [rw] filter
14703
15570
  # @return [::String]
14704
15571
  # A filter expression that filters resources listed in the response. The 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 `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. 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) ```
@@ -14716,16 +15583,16 @@ module Google
14716
15583
  # Project ID for this request.
14717
15584
  # @!attribute [rw] region
14718
15585
  # @return [::String]
14719
- # The name of the region where the network endpoint group is located. It should comply with RFC1035.
15586
+ # Name of the region scoping this request.
14720
15587
  # @!attribute [rw] return_partial_success
14721
15588
  # @return [::Boolean]
14722
15589
  # Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
14723
- class ListRegionNetworkEndpointGroupsRequest
15590
+ class ListRegionNotificationEndpointsRequest
14724
15591
  include ::Google::Protobuf::MessageExts
14725
15592
  extend ::Google::Protobuf::MessageExts::ClassMethods
14726
15593
  end
14727
15594
 
14728
- # A request message for RegionNotificationEndpoints.List. See the method description for details.
15595
+ # A request message for RegionOperations.List. See the method description for details.
14729
15596
  # @!attribute [rw] filter
14730
15597
  # @return [::String]
14731
15598
  # A filter expression that filters resources listed in the response. The 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 `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. 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) ```
@@ -14743,16 +15610,16 @@ module Google
14743
15610
  # Project ID for this request.
14744
15611
  # @!attribute [rw] region
14745
15612
  # @return [::String]
14746
- # Name of the region scoping this request.
15613
+ # Name of the region for this request.
14747
15614
  # @!attribute [rw] return_partial_success
14748
15615
  # @return [::Boolean]
14749
15616
  # Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
14750
- class ListRegionNotificationEndpointsRequest
15617
+ class ListRegionOperationsRequest
14751
15618
  include ::Google::Protobuf::MessageExts
14752
15619
  extend ::Google::Protobuf::MessageExts::ClassMethods
14753
15620
  end
14754
15621
 
14755
- # A request message for RegionOperations.List. See the method description for details.
15622
+ # A request message for RegionSecurityPolicies.List. See the method description for details.
14756
15623
  # @!attribute [rw] filter
14757
15624
  # @return [::String]
14758
15625
  # A filter expression that filters resources listed in the response. The 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 `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. 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) ```
@@ -14770,11 +15637,11 @@ module Google
14770
15637
  # Project ID for this request.
14771
15638
  # @!attribute [rw] region
14772
15639
  # @return [::String]
14773
- # Name of the region for this request.
15640
+ # Name of the region scoping this request.
14774
15641
  # @!attribute [rw] return_partial_success
14775
15642
  # @return [::Boolean]
14776
15643
  # Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
14777
- class ListRegionOperationsRequest
15644
+ class ListRegionSecurityPoliciesRequest
14778
15645
  include ::Google::Protobuf::MessageExts
14779
15646
  extend ::Google::Protobuf::MessageExts::ClassMethods
14780
15647
  end
@@ -15704,7 +16571,7 @@ module Google
15704
16571
  # An optional description of this resource. Provide this property when you create the resource.
15705
16572
  # @!attribute [rw] guest_flush
15706
16573
  # @return [::Boolean]
15707
- # [Input Only] Whether to attempt an application consistent machine image by informing the OS to prepare for the snapshot process. Currently only supported on Windows instances using the Volume Shadow Copy Service (VSS).
16574
+ # [Input Only] Whether to attempt an application consistent machine image by informing the OS to prepare for the snapshot process.
15708
16575
  # @!attribute [rw] id
15709
16576
  # @return [::Integer]
15710
16577
  # [Output Only] A unique identifier for this machine image. The server defines this identifier.
@@ -15934,6 +16801,7 @@ module Google
15934
16801
  # @!attribute [rw] instance_status
15935
16802
  # @return [::String]
15936
16803
  # [Output Only] The status of the instance. This field is empty when the instance does not exist.
16804
+ # Check the InstanceStatus enum for the list of possible values.
15937
16805
  # @!attribute [rw] last_attempt
15938
16806
  # @return [::Google::Cloud::Compute::V1::ManagedInstanceLastAttempt]
15939
16807
  # [Output Only] Information about the last attempt to create or delete the instance.
@@ -15951,6 +16819,9 @@ module Google
15951
16819
  extend ::Google::Protobuf::MessageExts::ClassMethods
15952
16820
 
15953
16821
  # [Output Only] The current action that the managed instance group has scheduled for the instance. Possible values: - NONE The instance is running, and the managed instance group does not have any scheduled actions for this instance. - CREATING The managed instance group is creating this instance. If the group fails to create this instance, it will try again until it is successful. - CREATING_WITHOUT_RETRIES The managed instance group is attempting to create this instance only once. If the group fails to create this instance, it does not try again and the group's targetSize value is decreased instead. - RECREATING The managed instance group is recreating this instance. - DELETING The managed instance group is permanently deleting this instance. - ABANDONING The managed instance group is abandoning this instance. The instance will be removed from the instance group and from any target pools that are associated with this group. - RESTARTING The managed instance group is restarting the instance. - REFRESHING The managed instance group is applying configuration changes to the instance without stopping it. For example, the group can update the target pool list for an instance without stopping that instance. - VERIFYING The managed instance group has created the instance and it is in the process of being verified.
16822
+ # Additional supported values which may be not listed in the enum directly due to technical reasons:
16823
+ # STOPPING
16824
+ # SUSPENDING
15954
16825
  module CurrentAction
15955
16826
  # A value indicating that the enum field is not set.
15956
16827
  UNDEFINED_CURRENT_ACTION = 0
@@ -15979,11 +16850,20 @@ module Google
15979
16850
  # The managed instance group is restarting this instance.
15980
16851
  RESTARTING = 320534387
15981
16852
 
16853
+ # The managed instance group is resuming this instance.
16854
+ RESUMING = 446856618
16855
+
16856
+ # The managed instance group is starting this instance.
16857
+ STARTING = 488820800
16858
+
15982
16859
  # The managed instance group is verifying this already created instance. Verification happens every time the instance is (re)created or restarted and consists of: 1. Waiting until health check specified as part of this managed instance group's autohealing policy reports HEALTHY. Note: Applies only if autohealing policy has a health check specified 2. Waiting for addition verification steps performed as post-instance creation (subject to future extensions).
15983
16860
  VERIFYING = 16982185
15984
16861
  end
15985
16862
 
15986
16863
  # [Output Only] The status of the instance. This field is empty when the instance does not exist.
16864
+ # Additional supported values which may be not listed in the enum directly due to technical reasons:
16865
+ # STOPPING
16866
+ # SUSPENDING
15987
16867
  module InstanceStatus
15988
16868
  # A value indicating that the enum field is not set.
15989
16869
  UNDEFINED_INSTANCE_STATUS = 0
@@ -16006,13 +16886,11 @@ module Google
16006
16886
  # The instance has stopped successfully.
16007
16887
  STOPPED = 444276141
16008
16888
 
16009
- # The instance is currently stopping (either being deleted or killed).
16010
16889
  STOPPING = 350791796
16011
16890
 
16012
16891
  # The instance has suspended.
16013
16892
  SUSPENDED = 51223995
16014
16893
 
16015
- # The instance is suspending.
16016
16894
  SUSPENDING = 514206246
16017
16895
 
16018
16896
  # The instance has stopped (either by explicit action or underlying failure).
@@ -16197,12 +17075,18 @@ module Google
16197
17075
  # @!attribute [rw] description
16198
17076
  # @return [::String]
16199
17077
  # An optional description of this resource. Provide this field when you create the resource.
17078
+ # @!attribute [rw] enable_ula_internal_ipv6
17079
+ # @return [::Boolean]
17080
+ # Enable ULA internal ipv6 on this network. Enabling this feature will assign a /48 from google defined ULA prefix fd20::/20. .
16200
17081
  # @!attribute [rw] gateway_i_pv4
16201
17082
  # @return [::String]
16202
17083
  # [Output Only] The gateway address for default routing out of the network, selected by GCP.
16203
17084
  # @!attribute [rw] id
16204
17085
  # @return [::Integer]
16205
17086
  # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
17087
+ # @!attribute [rw] internal_ipv6_range
17088
+ # @return [::String]
17089
+ # When enabling ula internal ipv6, caller optionally can specify the /48 range they want from the google defined ULA prefix fd20::/20. The input must be a valid /48 ULA IPv6 address and must be within the fd20::/20. Operation will fail if the speficied /48 is already in used by another resource. If the field is not speficied, then a /48 range will be randomly allocated from fd20::/20 and returned via this field. .
16206
17090
  # @!attribute [rw] kind
16207
17091
  # @return [::String]
16208
17092
  # [Output Only] Type of the resource. Always compute#network for networks.
@@ -16212,6 +17096,10 @@ module Google
16212
17096
  # @!attribute [rw] name
16213
17097
  # @return [::String]
16214
17098
  # Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?`. The first character must be a lowercase letter, and all following characters (except for the last character) must be a dash, lowercase letter, or digit. The last character must be a lowercase letter or digit.
17099
+ # @!attribute [rw] network_firewall_policy_enforcement_order
17100
+ # @return [::String]
17101
+ # 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.
17102
+ # Check the NetworkFirewallPolicyEnforcementOrder enum for the list of possible values.
16215
17103
  # @!attribute [rw] peerings
16216
17104
  # @return [::Array<::Google::Cloud::Compute::V1::NetworkPeering>]
16217
17105
  # [Output Only] A list of network peerings for the resource.
@@ -16221,12 +17109,109 @@ module Google
16221
17109
  # @!attribute [rw] self_link
16222
17110
  # @return [::String]
16223
17111
  # [Output Only] Server-defined URL for the resource.
17112
+ # @!attribute [rw] self_link_with_id
17113
+ # @return [::String]
17114
+ # [Output Only] Server-defined URL for this resource with the resource id.
16224
17115
  # @!attribute [rw] subnetworks
16225
17116
  # @return [::Array<::String>]
16226
17117
  # [Output Only] Server-defined fully-qualified URLs for all subnetworks in this VPC network.
16227
17118
  class Network
16228
17119
  include ::Google::Protobuf::MessageExts
16229
17120
  extend ::Google::Protobuf::MessageExts::ClassMethods
17121
+
17122
+ # 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.
17123
+ module NetworkFirewallPolicyEnforcementOrder
17124
+ # A value indicating that the enum field is not set.
17125
+ UNDEFINED_NETWORK_FIREWALL_POLICY_ENFORCEMENT_ORDER = 0
17126
+
17127
+ AFTER_CLASSIC_FIREWALL = 154582608
17128
+
17129
+ BEFORE_CLASSIC_FIREWALL = 338458349
17130
+ end
17131
+ end
17132
+
17133
+ # Represents a Google Cloud Armor network edge security service resource.
17134
+ # @!attribute [rw] creation_timestamp
17135
+ # @return [::String]
17136
+ # [Output Only] Creation timestamp in RFC3339 text format.
17137
+ # @!attribute [rw] description
17138
+ # @return [::String]
17139
+ # An optional description of this resource. Provide this property when you create the resource.
17140
+ # @!attribute [rw] fingerprint
17141
+ # @return [::String]
17142
+ # Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a NetworkEdgeSecurityService. An up-to-date fingerprint must be provided in order to update the NetworkEdgeSecurityService, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a NetworkEdgeSecurityService.
17143
+ # @!attribute [rw] id
17144
+ # @return [::Integer]
17145
+ # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
17146
+ # @!attribute [rw] kind
17147
+ # @return [::String]
17148
+ # [Output only] Type of the resource. Always compute#networkEdgeSecurityService for NetworkEdgeSecurityServices
17149
+ # @!attribute [rw] name
17150
+ # @return [::String]
17151
+ # Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
17152
+ # @!attribute [rw] region
17153
+ # @return [::String]
17154
+ # [Output Only] URL of the region where the resource resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
17155
+ # @!attribute [rw] security_policy
17156
+ # @return [::String]
17157
+ # The resource URL for the network edge security service associated with this network edge security service.
17158
+ # @!attribute [rw] self_link
17159
+ # @return [::String]
17160
+ # [Output Only] Server-defined URL for the resource.
17161
+ # @!attribute [rw] self_link_with_id
17162
+ # @return [::String]
17163
+ # [Output Only] Server-defined URL for this resource with the resource id.
17164
+ class NetworkEdgeSecurityService
17165
+ include ::Google::Protobuf::MessageExts
17166
+ extend ::Google::Protobuf::MessageExts::ClassMethods
17167
+ end
17168
+
17169
+ # @!attribute [rw] etag
17170
+ # @return [::String]
17171
+ # @!attribute [rw] id
17172
+ # @return [::String]
17173
+ # [Output Only] Unique identifier for the resource; defined by the server.
17174
+ # @!attribute [rw] items
17175
+ # @return [::Google::Protobuf::Map{::String => ::Google::Cloud::Compute::V1::NetworkEdgeSecurityServicesScopedList}]
17176
+ # A list of NetworkEdgeSecurityServicesScopedList resources.
17177
+ # @!attribute [rw] kind
17178
+ # @return [::String]
17179
+ # [Output Only] Type of resource. Always compute#networkEdgeSecurityServiceAggregatedList for lists of Network Edge Security Services.
17180
+ # @!attribute [rw] next_page_token
17181
+ # @return [::String]
17182
+ # [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.
17183
+ # @!attribute [rw] self_link
17184
+ # @return [::String]
17185
+ # [Output Only] Server-defined URL for this resource.
17186
+ # @!attribute [rw] unreachables
17187
+ # @return [::Array<::String>]
17188
+ # [Output Only] Unreachable resources.
17189
+ # @!attribute [rw] warning
17190
+ # @return [::Google::Cloud::Compute::V1::Warning]
17191
+ # [Output Only] Informational warning message.
17192
+ class NetworkEdgeSecurityServiceAggregatedList
17193
+ include ::Google::Protobuf::MessageExts
17194
+ extend ::Google::Protobuf::MessageExts::ClassMethods
17195
+
17196
+ # @!attribute [rw] key
17197
+ # @return [::String]
17198
+ # @!attribute [rw] value
17199
+ # @return [::Google::Cloud::Compute::V1::NetworkEdgeSecurityServicesScopedList]
17200
+ class ItemsEntry
17201
+ include ::Google::Protobuf::MessageExts
17202
+ extend ::Google::Protobuf::MessageExts::ClassMethods
17203
+ end
17204
+ end
17205
+
17206
+ # @!attribute [rw] network_edge_security_services
17207
+ # @return [::Array<::Google::Cloud::Compute::V1::NetworkEdgeSecurityService>]
17208
+ # A list of NetworkEdgeSecurityServices contained in this scope.
17209
+ # @!attribute [rw] warning
17210
+ # @return [::Google::Cloud::Compute::V1::Warning]
17211
+ # Informational warning which replaces the list of security policies when the list is empty.
17212
+ class NetworkEdgeSecurityServicesScopedList
17213
+ include ::Google::Protobuf::MessageExts
17214
+ extend ::Google::Protobuf::MessageExts::ClassMethods
16230
17215
  end
16231
17216
 
16232
17217
  # The network endpoint.
@@ -16295,7 +17280,7 @@ module Google
16295
17280
  # The URL of the network to which all network endpoints in the NEG belong. Uses "default" project network if unspecified.
16296
17281
  # @!attribute [rw] network_endpoint_type
16297
17282
  # @return [::String]
16298
- # Type of network endpoints in this network endpoint group. Can be one of GCE_VM_IP_PORT, NON_GCP_PRIVATE_IP_PORT, INTERNET_FQDN_PORT, INTERNET_IP_PORT, SERVERLESS, PRIVATE_SERVICE_CONNECT.
17283
+ # Type of network endpoints in this network endpoint group. Can be one of GCE_VM_IP, GCE_VM_IP_PORT, NON_GCP_PRIVATE_IP_PORT, INTERNET_FQDN_PORT, INTERNET_IP_PORT, SERVERLESS, PRIVATE_SERVICE_CONNECT.
16299
17284
  # Check the NetworkEndpointType enum for the list of possible values.
16300
17285
  # @!attribute [rw] psc_target_service
16301
17286
  # @return [::String]
@@ -16328,7 +17313,7 @@ module Google
16328
17313
  extend ::Google::Protobuf::MessageExts::ClassMethods
16329
17314
  end
16330
17315
 
16331
- # Type of network endpoints in this network endpoint group. Can be one of GCE_VM_IP_PORT, NON_GCP_PRIVATE_IP_PORT, INTERNET_FQDN_PORT, INTERNET_IP_PORT, SERVERLESS, PRIVATE_SERVICE_CONNECT.
17316
+ # Type of network endpoints in this network endpoint group. Can be one of GCE_VM_IP, GCE_VM_IP_PORT, NON_GCP_PRIVATE_IP_PORT, INTERNET_FQDN_PORT, INTERNET_IP_PORT, SERVERLESS, PRIVATE_SERVICE_CONNECT.
16332
17317
  module NetworkEndpointType
16333
17318
  # A value indicating that the enum field is not set.
16334
17319
  UNDEFINED_NETWORK_ENDPOINT_TYPE = 0
@@ -16427,7 +17412,7 @@ module Google
16427
17412
  # Optional Cloud Run tag represents the "named-revision" to provide additional fine-grained traffic routing information. The tag must be 1-63 characters long, and comply with RFC1035. Example value: "revision-0010".
16428
17413
  # @!attribute [rw] url_mask
16429
17414
  # @return [::String]
16430
- # A template to parse service and tag fields from a request URL. URL mask allows for routing to multiple Run services without having to create multiple network endpoint groups and backend services. For example, request URLs "foo1.domain.com/bar1" and "foo1.domain.com/bar2" can be backed by the same Serverless Network Endpoint Group (NEG) with URL mask ".domain.com/". The URL mask will parse them to { service="bar1", tag="foo1" } and { service="bar2", tag="foo2" } respectively.
17415
+ # A template to parse <service> and <tag> fields from a request URL. URL mask allows for routing to multiple Run services without having to create multiple network endpoint groups and backend services. For example, request URLs "foo1.domain.com/bar1" and "foo1.domain.com/bar2" can be backed by the same Serverless Network Endpoint Group (NEG) with URL mask "<tag>.domain.com/<service>". The URL mask will parse them to { service="bar1", tag="foo1" } and { service="bar2", tag="foo2" } respectively.
16431
17416
  class NetworkEndpointGroupCloudRun
16432
17417
  include ::Google::Protobuf::MessageExts
16433
17418
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -16545,6 +17530,9 @@ module Google
16545
17530
  # @!attribute [rw] fingerprint
16546
17531
  # @return [::String]
16547
17532
  # Fingerprint hash of contents stored in this network interface. This field will be ignored when inserting an Instance or adding a NetworkInterface. An up-to-date fingerprint must be provided in order to update the NetworkInterface. The request will fail with error 400 Bad Request if the fingerprint is not provided, or 412 Precondition Failed if the fingerprint is out of date.
17533
+ # @!attribute [rw] internal_ipv6_prefix_length
17534
+ # @return [::Integer]
17535
+ # The prefix length of the primary internal IPv6 range.
16548
17536
  # @!attribute [rw] ipv6_access_configs
16549
17537
  # @return [::Array<::Google::Cloud::Compute::V1::AccessConfig>]
16550
17538
  # An array of IPv6 access configurations for this interface. Currently, only one IPv6 access config, DIRECT_IPV6, is supported. If there is no ipv6AccessConfig specified, then this instance will have no external IPv6 Internet access.
@@ -16560,7 +17548,7 @@ module Google
16560
17548
  # [Output Only] Type of the resource. Always compute#networkInterface for network interfaces.
16561
17549
  # @!attribute [rw] name
16562
17550
  # @return [::String]
16563
- # [Output Only] The name of the network interface, which is generated by the server. For network devices, these are eth0, eth1, etc.
17551
+ # [Output Only] The name of the network interface, which is generated by the server. For a VM, the network interface uses the nicN naming format. Where N is a value between 0 and 7. The default interface value is nic0.
16564
17552
  # @!attribute [rw] network
16565
17553
  # @return [::String]
16566
17554
  # URL of the VPC network resource for this instance. When creating an instance, if neither the network nor the subnetwork is specified, the default network global/networks/default is used. If the selected project doesn't have the default network, you must specify a network or subnet. If the network is not specified but the subnetwork is specified, the network is inferred. If you specify this property, you can specify the network as a full or partial URL. For example, the following are all valid URLs: - https://www.googleapis.com/compute/v1/projects/project/global/networks/ network - projects/project/global/networks/network - global/networks/default
@@ -16593,7 +17581,9 @@ module Google
16593
17581
  # This network interface can have external IPv6.
16594
17582
  EXTERNAL = 35607499
16595
17583
 
16596
- # IPv6 access type not set. Means this network interface hasn't been turned on IPv6 yet.
17584
+ # This network interface can have internal IPv6.
17585
+ INTERNAL = 279295677
17586
+
16597
17587
  UNSPECIFIED_IPV6_ACCESS_TYPE = 313080613
16598
17588
  end
16599
17589
 
@@ -18196,6 +19186,50 @@ module Google
18196
19186
  extend ::Google::Protobuf::MessageExts::ClassMethods
18197
19187
  end
18198
19188
 
19189
+ # A request message for NetworkEdgeSecurityServices.Patch. See the method description for details.
19190
+ # @!attribute [rw] network_edge_security_service
19191
+ # @return [::String]
19192
+ # Name of the network edge security service to update.
19193
+ # @!attribute [rw] network_edge_security_service_resource
19194
+ # @return [::Google::Cloud::Compute::V1::NetworkEdgeSecurityService]
19195
+ # The body resource for this request
19196
+ # @!attribute [rw] paths
19197
+ # @return [::String]
19198
+ # @!attribute [rw] project
19199
+ # @return [::String]
19200
+ # Project ID for this request.
19201
+ # @!attribute [rw] region
19202
+ # @return [::String]
19203
+ # Name of the region scoping this request.
19204
+ # @!attribute [rw] request_id
19205
+ # @return [::String]
19206
+ # 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).
19207
+ # @!attribute [rw] update_mask
19208
+ # @return [::String]
19209
+ # Indicates fields to be updated as part of this request.
19210
+ class PatchNetworkEdgeSecurityServiceRequest
19211
+ include ::Google::Protobuf::MessageExts
19212
+ extend ::Google::Protobuf::MessageExts::ClassMethods
19213
+ end
19214
+
19215
+ # A request message for NetworkFirewallPolicies.Patch. See the method description for details.
19216
+ # @!attribute [rw] firewall_policy
19217
+ # @return [::String]
19218
+ # Name of the firewall policy to update.
19219
+ # @!attribute [rw] firewall_policy_resource
19220
+ # @return [::Google::Cloud::Compute::V1::FirewallPolicy]
19221
+ # The body resource for this request
19222
+ # @!attribute [rw] project
19223
+ # @return [::String]
19224
+ # Project ID for this request.
19225
+ # @!attribute [rw] request_id
19226
+ # @return [::String]
19227
+ # 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).
19228
+ class PatchNetworkFirewallPolicyRequest
19229
+ include ::Google::Protobuf::MessageExts
19230
+ extend ::Google::Protobuf::MessageExts::ClassMethods
19231
+ end
19232
+
18199
19233
  # A request message for Networks.Patch. See the method description for details.
18200
19234
  # @!attribute [rw] network
18201
19235
  # @return [::String]
@@ -18442,6 +19476,69 @@ module Google
18442
19476
  extend ::Google::Protobuf::MessageExts::ClassMethods
18443
19477
  end
18444
19478
 
19479
+ # A request message for RegionNetworkFirewallPolicies.Patch. See the method description for details.
19480
+ # @!attribute [rw] firewall_policy
19481
+ # @return [::String]
19482
+ # Name of the firewall policy to update.
19483
+ # @!attribute [rw] firewall_policy_resource
19484
+ # @return [::Google::Cloud::Compute::V1::FirewallPolicy]
19485
+ # The body resource for this request
19486
+ # @!attribute [rw] project
19487
+ # @return [::String]
19488
+ # Project ID for this request.
19489
+ # @!attribute [rw] region
19490
+ # @return [::String]
19491
+ # Name of the region scoping this request.
19492
+ # @!attribute [rw] request_id
19493
+ # @return [::String]
19494
+ # 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).
19495
+ class PatchRegionNetworkFirewallPolicyRequest
19496
+ include ::Google::Protobuf::MessageExts
19497
+ extend ::Google::Protobuf::MessageExts::ClassMethods
19498
+ end
19499
+
19500
+ # A request message for RegionSecurityPolicies.Patch. See the method description for details.
19501
+ # @!attribute [rw] project
19502
+ # @return [::String]
19503
+ # Project ID for this request.
19504
+ # @!attribute [rw] region
19505
+ # @return [::String]
19506
+ # Name of the region scoping this request.
19507
+ # @!attribute [rw] request_id
19508
+ # @return [::String]
19509
+ # 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).
19510
+ # @!attribute [rw] security_policy
19511
+ # @return [::String]
19512
+ # Name of the security policy to update.
19513
+ # @!attribute [rw] security_policy_resource
19514
+ # @return [::Google::Cloud::Compute::V1::SecurityPolicy]
19515
+ # The body resource for this request
19516
+ class PatchRegionSecurityPolicyRequest
19517
+ include ::Google::Protobuf::MessageExts
19518
+ extend ::Google::Protobuf::MessageExts::ClassMethods
19519
+ end
19520
+
19521
+ # A request message for RegionTargetHttpsProxies.Patch. See the method description for details.
19522
+ # @!attribute [rw] project
19523
+ # @return [::String]
19524
+ # Project ID for this request.
19525
+ # @!attribute [rw] region
19526
+ # @return [::String]
19527
+ # Name of the region for this request.
19528
+ # @!attribute [rw] request_id
19529
+ # @return [::String]
19530
+ # 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).
19531
+ # @!attribute [rw] target_https_proxy
19532
+ # @return [::String]
19533
+ # Name of the TargetHttpsProxy resource to patch.
19534
+ # @!attribute [rw] target_https_proxy_resource
19535
+ # @return [::Google::Cloud::Compute::V1::TargetHttpsProxy]
19536
+ # The body resource for this request
19537
+ class PatchRegionTargetHttpsProxyRequest
19538
+ include ::Google::Protobuf::MessageExts
19539
+ extend ::Google::Protobuf::MessageExts::ClassMethods
19540
+ end
19541
+
18445
19542
  # A request message for RegionUrlMaps.Patch. See the method description for details.
18446
19543
  # @!attribute [rw] project
18447
19544
  # @return [::String]
@@ -18497,7 +19594,52 @@ module Google
18497
19594
  # @!attribute [rw] request_id
18498
19595
  # @return [::String]
18499
19596
  # 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).
18500
- class PatchRuleFirewallPolicyRequest
19597
+ class PatchRuleFirewallPolicyRequest
19598
+ include ::Google::Protobuf::MessageExts
19599
+ extend ::Google::Protobuf::MessageExts::ClassMethods
19600
+ end
19601
+
19602
+ # A request message for NetworkFirewallPolicies.PatchRule. See the method description for details.
19603
+ # @!attribute [rw] firewall_policy
19604
+ # @return [::String]
19605
+ # Name of the firewall policy to update.
19606
+ # @!attribute [rw] firewall_policy_rule_resource
19607
+ # @return [::Google::Cloud::Compute::V1::FirewallPolicyRule]
19608
+ # The body resource for this request
19609
+ # @!attribute [rw] priority
19610
+ # @return [::Integer]
19611
+ # The priority of the rule to patch.
19612
+ # @!attribute [rw] project
19613
+ # @return [::String]
19614
+ # Project ID for this request.
19615
+ # @!attribute [rw] request_id
19616
+ # @return [::String]
19617
+ # 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).
19618
+ class PatchRuleNetworkFirewallPolicyRequest
19619
+ include ::Google::Protobuf::MessageExts
19620
+ extend ::Google::Protobuf::MessageExts::ClassMethods
19621
+ end
19622
+
19623
+ # A request message for RegionNetworkFirewallPolicies.PatchRule. See the method description for details.
19624
+ # @!attribute [rw] firewall_policy
19625
+ # @return [::String]
19626
+ # Name of the firewall policy to update.
19627
+ # @!attribute [rw] firewall_policy_rule_resource
19628
+ # @return [::Google::Cloud::Compute::V1::FirewallPolicyRule]
19629
+ # The body resource for this request
19630
+ # @!attribute [rw] priority
19631
+ # @return [::Integer]
19632
+ # The priority of the rule to patch.
19633
+ # @!attribute [rw] project
19634
+ # @return [::String]
19635
+ # Project ID for this request.
19636
+ # @!attribute [rw] region
19637
+ # @return [::String]
19638
+ # Name of the region scoping this request.
19639
+ # @!attribute [rw] request_id
19640
+ # @return [::String]
19641
+ # 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).
19642
+ class PatchRuleRegionNetworkFirewallPolicyRequest
18501
19643
  include ::Google::Protobuf::MessageExts
18502
19644
  extend ::Google::Protobuf::MessageExts::ClassMethods
18503
19645
  end
@@ -18775,7 +19917,6 @@ module Google
18775
19917
  # `etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost.
18776
19918
  # @!attribute [rw] iam_owned
18777
19919
  # @return [::Boolean]
18778
- # This is deprecated and has no effect. Do not use.
18779
19920
  # @!attribute [rw] rules
18780
19921
  # @return [::Array<::Google::Cloud::Compute::V1::Rule>]
18781
19922
  # This is deprecated and has no effect. Do not use.
@@ -19398,6 +20539,8 @@ module Google
19398
20539
 
19399
20540
  E2_CPUS = 481995837
19400
20541
 
20542
+ EXTERNAL_MANAGED_FORWARDING_RULES = 150790089
20543
+
19401
20544
  EXTERNAL_NETWORK_LB_FORWARDING_RULES = 374298265
19402
20545
 
19403
20546
  EXTERNAL_PROTOCOL_FORWARDING_RULES = 63478888
@@ -19887,12 +21030,36 @@ module Google
19887
21030
  # @!attribute [rw] minimal_action
19888
21031
  # @return [::String]
19889
21032
  # The minimal action that you want to perform on each instance during the update: - REPLACE: At minimum, delete the instance and create it again. - RESTART: Stop the instance and start it again. - REFRESH: Do not stop the instance. - NONE: Do not disrupt the instance at all. By default, the minimum action is NONE. If your update requires a more disruptive action than you set with this flag, the necessary action is performed to execute the update.
21033
+ # Check the MinimalAction enum for the list of possible values.
19890
21034
  # @!attribute [rw] most_disruptive_allowed_action
19891
21035
  # @return [::String]
19892
21036
  # The most disruptive action that you want to perform on each instance during the update: - REPLACE: Delete the instance and create it again. - RESTART: Stop the instance and start it again. - REFRESH: Do not stop the instance. - NONE: Do not disrupt the instance at all. By default, the most disruptive allowed action is REPLACE. If your update requires a more disruptive action than you set with this flag, the update request will fail.
21037
+ # Check the MostDisruptiveAllowedAction enum for the list of possible values.
19893
21038
  class RegionInstanceGroupManagersApplyUpdatesRequest
19894
21039
  include ::Google::Protobuf::MessageExts
19895
21040
  extend ::Google::Protobuf::MessageExts::ClassMethods
21041
+
21042
+ # The minimal action that you want to perform on each instance during the update: - REPLACE: At minimum, delete the instance and create it again. - RESTART: Stop the instance and start it again. - REFRESH: Do not stop the instance. - NONE: Do not disrupt the instance at all. By default, the minimum action is NONE. If your update requires a more disruptive action than you set with this flag, the necessary action is performed to execute the update.
21043
+ # Additional supported values which may be not listed in the enum directly due to technical reasons:
21044
+ # NONE
21045
+ # REFRESH
21046
+ # REPLACE
21047
+ # RESTART
21048
+ module MinimalAction
21049
+ # A value indicating that the enum field is not set.
21050
+ UNDEFINED_MINIMAL_ACTION = 0
21051
+ end
21052
+
21053
+ # The most disruptive action that you want to perform on each instance during the update: - REPLACE: Delete the instance and create it again. - RESTART: Stop the instance and start it again. - REFRESH: Do not stop the instance. - NONE: Do not disrupt the instance at all. By default, the most disruptive allowed action is REPLACE. If your update requires a more disruptive action than you set with this flag, the update request will fail.
21054
+ # Additional supported values which may be not listed in the enum directly due to technical reasons:
21055
+ # NONE
21056
+ # REFRESH
21057
+ # REPLACE
21058
+ # RESTART
21059
+ module MostDisruptiveAllowedAction
21060
+ # A value indicating that the enum field is not set.
21061
+ UNDEFINED_MOST_DISRUPTIVE_ALLOWED_ACTION = 0
21062
+ end
19896
21063
  end
19897
21064
 
19898
21065
  # RegionInstanceGroupManagers.createInstances
@@ -20060,6 +21227,49 @@ module Google
20060
21227
  extend ::Google::Protobuf::MessageExts::ClassMethods
20061
21228
  end
20062
21229
 
21230
+ # @!attribute [rw] firewall_policys
21231
+ # @return [::Array<::Google::Cloud::Compute::V1::RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy>]
21232
+ # Effective firewalls from firewall policy.
21233
+ # @!attribute [rw] firewalls
21234
+ # @return [::Array<::Google::Cloud::Compute::V1::Firewall>]
21235
+ # Effective firewalls on the network.
21236
+ class RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse
21237
+ include ::Google::Protobuf::MessageExts
21238
+ extend ::Google::Protobuf::MessageExts::ClassMethods
21239
+ end
21240
+
21241
+ # @!attribute [rw] display_name
21242
+ # @return [::String]
21243
+ # [Output Only] The display name of the firewall policy.
21244
+ # @!attribute [rw] name
21245
+ # @return [::String]
21246
+ # [Output Only] The name of the firewall policy.
21247
+ # @!attribute [rw] rules
21248
+ # @return [::Array<::Google::Cloud::Compute::V1::FirewallPolicyRule>]
21249
+ # The rules that apply to the network.
21250
+ # @!attribute [rw] type
21251
+ # @return [::String]
21252
+ # [Output Only] The type of the firewall policy. Can be one of HIERARCHY, NETWORK, NETWORK_REGIONAL.
21253
+ # Check the Type enum for the list of possible values.
21254
+ class RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy
21255
+ include ::Google::Protobuf::MessageExts
21256
+ extend ::Google::Protobuf::MessageExts::ClassMethods
21257
+
21258
+ # [Output Only] The type of the firewall policy. Can be one of HIERARCHY, NETWORK, NETWORK_REGIONAL.
21259
+ module Type
21260
+ # A value indicating that the enum field is not set.
21261
+ UNDEFINED_TYPE = 0
21262
+
21263
+ HIERARCHY = 69902869
21264
+
21265
+ NETWORK = 413984270
21266
+
21267
+ NETWORK_REGIONAL = 190804272
21268
+
21269
+ UNSPECIFIED = 526786327
21270
+ end
21271
+ end
21272
+
20063
21273
  # @!attribute [rw] label_fingerprint
20064
21274
  # @return [::String]
20065
21275
  # The fingerprint of the previous set of labels for this resource, used to detect conflicts. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels. Make a get() request to the resource to get the latest fingerprint.
@@ -20125,6 +21335,45 @@ module Google
20125
21335
  extend ::Google::Protobuf::MessageExts::ClassMethods
20126
21336
  end
20127
21337
 
21338
+ # A request message for NetworkFirewallPolicies.RemoveAssociation. See the method description for details.
21339
+ # @!attribute [rw] firewall_policy
21340
+ # @return [::String]
21341
+ # Name of the firewall policy to update.
21342
+ # @!attribute [rw] name
21343
+ # @return [::String]
21344
+ # Name for the attachment that will be removed.
21345
+ # @!attribute [rw] project
21346
+ # @return [::String]
21347
+ # Project ID for this request.
21348
+ # @!attribute [rw] request_id
21349
+ # @return [::String]
21350
+ # 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).
21351
+ class RemoveAssociationNetworkFirewallPolicyRequest
21352
+ include ::Google::Protobuf::MessageExts
21353
+ extend ::Google::Protobuf::MessageExts::ClassMethods
21354
+ end
21355
+
21356
+ # A request message for RegionNetworkFirewallPolicies.RemoveAssociation. See the method description for details.
21357
+ # @!attribute [rw] firewall_policy
21358
+ # @return [::String]
21359
+ # Name of the firewall policy to update.
21360
+ # @!attribute [rw] name
21361
+ # @return [::String]
21362
+ # Name for the association that will be removed.
21363
+ # @!attribute [rw] project
21364
+ # @return [::String]
21365
+ # Project ID for this request.
21366
+ # @!attribute [rw] region
21367
+ # @return [::String]
21368
+ # Name of the region scoping this request.
21369
+ # @!attribute [rw] request_id
21370
+ # @return [::String]
21371
+ # 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).
21372
+ class RemoveAssociationRegionNetworkFirewallPolicyRequest
21373
+ include ::Google::Protobuf::MessageExts
21374
+ extend ::Google::Protobuf::MessageExts::ClassMethods
21375
+ end
21376
+
20128
21377
  # A request message for TargetPools.RemoveHealthCheck. See the method description for details.
20129
21378
  # @!attribute [rw] project
20130
21379
  # @return [::String]
@@ -20284,6 +21533,45 @@ module Google
20284
21533
  extend ::Google::Protobuf::MessageExts::ClassMethods
20285
21534
  end
20286
21535
 
21536
+ # A request message for NetworkFirewallPolicies.RemoveRule. See the method description for details.
21537
+ # @!attribute [rw] firewall_policy
21538
+ # @return [::String]
21539
+ # Name of the firewall policy to update.
21540
+ # @!attribute [rw] priority
21541
+ # @return [::Integer]
21542
+ # The priority of the rule to remove from the firewall policy.
21543
+ # @!attribute [rw] project
21544
+ # @return [::String]
21545
+ # Project ID for this request.
21546
+ # @!attribute [rw] request_id
21547
+ # @return [::String]
21548
+ # 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).
21549
+ class RemoveRuleNetworkFirewallPolicyRequest
21550
+ include ::Google::Protobuf::MessageExts
21551
+ extend ::Google::Protobuf::MessageExts::ClassMethods
21552
+ end
21553
+
21554
+ # A request message for RegionNetworkFirewallPolicies.RemoveRule. See the method description for details.
21555
+ # @!attribute [rw] firewall_policy
21556
+ # @return [::String]
21557
+ # Name of the firewall policy to update.
21558
+ # @!attribute [rw] priority
21559
+ # @return [::Integer]
21560
+ # The priority of the rule to remove from the firewall policy.
21561
+ # @!attribute [rw] project
21562
+ # @return [::String]
21563
+ # Project ID for this request.
21564
+ # @!attribute [rw] region
21565
+ # @return [::String]
21566
+ # Name of the region scoping this request.
21567
+ # @!attribute [rw] request_id
21568
+ # @return [::String]
21569
+ # 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).
21570
+ class RemoveRuleRegionNetworkFirewallPolicyRequest
21571
+ include ::Google::Protobuf::MessageExts
21572
+ extend ::Google::Protobuf::MessageExts::ClassMethods
21573
+ end
21574
+
20287
21575
  # A request message for SecurityPolicies.RemoveRule. See the method description for details.
20288
21576
  # @!attribute [rw] priority
20289
21577
  # @return [::Integer]
@@ -20761,7 +22049,7 @@ module Google
20761
22049
  # Time window specified for daily operations.
20762
22050
  # @!attribute [rw] days_in_cycle
20763
22051
  # @return [::Integer]
20764
- # Defines a schedule with units measured in months. The value determines how many months pass between the start of each cycle.
22052
+ # Defines a schedule with units measured in days. The value determines how many days pass between the start of each cycle.
20765
22053
  # @!attribute [rw] duration
20766
22054
  # @return [::String]
20767
22055
  # [Output only] A predetermined duration for the window, automatically chosen to be the smallest possible in the given scenario.
@@ -21081,6 +22369,10 @@ module Google
21081
22369
  # @!attribute [rw] priority
21082
22370
  # @return [::Integer]
21083
22371
  # The priority of this route. Priority is used to break ties in cases where there is more than one matching route of equal prefix length. In cases where multiple routes have equal prefix length, the one with the lowest-numbered priority value wins. The default value is `1000`. The priority value must be from `0` to `65535`, inclusive.
22372
+ # @!attribute [rw] route_status
22373
+ # @return [::String]
22374
+ # [Output only] The status of the route.
22375
+ # Check the RouteStatus enum for the list of possible values.
21084
22376
  # @!attribute [rw] route_type
21085
22377
  # @return [::String]
21086
22378
  # [Output Only] The type of this route, which can be one of the following values: - 'TRANSIT' for a transit route that this router learned from another Cloud Router and will readvertise to one of its BGP peers - 'SUBNET' for a route from a subnet of the VPC - 'BGP' for a route learned from a BGP peer of this router - 'STATIC' for a static route
@@ -21098,6 +22390,24 @@ module Google
21098
22390
  include ::Google::Protobuf::MessageExts
21099
22391
  extend ::Google::Protobuf::MessageExts::ClassMethods
21100
22392
 
22393
+ # [Output only] The status of the route.
22394
+ module RouteStatus
22395
+ # A value indicating that the enum field is not set.
22396
+ UNDEFINED_ROUTE_STATUS = 0
22397
+
22398
+ # This route is processed and active.
22399
+ ACTIVE = 314733318
22400
+
22401
+ # The route is dropped due to the VPC exceeding the dynamic route limit. For dynamic route limit, please refer to the Learned route example
22402
+ DROPPED = 496235424
22403
+
22404
+ # This route is processed but inactive due to failure from the backend. The backend may have rejected the route
22405
+ INACTIVE = 270421099
22406
+
22407
+ # This route is being processed internally. The status will change once processed.
22408
+ PENDING = 35394935
22409
+ end
22410
+
21101
22411
  # [Output Only] The type of this route, which can be one of the following values: - 'TRANSIT' for a transit route that this router learned from another Cloud Router and will readvertise to one of its BGP peers - 'SUBNET' for a route from a subnet of the VPC - 'BGP' for a route learned from a BGP peer of this router - 'STATIC' for a static route
21102
22412
  module RouteType
21103
22413
  # A value indicating that the enum field is not set.
@@ -21404,13 +22714,13 @@ module Google
21404
22714
  # The number of consecutive BFD packets that must be missed before BFD declares that a peer is unavailable. If set, the value must be a value between 5 and 16. The default is 5.
21405
22715
  # @!attribute [rw] session_initialization_mode
21406
22716
  # @return [::String]
21407
- # The BFD session initialization mode for this BGP peer. If set to ACTIVE, the Cloud Router will initiate the BFD session for this BGP peer. If set to PASSIVE, the Cloud Router will wait for the peer router to initiate the BFD session for this BGP peer. If set to DISABLED, BFD is disabled for this BGP peer. The default is PASSIVE.
22717
+ # The BFD session initialization mode for this BGP peer. If set to ACTIVE, the Cloud Router will initiate the BFD session for this BGP peer. If set to PASSIVE, the Cloud Router will wait for the peer router to initiate the BFD session for this BGP peer. If set to DISABLED, BFD is disabled for this BGP peer. The default is DISABLED.
21408
22718
  # Check the SessionInitializationMode enum for the list of possible values.
21409
22719
  class RouterBgpPeerBfd
21410
22720
  include ::Google::Protobuf::MessageExts
21411
22721
  extend ::Google::Protobuf::MessageExts::ClassMethods
21412
22722
 
21413
- # The BFD session initialization mode for this BGP peer. If set to ACTIVE, the Cloud Router will initiate the BFD session for this BGP peer. If set to PASSIVE, the Cloud Router will wait for the peer router to initiate the BFD session for this BGP peer. If set to DISABLED, BFD is disabled for this BGP peer. The default is PASSIVE.
22723
+ # The BFD session initialization mode for this BGP peer. If set to ACTIVE, the Cloud Router will initiate the BFD session for this BGP peer. If set to PASSIVE, the Cloud Router will wait for the peer router to initiate the BFD session for this BGP peer. If set to DISABLED, BFD is disabled for this BGP peer. The default is DISABLED.
21414
22724
  module SessionInitializationMode
21415
22725
  # A value indicating that the enum field is not set.
21416
22726
  UNDEFINED_SESSION_INITIALIZATION_MODE = 0
@@ -21704,7 +23014,7 @@ module Google
21704
23014
  # [Output only] URI of the VM instance that is used as third-party router appliances such as Next Gen Firewalls, Virtual Routers, or Router Appliances. The VM instance is the peer side of the BGP session.
21705
23015
  # @!attribute [rw] state
21706
23016
  # @return [::String]
21707
- # BGP state as specified in RFC1771.
23017
+ # The state of the BGP session. For a list of possible values for this field, see BGP session states.
21708
23018
  # @!attribute [rw] status
21709
23019
  # @return [::String]
21710
23020
  # Status of the BGP peer: \\{UP, DOWN}
@@ -22201,6 +23511,43 @@ module Google
22201
23511
  extend ::Google::Protobuf::MessageExts::ClassMethods
22202
23512
  end
22203
23513
 
23514
+ # @!attribute [rw] etag
23515
+ # @return [::String]
23516
+ # @!attribute [rw] id
23517
+ # @return [::String]
23518
+ # [Output Only] Unique identifier for the resource; defined by the server.
23519
+ # @!attribute [rw] items
23520
+ # @return [::Google::Protobuf::Map{::String => ::Google::Cloud::Compute::V1::SecurityPoliciesScopedList}]
23521
+ # A list of SecurityPoliciesScopedList resources.
23522
+ # @!attribute [rw] kind
23523
+ # @return [::String]
23524
+ # [Output Only] Type of resource. Always compute#securityPolicyAggregatedList for lists of Security Policies.
23525
+ # @!attribute [rw] next_page_token
23526
+ # @return [::String]
23527
+ # [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.
23528
+ # @!attribute [rw] self_link
23529
+ # @return [::String]
23530
+ # [Output Only] Server-defined URL for this resource.
23531
+ # @!attribute [rw] unreachables
23532
+ # @return [::Array<::String>]
23533
+ # [Output Only] Unreachable resources.
23534
+ # @!attribute [rw] warning
23535
+ # @return [::Google::Cloud::Compute::V1::Warning]
23536
+ # [Output Only] Informational warning message.
23537
+ class SecurityPoliciesAggregatedList
23538
+ include ::Google::Protobuf::MessageExts
23539
+ extend ::Google::Protobuf::MessageExts::ClassMethods
23540
+
23541
+ # @!attribute [rw] key
23542
+ # @return [::String]
23543
+ # @!attribute [rw] value
23544
+ # @return [::Google::Cloud::Compute::V1::SecurityPoliciesScopedList]
23545
+ class ItemsEntry
23546
+ include ::Google::Protobuf::MessageExts
23547
+ extend ::Google::Protobuf::MessageExts::ClassMethods
23548
+ end
23549
+ end
23550
+
22204
23551
  # @!attribute [rw] preconfigured_expression_sets
22205
23552
  # @return [::Google::Cloud::Compute::V1::SecurityPoliciesWafConfig]
22206
23553
  class SecurityPoliciesListPreconfiguredExpressionSetsResponse
@@ -22208,6 +23555,17 @@ module Google
22208
23555
  extend ::Google::Protobuf::MessageExts::ClassMethods
22209
23556
  end
22210
23557
 
23558
+ # @!attribute [rw] security_policies
23559
+ # @return [::Array<::Google::Cloud::Compute::V1::SecurityPolicy>]
23560
+ # A list of SecurityPolicies contained in this scope.
23561
+ # @!attribute [rw] warning
23562
+ # @return [::Google::Cloud::Compute::V1::Warning]
23563
+ # Informational warning which replaces the list of security policies when the list is empty.
23564
+ class SecurityPoliciesScopedList
23565
+ include ::Google::Protobuf::MessageExts
23566
+ extend ::Google::Protobuf::MessageExts::ClassMethods
23567
+ end
23568
+
22211
23569
  # @!attribute [rw] waf_rules
22212
23570
  # @return [::Google::Cloud::Compute::V1::PreconfiguredWafSet]
22213
23571
  class SecurityPoliciesWafConfig
@@ -22223,6 +23581,8 @@ module Google
22223
23581
  # @!attribute [rw] creation_timestamp
22224
23582
  # @return [::String]
22225
23583
  # [Output Only] Creation timestamp in RFC3339 text format.
23584
+ # @!attribute [rw] ddos_protection_config
23585
+ # @return [::Google::Cloud::Compute::V1::SecurityPolicyDdosProtectionConfig]
22226
23586
  # @!attribute [rw] description
22227
23587
  # @return [::String]
22228
23588
  # An optional description of this resource. Provide this property when you create the resource.
@@ -22240,6 +23600,9 @@ module Google
22240
23600
  # Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
22241
23601
  # @!attribute [rw] recaptcha_options_config
22242
23602
  # @return [::Google::Cloud::Compute::V1::SecurityPolicyRecaptchaOptionsConfig]
23603
+ # @!attribute [rw] region
23604
+ # @return [::String]
23605
+ # [Output Only] URL of the region where the regional security policy resides. This field is not applicable to global security policies.
22243
23606
  # @!attribute [rw] rules
22244
23607
  # @return [::Array<::Google::Cloud::Compute::V1::SecurityPolicyRule>]
22245
23608
  # A list of rules that belong to this policy. There must always be a default rule (rule with priority 2147483647 and match "*"). If no rules are provided when creating a security policy, a default rule with action "allow" will be added.
@@ -22248,13 +23611,13 @@ module Google
22248
23611
  # [Output Only] Server-defined URL for the resource.
22249
23612
  # @!attribute [rw] type
22250
23613
  # @return [::String]
22251
- # The type indicates the intended use of the security policy. CLOUD_ARMOR - Cloud Armor backend security policies can be configured to filter incoming HTTP requests targeting backend services. They filter requests before they hit the origin servers. CLOUD_ARMOR_EDGE - Cloud Armor edge security policies can be configured to filter incoming HTTP requests targeting backend services (including Cloud CDN-enabled) as well as backend buckets (Cloud Storage). They filter requests before the request is served from Google's cache.
23614
+ # The type indicates the intended use of the security policy. - CLOUD_ARMOR: Cloud Armor backend security policies can be configured to filter incoming HTTP requests targeting backend services. They filter requests before they hit the origin servers. - CLOUD_ARMOR_EDGE: Cloud Armor edge security policies can be configured to filter incoming HTTP requests targeting backend services (including Cloud CDN-enabled) as well as backend buckets (Cloud Storage). They filter requests before the request is served from Google's cache. - CLOUD_ARMOR_INTERNAL_SERVICE: Cloud Armor internal service policies can be configured to filter HTTP requests targeting services managed by Traffic Director in a service mesh. They filter requests before the request is served from the application. This field can be set only at resource creation time.
22252
23615
  # Check the Type enum for the list of possible values.
22253
23616
  class SecurityPolicy
22254
23617
  include ::Google::Protobuf::MessageExts
22255
23618
  extend ::Google::Protobuf::MessageExts::ClassMethods
22256
23619
 
22257
- # The type indicates the intended use of the security policy. CLOUD_ARMOR - Cloud Armor backend security policies can be configured to filter incoming HTTP requests targeting backend services. They filter requests before they hit the origin servers. CLOUD_ARMOR_EDGE - Cloud Armor edge security policies can be configured to filter incoming HTTP requests targeting backend services (including Cloud CDN-enabled) as well as backend buckets (Cloud Storage). They filter requests before the request is served from Google's cache.
23620
+ # The type indicates the intended use of the security policy. - CLOUD_ARMOR: Cloud Armor backend security policies can be configured to filter incoming HTTP requests targeting backend services. They filter requests before they hit the origin servers. - CLOUD_ARMOR_EDGE: Cloud Armor edge security policies can be configured to filter incoming HTTP requests targeting backend services (including Cloud CDN-enabled) as well as backend buckets (Cloud Storage). They filter requests before the request is served from Google's cache. - CLOUD_ARMOR_INTERNAL_SERVICE: Cloud Armor internal service policies can be configured to filter HTTP requests targeting services managed by Traffic Director in a service mesh. They filter requests before the request is served from the application. This field can be set only at resource creation time.
22258
23621
  module Type
22259
23622
  # A value indicating that the enum field is not set.
22260
23623
  UNDEFINED_TYPE = 0
@@ -22262,6 +23625,8 @@ module Google
22262
23625
  CLOUD_ARMOR = 260640373
22263
23626
 
22264
23627
  CLOUD_ARMOR_EDGE = 250728775
23628
+
23629
+ CLOUD_ARMOR_NETWORK = 488527428
22265
23630
  end
22266
23631
  end
22267
23632
 
@@ -22327,6 +23692,24 @@ module Google
22327
23692
  end
22328
23693
  end
22329
23694
 
23695
+ # @!attribute [rw] ddos_protection
23696
+ # @return [::String]
23697
+ # Check the DdosProtection enum for the list of possible values.
23698
+ class SecurityPolicyDdosProtectionConfig
23699
+ include ::Google::Protobuf::MessageExts
23700
+ extend ::Google::Protobuf::MessageExts::ClassMethods
23701
+
23702
+
23703
+ module DdosProtection
23704
+ # A value indicating that the enum field is not set.
23705
+ UNDEFINED_DDOS_PROTECTION = 0
23706
+
23707
+ ADVANCED = 63789090
23708
+
23709
+ STANDARD = 484642493
23710
+ end
23711
+ end
23712
+
22330
23713
  # @!attribute [rw] id
22331
23714
  # @return [::String]
22332
23715
  # [Output Only] Unique identifier for the resource; defined by the server.
@@ -22458,14 +23841,14 @@ module Google
22458
23841
  # Action to take for requests that are under the configured rate limit threshold. Valid option is "allow" only.
22459
23842
  # @!attribute [rw] enforce_on_key
22460
23843
  # @return [::String]
22461
- # 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 this field 'enforce_on_key' 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 "enforce_on_key_name". 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 type defaults to ALL. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforce_on_key_name". 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.
23844
+ # 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 this field 'enforce_on_key' 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 "enforce_on_key_name". 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 "enforce_on_key_name". 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.
22462
23845
  # Check the EnforceOnKey enum for the list of possible values.
22463
23846
  # @!attribute [rw] enforce_on_key_name
22464
23847
  # @return [::String]
22465
23848
  # 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.
22466
23849
  # @!attribute [rw] exceed_action
22467
23850
  # @return [::String]
22468
- # Action to take for requests that are above the configured rate limit threshold, to either deny with a specified HTTP response code, or redirect to a different endpoint. Valid options are "deny()" where valid values for status are 403, 404, 429, and 502, and "redirect" where the redirect parameters come from exceed_redirect_options below.
23851
+ # Action to take for requests that are above the configured rate limit threshold, to either deny with a specified HTTP response code, or redirect to a different endpoint. Valid options are "deny(status)", where valid values for status are 403, 404, 429, and 502, and "redirect" where the redirect parameters come from exceedRedirectOptions below.
22469
23852
  # @!attribute [rw] exceed_redirect_options
22470
23853
  # @return [::Google::Cloud::Compute::V1::SecurityPolicyRuleRedirectOptions]
22471
23854
  # Parameters defining the redirect action that is used as the exceed action. Cannot be specified if the exceed action is not redirect.
@@ -22476,7 +23859,7 @@ module Google
22476
23859
  include ::Google::Protobuf::MessageExts
22477
23860
  extend ::Google::Protobuf::MessageExts::ClassMethods
22478
23861
 
22479
- # 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 this field 'enforce_on_key' 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 "enforce_on_key_name". 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 type defaults to ALL. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforce_on_key_name". 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.
23862
+ # 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 this field 'enforce_on_key' 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 "enforce_on_key_name". 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 "enforce_on_key_name". 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.
22480
23863
  module EnforceOnKey
22481
23864
  # A value indicating that the enum field is not set.
22482
23865
  UNDEFINED_ENFORCE_ON_KEY = 0
@@ -23083,6 +24466,21 @@ module Google
23083
24466
  extend ::Google::Protobuf::MessageExts::ClassMethods
23084
24467
  end
23085
24468
 
24469
+ # A request message for NetworkFirewallPolicies.SetIamPolicy. See the method description for details.
24470
+ # @!attribute [rw] global_set_policy_request_resource
24471
+ # @return [::Google::Cloud::Compute::V1::GlobalSetPolicyRequest]
24472
+ # The body resource for this request
24473
+ # @!attribute [rw] project
24474
+ # @return [::String]
24475
+ # Project ID for this request.
24476
+ # @!attribute [rw] resource
24477
+ # @return [::String]
24478
+ # Name or id of the resource for this request.
24479
+ class SetIamPolicyNetworkFirewallPolicyRequest
24480
+ include ::Google::Protobuf::MessageExts
24481
+ extend ::Google::Protobuf::MessageExts::ClassMethods
24482
+ end
24483
+
23086
24484
  # A request message for NodeGroups.SetIamPolicy. See the method description for details.
23087
24485
  # @!attribute [rw] project
23088
24486
  # @return [::String]
@@ -23137,6 +24535,24 @@ module Google
23137
24535
  extend ::Google::Protobuf::MessageExts::ClassMethods
23138
24536
  end
23139
24537
 
24538
+ # A request message for RegionNetworkFirewallPolicies.SetIamPolicy. See the method description for details.
24539
+ # @!attribute [rw] project
24540
+ # @return [::String]
24541
+ # Project ID for this request.
24542
+ # @!attribute [rw] region
24543
+ # @return [::String]
24544
+ # The name of the region for this request.
24545
+ # @!attribute [rw] region_set_policy_request_resource
24546
+ # @return [::Google::Cloud::Compute::V1::RegionSetPolicyRequest]
24547
+ # The body resource for this request
24548
+ # @!attribute [rw] resource
24549
+ # @return [::String]
24550
+ # Name or id of the resource for this request.
24551
+ class SetIamPolicyRegionNetworkFirewallPolicyRequest
24552
+ include ::Google::Protobuf::MessageExts
24553
+ extend ::Google::Protobuf::MessageExts::ClassMethods
24554
+ end
24555
+
23140
24556
  # A request message for Reservations.SetIamPolicy. See the method description for details.
23141
24557
  # @!attribute [rw] project
23142
24558
  # @return [::String]
@@ -24785,7 +26201,7 @@ module Google
24785
26201
  # Whether to enable flow logging for this subnetwork. If this field is not explicitly set, it will not appear in get listings. If not set the default behavior is determined by the org policy, if there is no org policy specified, then it will default to disabled. This field isn't supported with the purpose field set to INTERNAL_HTTPS_LOAD_BALANCER.
24786
26202
  # @!attribute [rw] external_ipv6_prefix
24787
26203
  # @return [::String]
24788
- # [Output Only] The range of external IPv6 addresses that are owned by this subnetwork.
26204
+ # [Output Only] The external IPv6 address range that is assigned to this subnetwork.
24789
26205
  # @!attribute [rw] fingerprint
24790
26206
  # @return [::String]
24791
26207
  # Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a Subnetwork. An up-to-date fingerprint must be provided in order to update the Subnetwork, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a Subnetwork.
@@ -24795,16 +26211,19 @@ module Google
24795
26211
  # @!attribute [rw] id
24796
26212
  # @return [::Integer]
24797
26213
  # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
26214
+ # @!attribute [rw] internal_ipv6_prefix
26215
+ # @return [::String]
26216
+ # [Output Only] The internal IPv6 address range that is assigned to this subnetwork.
24798
26217
  # @!attribute [rw] ip_cidr_range
24799
26218
  # @return [::String]
24800
26219
  # The range of internal addresses that are owned by this subnetwork. Provide this property when you create the subnetwork. For example, 10.0.0.0/8 or 100.64.0.0/10. Ranges must be unique and non-overlapping within a network. Only IPv4 is supported. This field is set at resource creation time. The range can be any range listed in the Valid ranges list. The range can be expanded after creation using expandIpCidrRange.
24801
26220
  # @!attribute [rw] ipv6_access_type
24802
26221
  # @return [::String]
24803
- # The access type of IPv6 address this subnet holds. It's immutable and can only be specified during creation or the first time the subnet is updated into IPV4_IPV6 dual stack. If the ipv6_type is EXTERNAL then this subnet cannot enable direct path.
26222
+ # The access type of IPv6 address this subnet holds. It's immutable and can only be specified during creation or the first time the subnet is updated into IPV4_IPV6 dual stack.
24804
26223
  # Check the Ipv6AccessType enum for the list of possible values.
24805
26224
  # @!attribute [rw] ipv6_cidr_range
24806
26225
  # @return [::String]
24807
- # [Output Only] The range of internal IPv6 addresses that are owned by this subnetwork. Note this will be for private google access only eventually.
26226
+ # [Output Only] This field is for internal use.
24808
26227
  # @!attribute [rw] kind
24809
26228
  # @return [::String]
24810
26229
  # [Output Only] Type of the resource. Always compute#subnetwork for Subnetwork resources.
@@ -24822,7 +26241,7 @@ module Google
24822
26241
  # Whether the VMs in this subnet can access Google services without assigned external IP addresses. This field can be both set at resource creation time and updated using setPrivateIpGoogleAccess.
24823
26242
  # @!attribute [rw] private_ipv6_google_access
24824
26243
  # @return [::String]
24825
- # The private IPv6 google access type for the VMs in this subnet. This is an expanded field of enablePrivateV6Access. If both fields are set, privateIpv6GoogleAccess will take priority. This field can be both set at resource creation time and updated using patch.
26244
+ # This field is for internal use. This field can be both set at resource creation time and updated using patch.
24826
26245
  # Check the PrivateIpv6GoogleAccess enum for the list of possible values.
24827
26246
  # @!attribute [rw] purpose
24828
26247
  # @return [::String]
@@ -24843,7 +26262,7 @@ module Google
24843
26262
  # [Output Only] Server-defined URL for the resource.
24844
26263
  # @!attribute [rw] stack_type
24845
26264
  # @return [::String]
24846
- # The stack type for this subnet to identify whether the IPv6 feature is enabled or not. If not specified IPV4_ONLY will be used. This field can be both set at resource creation time and updated using patch.
26265
+ # The stack type for the subnet. If set to IPV4_ONLY, new VMs in the subnet are assigned IPv4 addresses only. If set to IPV4_IPV6, new VMs in the subnet can be assigned both IPv4 and IPv6 addresses. If not specified, IPV4_ONLY is used. This field can be both set at resource creation time and updated using patch.
24847
26266
  # Check the StackType enum for the list of possible values.
24848
26267
  # @!attribute [rw] state
24849
26268
  # @return [::String]
@@ -24853,19 +26272,21 @@ module Google
24853
26272
  include ::Google::Protobuf::MessageExts
24854
26273
  extend ::Google::Protobuf::MessageExts::ClassMethods
24855
26274
 
24856
- # The access type of IPv6 address this subnet holds. It's immutable and can only be specified during creation or the first time the subnet is updated into IPV4_IPV6 dual stack. If the ipv6_type is EXTERNAL then this subnet cannot enable direct path.
26275
+ # The access type of IPv6 address this subnet holds. It's immutable and can only be specified during creation or the first time the subnet is updated into IPV4_IPV6 dual stack.
24857
26276
  module Ipv6AccessType
24858
26277
  # A value indicating that the enum field is not set.
24859
26278
  UNDEFINED_IPV6_ACCESS_TYPE = 0
24860
26279
 
24861
- # VMs on this subnet will be assigned IPv6 addresses that are accesible via the Internet, as well as the VPC network.
26280
+ # VMs on this subnet will be assigned IPv6 addresses that are accessible via the Internet, as well as the VPC network.
24862
26281
  EXTERNAL = 35607499
24863
26282
 
24864
- # IPv6 access type not set. Means this subnet hasn't been turned on IPv6 yet.
26283
+ # VMs on this subnet will be assigned IPv6 addresses that are only accessible over the VPC network.
26284
+ INTERNAL = 279295677
26285
+
24865
26286
  UNSPECIFIED_IPV6_ACCESS_TYPE = 313080613
24866
26287
  end
24867
26288
 
24868
- # The private IPv6 google access type for the VMs in this subnet. This is an expanded field of enablePrivateV6Access. If both fields are set, privateIpv6GoogleAccess will take priority. This field can be both set at resource creation time and updated using patch.
26289
+ # This field is for internal use. This field can be both set at resource creation time and updated using patch.
24869
26290
  module PrivateIpv6GoogleAccess
24870
26291
  # A value indicating that the enum field is not set.
24871
26292
  UNDEFINED_PRIVATE_IPV6_GOOGLE_ACCESS = 0
@@ -24913,7 +26334,7 @@ module Google
24913
26334
  BACKUP = 341010882
24914
26335
  end
24915
26336
 
24916
- # The stack type for this subnet to identify whether the IPv6 feature is enabled or not. If not specified IPV4_ONLY will be used. This field can be both set at resource creation time and updated using patch.
26337
+ # The stack type for the subnet. If set to IPV4_ONLY, new VMs in the subnet are assigned IPv4 addresses only. If set to IPV4_IPV6, new VMs in the subnet can be assigned both IPv4 and IPv6 addresses. If not specified, IPV4_ONLY is used. This field can be both set at resource creation time and updated using patch.
24917
26338
  module StackType
24918
26339
  # A value indicating that the enum field is not set.
24919
26340
  UNDEFINED_STACK_TYPE = 0
@@ -25009,7 +26430,7 @@ module Google
25009
26430
  # Whether to enable flow logging for this subnetwork. If this field is not explicitly set, it will not appear in get listings. If not set the default behavior is determined by the org policy, if there is no org policy specified, then it will default to disabled.
25010
26431
  # @!attribute [rw] filter_expr
25011
26432
  # @return [::String]
25012
- # Can only be specified if VPC flow logs for this subnetwork is enabled. Export filter used to define which VPC flow logs should be logged.
26433
+ # Can only be specified if VPC flow logs for this subnetwork is enabled. The filter expression is used to define which VPC flow logs should be exported to Cloud Logging.
25013
26434
  # @!attribute [rw] flow_sampling
25014
26435
  # @return [::Float]
25015
26436
  # Can only be specified if VPC flow logging for this subnetwork is enabled. The value of the field must be in [0, 1]. Set the sampling rate of VPC flow logs within the subnetwork where 1.0 means all collected logs are reported and 0.0 means no logs are reported. Default is 0.5 unless otherwise specified by the org policy, which means half of all collected logs are reported.
@@ -26361,6 +27782,21 @@ module Google
26361
27782
  extend ::Google::Protobuf::MessageExts::ClassMethods
26362
27783
  end
26363
27784
 
27785
+ # A request message for NetworkFirewallPolicies.TestIamPermissions. See the method description for details.
27786
+ # @!attribute [rw] project
27787
+ # @return [::String]
27788
+ # Project ID for this request.
27789
+ # @!attribute [rw] resource
27790
+ # @return [::String]
27791
+ # Name or id of the resource for this request.
27792
+ # @!attribute [rw] test_permissions_request_resource
27793
+ # @return [::Google::Cloud::Compute::V1::TestPermissionsRequest]
27794
+ # The body resource for this request
27795
+ class TestIamPermissionsNetworkFirewallPolicyRequest
27796
+ include ::Google::Protobuf::MessageExts
27797
+ extend ::Google::Protobuf::MessageExts::ClassMethods
27798
+ end
27799
+
26364
27800
  # A request message for NodeGroups.TestIamPermissions. See the method description for details.
26365
27801
  # @!attribute [rw] project
26366
27802
  # @return [::String]
@@ -26433,6 +27869,24 @@ module Google
26433
27869
  extend ::Google::Protobuf::MessageExts::ClassMethods
26434
27870
  end
26435
27871
 
27872
+ # A request message for RegionNetworkFirewallPolicies.TestIamPermissions. See the method description for details.
27873
+ # @!attribute [rw] project
27874
+ # @return [::String]
27875
+ # Project ID for this request.
27876
+ # @!attribute [rw] region
27877
+ # @return [::String]
27878
+ # The name of the region for this request.
27879
+ # @!attribute [rw] resource
27880
+ # @return [::String]
27881
+ # Name or id of the resource for this request.
27882
+ # @!attribute [rw] test_permissions_request_resource
27883
+ # @return [::Google::Cloud::Compute::V1::TestPermissionsRequest]
27884
+ # The body resource for this request
27885
+ class TestIamPermissionsRegionNetworkFirewallPolicyRequest
27886
+ include ::Google::Protobuf::MessageExts
27887
+ extend ::Google::Protobuf::MessageExts::ClassMethods
27888
+ end
27889
+
26436
27890
  # A request message for Reservations.TestIamPermissions. See the method description for details.
26437
27891
  # @!attribute [rw] project
26438
27892
  # @return [::String]
@@ -26711,9 +28165,11 @@ module Google
26711
28165
  # @!attribute [rw] minimal_action
26712
28166
  # @return [::String]
26713
28167
  # Specifies the action to take when updating an instance even if the updated properties do not require it. If not specified, then Compute Engine acts based on the minimum action that the updated properties require.
28168
+ # Check the MinimalAction enum for the list of possible values.
26714
28169
  # @!attribute [rw] most_disruptive_allowed_action
26715
28170
  # @return [::String]
26716
28171
  # Specifies the most disruptive action that can be taken on the instance as part of the update. Compute Engine returns an error if the instance properties require a more disruptive action as part of the instance update. Valid options from lowest to highest are NO_EFFECT, REFRESH, and RESTART.
28172
+ # Check the MostDisruptiveAllowedAction enum for the list of possible values.
26717
28173
  # @!attribute [rw] project
26718
28174
  # @return [::String]
26719
28175
  # Project ID for this request.
@@ -26726,6 +28182,28 @@ module Google
26726
28182
  class UpdateInstanceRequest
26727
28183
  include ::Google::Protobuf::MessageExts
26728
28184
  extend ::Google::Protobuf::MessageExts::ClassMethods
28185
+
28186
+ # Specifies the action to take when updating an instance even if the updated properties do not require it. If not specified, then Compute Engine acts based on the minimum action that the updated properties require.
28187
+ # Additional supported values which may be not listed in the enum directly due to technical reasons:
28188
+ # INVALID
28189
+ # NO_EFFECT
28190
+ # REFRESH
28191
+ # RESTART
28192
+ module MinimalAction
28193
+ # A value indicating that the enum field is not set.
28194
+ UNDEFINED_MINIMAL_ACTION = 0
28195
+ end
28196
+
28197
+ # Specifies the most disruptive action that can be taken on the instance as part of the update. Compute Engine returns an error if the instance properties require a more disruptive action as part of the instance update. Valid options from lowest to highest are NO_EFFECT, REFRESH, and RESTART.
28198
+ # Additional supported values which may be not listed in the enum directly due to technical reasons:
28199
+ # INVALID
28200
+ # NO_EFFECT
28201
+ # REFRESH
28202
+ # RESTART
28203
+ module MostDisruptiveAllowedAction
28204
+ # A value indicating that the enum field is not set.
28205
+ UNDEFINED_MOST_DISRUPTIVE_ALLOWED_ACTION = 0
28206
+ end
26729
28207
  end
26730
28208
 
26731
28209
  # A request message for Instances.UpdateNetworkInterface. See the method description for details.
@@ -27191,12 +28669,31 @@ module Google
27191
28669
  extend ::Google::Protobuf::MessageExts::ClassMethods
27192
28670
  end
27193
28671
 
28672
+ # @!attribute [rw] load_balancing_schemes
28673
+ # @return [::Array<::String>]
28674
+ # Specifies the load balancer type(s) this validation request is for. Use EXTERNAL_MANAGED for HTTP/HTTPS External Global Load Balancer with Advanced Traffic Management. Use EXTERNAL for Classic HTTP/HTTPS External Global Load Balancer. Other load balancer types are not supported. For more information, refer to Choosing a load balancer. If unspecified, the load balancing scheme will be inferred from the backend service resources this URL map references. If that can not be inferred (for example, this URL map only references backend buckets, or this Url map is for rewrites and redirects only and doesn't reference any backends), EXTERNAL will be used as the default type. If specified, the scheme(s) must not conflict with the load balancing scheme of the backend service resources this Url map references.
28675
+ # Check the LoadBalancingSchemes enum for the list of possible values.
27194
28676
  # @!attribute [rw] resource
27195
28677
  # @return [::Google::Cloud::Compute::V1::UrlMap]
27196
28678
  # Content of the UrlMap to be validated.
27197
28679
  class UrlMapsValidateRequest
27198
28680
  include ::Google::Protobuf::MessageExts
27199
28681
  extend ::Google::Protobuf::MessageExts::ClassMethods
28682
+
28683
+
28684
+ module LoadBalancingSchemes
28685
+ # A value indicating that the enum field is not set.
28686
+ UNDEFINED_LOAD_BALANCING_SCHEMES = 0
28687
+
28688
+ # Signifies that this will be used for Classic L7 External Load Balancing.
28689
+ EXTERNAL = 35607499
28690
+
28691
+ # Signifies that this will be used for Envoy-based L7 External Load Balancing.
28692
+ EXTERNAL_MANAGED = 512006923
28693
+
28694
+ # If unspecified, the validation will try to infer the scheme from the backend service resources this Url map references. If the inferrence is not possible, EXTERNAL will be used as the default type.
28695
+ LOAD_BALANCING_SCHEME_UNSPECIFIED = 526507452
28696
+ end
27200
28697
  end
27201
28698
 
27202
28699
  # @!attribute [rw] result