google-apis-compute_beta 0.147.0 → 0.149.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '049501081f746174832d14dbd12a32d06f6c3096f4cb6509c166d3e0f894f958'
4
- data.tar.gz: 257ce9f94e758179d40db7afbab5ee0912ed404bac22c3a698bbae014169b4f4
3
+ metadata.gz: 30cd74ee89010992bbd6109dd539299db9facf6e4281e8f62ce901077b723832
4
+ data.tar.gz: 8e2b07275be0b5f19989ae54b7af5812e95a38fc6bc1a3ab8f5498c251486b56
5
5
  SHA512:
6
- metadata.gz: 831a70bbaa9fe73180a469e1ab4252cb99825e1b5e38d578c02079838c771df00d8fcb730eae29e5f4fa12499ea6a06aac3a2343ac2cbf502dc56d9f7fe3addb
7
- data.tar.gz: d5d83261d3bc1622487165646f8645fcf1eddba0f5030d48d345559390a49ced140fc88ed1517e0a2ee864baf6d480d8af465db8d5c47f782a53773a3e12f9fe
6
+ metadata.gz: b3944ae0b968a57cb296e5be5f0ee94d580e1fe98c6965dc78eaf79ac94c65ff4586cf750f5866988821ad05c3801c0363a2df608725dc67444f9e72574ce4cd
7
+ data.tar.gz: e39c838e5d3908f21c6ee031db63c8b7874c3882d18225fec6117aa9057ef6e07bda99e96d7a20f32674376f805691faae96a5798926e082d17f2bdf8c96f95a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-compute_beta
2
2
 
3
+ ### v0.149.0 (2026-09-20)
4
+
5
+ * Regenerated from discovery document revision 20260910
6
+
7
+ ### v0.148.0 (2026-09-13)
8
+
9
+ * Regenerated from discovery document revision 20260908
10
+
3
11
  ### v0.147.0 (2026-08-30)
4
12
 
5
13
  * Regenerated from discovery document revision 20260821
@@ -1377,6 +1377,21 @@ module Google
1377
1377
  class AliasIpRange
1378
1378
  include Google::Apis::Core::Hashable
1379
1379
 
1380
+ # Identifies the candidate subnetwork range names for the alias
1381
+ # IPs to be allocated from. When it is set, the IP would be allocated from
1382
+ # any subnetwork range defined here if the IPs are available.
1383
+ # Only one of subnetwork_range_name or candidate_subnetwork_range_names
1384
+ # should be set.
1385
+ # Corresponds to the JSON property `candidateSubnetworkRangeNames`
1386
+ # @return [Array<String>]
1387
+ attr_accessor :candidate_subnetwork_range_names
1388
+
1389
+ # Output only. [Output Only] The subnetwork range name where the IP is allocated.
1390
+ # It will be set to the subnetwork range where the IP is allocated only.
1391
+ # Corresponds to the JSON property `effectiveSubnetworkRangeName`
1392
+ # @return [String]
1393
+ attr_accessor :effective_subnetwork_range_name
1394
+
1380
1395
  # The IP alias ranges to allocate for this interface. This IP CIDR range
1381
1396
  # must belong to the specified subnetwork and cannot contain IP addresses
1382
1397
  # reserved by system or used by other network interfaces. This range may be
@@ -1398,6 +1413,8 @@ module Google
1398
1413
 
1399
1414
  # Update properties of this object
1400
1415
  def update!(**args)
1416
+ @candidate_subnetwork_range_names = args[:candidate_subnetwork_range_names] if args.key?(:candidate_subnetwork_range_names)
1417
+ @effective_subnetwork_range_name = args[:effective_subnetwork_range_name] if args.key?(:effective_subnetwork_range_name)
1401
1418
  @ip_cidr_range = args[:ip_cidr_range] if args.key?(:ip_cidr_range)
1402
1419
  @subnetwork_range_name = args[:subnetwork_range_name] if args.key?(:subnetwork_range_name)
1403
1420
  end
@@ -5938,7 +5955,8 @@ module Google
5938
5955
  # The name of the VM instance of the leader network endpoint. The
5939
5956
  # instance must already be attached to the NEG specified in the
5940
5957
  # haPolicy.leader.backendGroup.
5941
- # The name must be 1-63 characters long, and comply with RFC1035.
5958
+ # The value must be a valid RFC1035 name (1-63 characters) or a valid
5959
+ # instance URL.
5942
5960
  # Authorization requires the following IAM permission on the
5943
5961
  # specified resource instance: compute.instances.use
5944
5962
  # Corresponds to the JSON property `instance`
@@ -7610,6 +7628,16 @@ module Google
7610
7628
  class CacheInvalidationRule
7611
7629
  include Google::Apis::Core::Hashable
7612
7630
 
7631
+ # If set, this invalidation rule will only apply to requests routed to the
7632
+ # given backend service or backend bucket.
7633
+ # For example, for a backend bucket `bb1` in the same scope as the URL map,
7634
+ # the path would be `projects/my-project/global/backendBuckets/bb1`; and
7635
+ # for a backend service `bs1` in the same scope as the URL map, the path
7636
+ # would be `projects/my-project/global/backendServices/bs1`.
7637
+ # Corresponds to the JSON property `backendService`
7638
+ # @return [String]
7639
+ attr_accessor :backend_service
7640
+
7613
7641
  # A list of cache tags used to identify cached objects.
7614
7642
  #
7615
7643
  # - Cache tags are specified when the response is first cached, by setting
@@ -7623,12 +7651,25 @@ module Google
7623
7651
  # @return [Array<String>]
7624
7652
  attr_accessor :cache_tags
7625
7653
 
7654
+ # If set, this invalidation rule will only apply to responses with the given
7655
+ # content-type. Parameters are not allowed and are ignored from the response
7656
+ # when matching. Wildcards are not allowed.
7657
+ # Corresponds to the JSON property `contentType`
7658
+ # @return [String]
7659
+ attr_accessor :content_type
7660
+
7626
7661
  # If set, this invalidation rule will only apply to requests with a Host
7627
7662
  # header matching host.
7628
7663
  # Corresponds to the JSON property `host`
7629
7664
  # @return [String]
7630
7665
  attr_accessor :host
7631
7666
 
7667
+ # If set, this invalidation rule will only apply to responses with the
7668
+ # given HTTP status. Valid range is 200-599.
7669
+ # Corresponds to the JSON property `httpStatus`
7670
+ # @return [Fixnum]
7671
+ attr_accessor :http_status
7672
+
7632
7673
  #
7633
7674
  # Corresponds to the JSON property `path`
7634
7675
  # @return [String]
@@ -7640,8 +7681,11 @@ module Google
7640
7681
 
7641
7682
  # Update properties of this object
7642
7683
  def update!(**args)
7684
+ @backend_service = args[:backend_service] if args.key?(:backend_service)
7643
7685
  @cache_tags = args[:cache_tags] if args.key?(:cache_tags)
7686
+ @content_type = args[:content_type] if args.key?(:content_type)
7644
7687
  @host = args[:host] if args.key?(:host)
7688
+ @http_status = args[:http_status] if args.key?(:http_status)
7645
7689
  @path = args[:path] if args.key?(:path)
7646
7690
  end
7647
7691
  end
@@ -8000,6 +8044,100 @@ module Google
8000
8044
  end
8001
8045
  end
8002
8046
 
8047
+ # A request to recommend the maximum duration for extending an existing future
8048
+ # reservation in calendar mode. The recommended duration is shorter than or
8049
+ # equal to the specified extension duration.
8050
+ class CalendarModeExtensionAdviceRequest
8051
+ include Google::Apis::Core::Hashable
8052
+
8053
+ # Required. The desired end time for the extension.
8054
+ # Corresponds to the JSON property `endTimeNotLaterThan`
8055
+ # @return [String]
8056
+ attr_accessor :end_time_not_later_than
8057
+
8058
+ # Required. Reference to the future reservation, in the format:
8059
+ # projects/`project`/zones/`zone`/futureReservations/`name`
8060
+ # Full URIs that include hostnames (like compute.googleapis.com or
8061
+ # www.googleapis.com) are also supported.
8062
+ # Corresponds to the JSON property `futureReservation`
8063
+ # @return [String]
8064
+ attr_accessor :future_reservation
8065
+
8066
+ def initialize(**args)
8067
+ update!(**args)
8068
+ end
8069
+
8070
+ # Update properties of this object
8071
+ def update!(**args)
8072
+ @end_time_not_later_than = args[:end_time_not_later_than] if args.key?(:end_time_not_later_than)
8073
+ @future_reservation = args[:future_reservation] if args.key?(:future_reservation)
8074
+ end
8075
+ end
8076
+
8077
+ # A response that contains the recommended duration for extending
8078
+ # a future reservation in calendar mode based on available capacity
8079
+ # during the extension period.
8080
+ class CalendarModeExtensionAdviceResponse
8081
+ include Google::Apis::Core::Hashable
8082
+
8083
+ # The recommended end time for the extension, which is either the end time
8084
+ # requested by the caller or the longest alternative with sufficient
8085
+ # capacity. If the extension is not possible, this field is empty, and
8086
+ # notRecommendedReason is populated instead.
8087
+ # Corresponds to the JSON property `endTime`
8088
+ # @return [String]
8089
+ attr_accessor :end_time
8090
+
8091
+ # Information about why no recommendation was provided.
8092
+ # Corresponds to the JSON property `notRecommendedReason`
8093
+ # @return [Google::Apis::ComputeBeta::CalendarModeExtensionAdviceResponseNotRecommendedReason]
8094
+ attr_accessor :not_recommended_reason
8095
+
8096
+ # The unique ID of the recommendation, which is a UUID string generated by
8097
+ # the API.
8098
+ # Corresponds to the JSON property `recommendationId`
8099
+ # @return [String]
8100
+ attr_accessor :recommendation_id
8101
+
8102
+ def initialize(**args)
8103
+ update!(**args)
8104
+ end
8105
+
8106
+ # Update properties of this object
8107
+ def update!(**args)
8108
+ @end_time = args[:end_time] if args.key?(:end_time)
8109
+ @not_recommended_reason = args[:not_recommended_reason] if args.key?(:not_recommended_reason)
8110
+ @recommendation_id = args[:recommendation_id] if args.key?(:recommendation_id)
8111
+ end
8112
+ end
8113
+
8114
+ # Information about why no recommendation was provided.
8115
+ class CalendarModeExtensionAdviceResponseNotRecommendedReason
8116
+ include Google::Apis::Core::Hashable
8117
+
8118
+ # Human-readable details describing why the recommendation wasn't provided.
8119
+ # For example, if the status is CONDITIONS_NOT_MET, this field explains why
8120
+ # the requested extension duration isn't possible.
8121
+ # Corresponds to the JSON property `details`
8122
+ # @return [String]
8123
+ attr_accessor :details
8124
+
8125
+ # Status of recommendation.
8126
+ # Corresponds to the JSON property `status`
8127
+ # @return [String]
8128
+ attr_accessor :status
8129
+
8130
+ def initialize(**args)
8131
+ update!(**args)
8132
+ end
8133
+
8134
+ # Update properties of this object
8135
+ def update!(**args)
8136
+ @details = args[:details] if args.key?(:details)
8137
+ @status = args[:status] if args.key?(:status)
8138
+ end
8139
+ end
8140
+
8003
8141
  # A single recommendation to create requested resources. Contains detailed
8004
8142
  # recommendations for every future resources specification specified in
8005
8143
  # CalendarModeAdviceRequest.
@@ -8804,7 +8942,8 @@ module Google
8804
8942
  # GENERAL_PURPOSE,GENERAL_PURPOSE_C4, GENERAL_PURPOSE_E2,GENERAL_PURPOSE_N2,
8805
8943
  # GENERAL_PURPOSE_N2D,GENERAL_PURPOSE_N4, GENERAL_PURPOSE_T2D,GRAPHICS_OPTIMIZED,
8806
8944
  # GRAPHICS_OPTIMIZED_G4,GRAPHICS_OPTIMIZED_G4_VGPU,MEMORY_OPTIMIZED,
8807
- # MEMORY_OPTIMIZED_M3,MEMORY_OPTIMIZED_X4, STORAGE_OPTIMIZED_Z3. For
8945
+ # MEMORY_OPTIMIZED_M3,MEMORY_OPTIMIZED_X4, STORAGE_OPTIMIZED_Z3,
8946
+ # STORAGE_OPTIMIZED_Z4DS, STORAGE_OPTIMIZED_Z4DH,STORAGE_OPTIMIZED_Z4D4T. For
8808
8947
  # example, type MEMORY_OPTIMIZED specifies a commitment that
8809
8948
  # applies only to eligible resources of memory optimized M1 and M2 machine
8810
8949
  # series. Type GENERAL_PURPOSE specifies a commitment that
@@ -12901,6 +13040,11 @@ module Google
12901
13040
  class DistributionPolicyZoneConfiguration
12902
13041
  include Google::Apis::Core::Hashable
12903
13042
 
13043
+ # Encapsulates numeric value that can be either absolute or relative.
13044
+ # Corresponds to the JSON property `maxSize`
13045
+ # @return [Google::Apis::ComputeBeta::FixedOrPercent]
13046
+ attr_accessor :max_size
13047
+
12904
13048
  # The URL of thezone.
12905
13049
  # The zone must exist in the region where the managed instance group is
12906
13050
  # located.
@@ -12914,6 +13058,7 @@ module Google
12914
13058
 
12915
13059
  # Update properties of this object
12916
13060
  def update!(**args)
13061
+ @max_size = args[:max_size] if args.key?(:max_size)
12917
13062
  @zone = args[:zone] if args.key?(:zone)
12918
13063
  end
12919
13064
  end
@@ -12951,6 +13096,26 @@ module Google
12951
13096
  end
12952
13097
  end
12953
13098
 
13099
+ # Dynamic compression policy for this URL Map's route.
13100
+ class DynamicCompressionPolicy
13101
+ include Google::Apis::Core::Hashable
13102
+
13103
+ # Compress text responses using Brotli or gzip compression, based on
13104
+ # the client's Accept-Encoding header.
13105
+ # Corresponds to the JSON property `compressionMode`
13106
+ # @return [String]
13107
+ attr_accessor :compression_mode
13108
+
13109
+ def initialize(**args)
13110
+ update!(**args)
13111
+ end
13112
+
13113
+ # Update properties of this object
13114
+ def update!(**args)
13115
+ @compression_mode = args[:compression_mode] if args.key?(:compression_mode)
13116
+ end
13117
+ end
13118
+
12954
13119
  # Describes the cause of the error with structured details.
12955
13120
  # Example of an error when contacting the "pubsub.googleapis.com" API when it
12956
13121
  # is not enabled:
@@ -16175,6 +16340,13 @@ module Google
16175
16340
  attr_accessor :auto_delete_auto_created_reservations
16176
16341
  alias_method :auto_delete_auto_created_reservations?, :auto_delete_auto_created_reservations
16177
16342
 
16343
+ # Full or partial URL of an existing future reservation to indicate
16344
+ # intent for reserving capacity in the same cluster as the colocation
16345
+ # resource.
16346
+ # Corresponds to the JSON property `colocationResource`
16347
+ # @return [String]
16348
+ attr_accessor :colocation_resource
16349
+
16178
16350
  # If not present, then FR will not deliver a new commitment or update an
16179
16351
  # existing commitment.
16180
16352
  # Corresponds to the JSON property `commitmentInfo`
@@ -16348,6 +16520,7 @@ module Google
16348
16520
  @auto_created_reservations_delete_time = args[:auto_created_reservations_delete_time] if args.key?(:auto_created_reservations_delete_time)
16349
16521
  @auto_created_reservations_duration = args[:auto_created_reservations_duration] if args.key?(:auto_created_reservations_duration)
16350
16522
  @auto_delete_auto_created_reservations = args[:auto_delete_auto_created_reservations] if args.key?(:auto_delete_auto_created_reservations)
16523
+ @colocation_resource = args[:colocation_resource] if args.key?(:colocation_resource)
16351
16524
  @commitment_info = args[:commitment_info] if args.key?(:commitment_info)
16352
16525
  @confidential_compute_type = args[:confidential_compute_type] if args.key?(:confidential_compute_type)
16353
16526
  @creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
@@ -17733,7 +17906,7 @@ module Google
17733
17906
  # @return [String]
17734
17907
  attr_accessor :description
17735
17908
 
17736
- # Output only. For optimistic locking
17909
+ # Output only. For optimistic locking.
17737
17910
  # Corresponds to the JSON property `etag`
17738
17911
  # @return [String]
17739
17912
  attr_accessor :etag
@@ -22566,6 +22739,11 @@ module Google
22566
22739
  # @return [Google::Apis::ComputeBeta::CorsPolicy]
22567
22740
  attr_accessor :cors_policy
22568
22741
 
22742
+ # Dynamic compression policy for this URL Map's route.
22743
+ # Corresponds to the JSON property `dynamicCompressionPolicy`
22744
+ # @return [Google::Apis::ComputeBeta::DynamicCompressionPolicy]
22745
+ attr_accessor :dynamic_compression_policy
22746
+
22569
22747
  # The specification for fault injection introduced into traffic to test
22570
22748
  # the resiliency of clients to backend service failure. As part of fault
22571
22749
  # injection, when clients send requests to a backend service, delays can be
@@ -22643,6 +22821,7 @@ module Google
22643
22821
  def update!(**args)
22644
22822
  @cache_policy = args[:cache_policy] if args.key?(:cache_policy)
22645
22823
  @cors_policy = args[:cors_policy] if args.key?(:cors_policy)
22824
+ @dynamic_compression_policy = args[:dynamic_compression_policy] if args.key?(:dynamic_compression_policy)
22646
22825
  @fault_injection_policy = args[:fault_injection_policy] if args.key?(:fault_injection_policy)
22647
22826
  @image_optimization_policy = args[:image_optimization_policy] if args.key?(:image_optimization_policy)
22648
22827
  @max_stream_duration = args[:max_stream_duration] if args.key?(:max_stream_duration)
@@ -23775,6 +23954,137 @@ module Google
23775
23954
  end
23776
23955
  end
23777
23956
 
23957
+ # Response message for ImageViewsService.List
23958
+ class ImageViewsListResponse
23959
+ include Google::Apis::Core::Hashable
23960
+
23961
+ # Etag of the resource.
23962
+ # Corresponds to the JSON property `etag`
23963
+ # @return [String]
23964
+ attr_accessor :etag
23965
+
23966
+ # [Output Only] Unique identifier for the resource; defined by the server.
23967
+ # Corresponds to the JSON property `id`
23968
+ # @return [String]
23969
+ attr_accessor :id
23970
+
23971
+ # A list of Image resources.
23972
+ # Corresponds to the JSON property `items`
23973
+ # @return [Array<Google::Apis::ComputeBeta::ImageView>]
23974
+ attr_accessor :items
23975
+
23976
+ #
23977
+ # Corresponds to the JSON property `kind`
23978
+ # @return [String]
23979
+ attr_accessor :kind
23980
+
23981
+ #
23982
+ # Corresponds to the JSON property `nextPageToken`
23983
+ # @return [String]
23984
+ attr_accessor :next_page_token
23985
+
23986
+ # Output only. [Output Only] Server-defined URL for this resource.
23987
+ # Corresponds to the JSON property `selfLink`
23988
+ # @return [String]
23989
+ attr_accessor :self_link
23990
+
23991
+ # Output only. [Output Only] Unreachable resources.
23992
+ # Corresponds to the JSON property `unreachables`
23993
+ # @return [Array<String>]
23994
+ attr_accessor :unreachables
23995
+
23996
+ # [Output Only] Informational warning message.
23997
+ # Corresponds to the JSON property `warning`
23998
+ # @return [Google::Apis::ComputeBeta::ImageViewsListResponse::Warning]
23999
+ attr_accessor :warning
24000
+
24001
+ def initialize(**args)
24002
+ update!(**args)
24003
+ end
24004
+
24005
+ # Update properties of this object
24006
+ def update!(**args)
24007
+ @etag = args[:etag] if args.key?(:etag)
24008
+ @id = args[:id] if args.key?(:id)
24009
+ @items = args[:items] if args.key?(:items)
24010
+ @kind = args[:kind] if args.key?(:kind)
24011
+ @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
24012
+ @self_link = args[:self_link] if args.key?(:self_link)
24013
+ @unreachables = args[:unreachables] if args.key?(:unreachables)
24014
+ @warning = args[:warning] if args.key?(:warning)
24015
+ end
24016
+
24017
+ # [Output Only] Informational warning message.
24018
+ class Warning
24019
+ include Google::Apis::Core::Hashable
24020
+
24021
+ # [Output Only] A warning code, if applicable. For example, Compute
24022
+ # Engine returns NO_RESULTS_ON_PAGE if there
24023
+ # are no results in the response.
24024
+ # Corresponds to the JSON property `code`
24025
+ # @return [String]
24026
+ attr_accessor :code
24027
+
24028
+ # [Output Only] Metadata about this warning in key:
24029
+ # value format. For example:
24030
+ # "data": [
24031
+ # `
24032
+ # "key": "scope",
24033
+ # "value": "zones/us-east1-d"
24034
+ # `]
24035
+ # Corresponds to the JSON property `data`
24036
+ # @return [Array<Google::Apis::ComputeBeta::ImageViewsListResponse::Warning::Datum>]
24037
+ attr_accessor :data
24038
+
24039
+ # [Output Only] A human-readable description of the warning code.
24040
+ # Corresponds to the JSON property `message`
24041
+ # @return [String]
24042
+ attr_accessor :message
24043
+
24044
+ def initialize(**args)
24045
+ update!(**args)
24046
+ end
24047
+
24048
+ # Update properties of this object
24049
+ def update!(**args)
24050
+ @code = args[:code] if args.key?(:code)
24051
+ @data = args[:data] if args.key?(:data)
24052
+ @message = args[:message] if args.key?(:message)
24053
+ end
24054
+
24055
+ #
24056
+ class Datum
24057
+ include Google::Apis::Core::Hashable
24058
+
24059
+ # [Output Only] A key that provides more detail on the warning being
24060
+ # returned. For example, for warnings where there are no results in a list
24061
+ # request for a particular zone, this key might be scope and
24062
+ # the key value might be the zone name. Other examples might be a key
24063
+ # indicating a deprecated resource and a suggested replacement, or a
24064
+ # warning about invalid network settings (for example, if an instance
24065
+ # attempts to perform IP forwarding but is not enabled for IP forwarding).
24066
+ # Corresponds to the JSON property `key`
24067
+ # @return [String]
24068
+ attr_accessor :key
24069
+
24070
+ # [Output Only] A warning data value corresponding to the key.
24071
+ # Corresponds to the JSON property `value`
24072
+ # @return [String]
24073
+ attr_accessor :value
24074
+
24075
+ def initialize(**args)
24076
+ update!(**args)
24077
+ end
24078
+
24079
+ # Update properties of this object
24080
+ def update!(**args)
24081
+ @key = args[:key] if args.key?(:key)
24082
+ @value = args[:value] if args.key?(:value)
24083
+ end
24084
+ end
24085
+ end
24086
+ end
24087
+
23778
24088
  # Initial State for shielded instance,
23779
24089
  # these are public keys which are safe to store in public
23780
24090
  class InitialStateConfig
@@ -25539,6 +25849,11 @@ module Google
25539
25849
  class InstanceGroupManagerInstanceFlexibilityPolicy
25540
25850
  include Google::Apis::Core::Hashable
25541
25851
 
25852
+ # Constraints applied to instance flexibility spreading and selection.
25853
+ # Corresponds to the JSON property `constraints`
25854
+ # @return [Google::Apis::ComputeBeta::InstanceGroupManagerInstanceFlexibilityPolicyConstraints]
25855
+ attr_accessor :constraints
25856
+
25542
25857
  # Named instance selections configuring properties that the group will use
25543
25858
  # when creating new VMs.
25544
25859
  # Corresponds to the JSON property `instanceSelections`
@@ -25557,11 +25872,34 @@ module Google
25557
25872
 
25558
25873
  # Update properties of this object
25559
25874
  def update!(**args)
25875
+ @constraints = args[:constraints] if args.key?(:constraints)
25560
25876
  @instance_selections = args[:instance_selections] if args.key?(:instance_selections)
25561
25877
  @provisioning_model_mix = args[:provisioning_model_mix] if args.key?(:provisioning_model_mix)
25562
25878
  end
25563
25879
  end
25564
25880
 
25881
+ # Constraints applied to instance flexibility spreading and selection.
25882
+ class InstanceGroupManagerInstanceFlexibilityPolicyConstraints
25883
+ include Google::Apis::Core::Hashable
25884
+
25885
+ # When set to true, all instances in the group will be provisioned with
25886
+ # the exact same machine type, ensuring cluster homogeneity across zones.
25887
+ # Defaults to false.
25888
+ # Corresponds to the JSON property `singleMachineType`
25889
+ # @return [Boolean]
25890
+ attr_accessor :single_machine_type
25891
+ alias_method :single_machine_type?, :single_machine_type
25892
+
25893
+ def initialize(**args)
25894
+ update!(**args)
25895
+ end
25896
+
25897
+ # Update properties of this object
25898
+ def update!(**args)
25899
+ @single_machine_type = args[:single_machine_type] if args.key?(:single_machine_type)
25900
+ end
25901
+ end
25902
+
25565
25903
  #
25566
25904
  class InstanceGroupManagerInstanceFlexibilityPolicyInstanceSelection
25567
25905
  include Google::Apis::Core::Hashable
@@ -29279,6 +29617,12 @@ module Google
29279
29617
  class InstancePropertiesPatch
29280
29618
  include Google::Apis::Core::Hashable
29281
29619
 
29620
+ # This optional flag exposes the hashed physical host ID.
29621
+ # Corresponds to the JSON property `exposeHostTopology`
29622
+ # @return [Boolean]
29623
+ attr_accessor :expose_host_topology
29624
+ alias_method :expose_host_topology?, :expose_host_topology
29625
+
29282
29626
  # The label key-value pairs that you want to patch onto the instance.
29283
29627
  # Corresponds to the JSON property `labels`
29284
29628
  # @return [Hash<String,String>]
@@ -29297,6 +29641,7 @@ module Google
29297
29641
 
29298
29642
  # Update properties of this object
29299
29643
  def update!(**args)
29644
+ @expose_host_topology = args[:expose_host_topology] if args.key?(:expose_host_topology)
29300
29645
  @labels = args[:labels] if args.key?(:labels)
29301
29646
  @metadata = args[:metadata] if args.key?(:metadata)
29302
29647
  end
@@ -35134,6 +35479,14 @@ module Google
35134
35479
  attr_accessor :fail_open
35135
35480
  alias_method :fail_open?, :fail_open
35136
35481
 
35482
+ # Optional. URL of the InterconnectKeyGroup resource to use for MACsec, in the
35483
+ # format:
35484
+ # projects/`project`/locations/`region`/interconnectKeyGroups/`
35485
+ # interconnectKeyGroup`.
35486
+ # Corresponds to the JSON property `interconnectKeyGroup`
35487
+ # @return [String]
35488
+ attr_accessor :interconnect_key_group
35489
+
35137
35490
  # Required. A keychain placeholder describing a set of named key objects
35138
35491
  # along with their start times. A MACsec CKN/CAK is generated for each
35139
35492
  # key in the key chain. Google router automatically picks the key with
@@ -35150,6 +35503,7 @@ module Google
35150
35503
  # Update properties of this object
35151
35504
  def update!(**args)
35152
35505
  @fail_open = args[:fail_open] if args.key?(:fail_open)
35506
+ @interconnect_key_group = args[:interconnect_key_group] if args.key?(:interconnect_key_group)
35153
35507
  @pre_shared_keys = args[:pre_shared_keys] if args.key?(:pre_shared_keys)
35154
35508
  end
35155
35509
  end
@@ -38429,7 +38783,7 @@ module Google
38429
38783
  # @return [String]
38430
38784
  attr_accessor :id
38431
38785
 
38432
- #
38786
+ # The list of managed rulesets.
38433
38787
  # Corresponds to the JSON property `items`
38434
38788
  # @return [Array<Google::Apis::ComputeBeta::ManagedRuleset>]
38435
38789
  attr_accessor :items
@@ -56824,6 +57178,13 @@ module Google
56824
57178
  # @return [String]
56825
57179
  attr_accessor :host
56826
57180
 
57181
+ # Output only. [Output Only] The ID of the machine on which the running instance
57182
+ # is
57183
+ # located. It is only populated for machines which have multiple hosts.
57184
+ # Corresponds to the JSON property `machine`
57185
+ # @return [String]
57186
+ attr_accessor :machine
57187
+
56827
57188
  # [Output Only] The ID of the sub-block in which the running instance is
56828
57189
  # located. Instances in the same sub-block experience lower network latency
56829
57190
  # than instances in the same block.
@@ -56841,6 +57202,7 @@ module Google
56841
57202
  @block = args[:block] if args.key?(:block)
56842
57203
  @cluster = args[:cluster] if args.key?(:cluster)
56843
57204
  @host = args[:host] if args.key?(:host)
57205
+ @machine = args[:machine] if args.key?(:machine)
56844
57206
  @subblock = args[:subblock] if args.key?(:subblock)
56845
57207
  end
56846
57208
  end
@@ -58696,6 +59058,14 @@ module Google
58696
59058
  attr_accessor :encrypted_interconnect_router
58697
59059
  alias_method :encrypted_interconnect_router?, :encrypted_interconnect_router
58698
59060
 
59061
+ # ETag for optimistic concurrency control as described by AIP 154. Used to
59062
+ # prevent conflicting updates. If provided, the request will succeed only if
59063
+ # the etag matches the current etag of the router; otherwise, the request
59064
+ # fails with an ABORTED error.
59065
+ # Corresponds to the JSON property `etag`
59066
+ # @return [String]
59067
+ attr_accessor :etag
59068
+
58699
59069
  # [Output Only] The unique identifier for the resource. This identifier is
58700
59070
  # defined by the server.
58701
59071
  # Corresponds to the JSON property `id`
@@ -58780,6 +59150,7 @@ module Google
58780
59150
  @creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
58781
59151
  @description = args[:description] if args.key?(:description)
58782
59152
  @encrypted_interconnect_router = args[:encrypted_interconnect_router] if args.key?(:encrypted_interconnect_router)
59153
+ @etag = args[:etag] if args.key?(:etag)
58783
59154
  @id = args[:id] if args.key?(:id)
58784
59155
  @interfaces = args[:interfaces] if args.key?(:interfaces)
58785
59156
  @kind = args[:kind] if args.key?(:kind)
@@ -59879,6 +60250,11 @@ module Google
59879
60250
  # @return [Fixnum]
59880
60251
  attr_accessor :rule_number
59881
60252
 
60253
+ # A list of source workload identities.
60254
+ # Corresponds to the JSON property `sourceWorkloadIdentities`
60255
+ # @return [Array<String>]
60256
+ attr_accessor :source_workload_identities
60257
+
59882
60258
  def initialize(**args)
59883
60259
  update!(**args)
59884
60260
  end
@@ -59889,6 +60265,7 @@ module Google
59889
60265
  @description = args[:description] if args.key?(:description)
59890
60266
  @match = args[:match] if args.key?(:match)
59891
60267
  @rule_number = args[:rule_number] if args.key?(:rule_number)
60268
+ @source_workload_identities = args[:source_workload_identities] if args.key?(:source_workload_identities)
59892
60269
  end
59893
60270
  end
59894
60271
 
@@ -61291,6 +61668,13 @@ module Google
61291
61668
  # @return [Fixnum]
61292
61669
  attr_accessor :availability_domain
61293
61670
 
61671
+ # This optional flag exposes the hashed physical host ID in the
61672
+ # ResourceStatus resource of the VM.
61673
+ # Corresponds to the JSON property `exposeHostTopology`
61674
+ # @return [Boolean]
61675
+ attr_accessor :expose_host_topology
61676
+ alias_method :expose_host_topology?, :expose_host_topology
61677
+
61294
61678
  # The configuration for gracefully shutting down the instance.
61295
61679
  # Corresponds to the JSON property `gracefulShutdown`
61296
61680
  # @return [Google::Apis::ComputeBeta::SchedulingGracefulShutdown]
@@ -61417,6 +61801,7 @@ module Google
61417
61801
  def update!(**args)
61418
61802
  @automatic_restart = args[:automatic_restart] if args.key?(:automatic_restart)
61419
61803
  @availability_domain = args[:availability_domain] if args.key?(:availability_domain)
61804
+ @expose_host_topology = args[:expose_host_topology] if args.key?(:expose_host_topology)
61420
61805
  @graceful_shutdown = args[:graceful_shutdown] if args.key?(:graceful_shutdown)
61421
61806
  @host_error_timeout_seconds = args[:host_error_timeout_seconds] if args.key?(:host_error_timeout_seconds)
61422
61807
  @instance_termination_action = args[:instance_termination_action] if args.key?(:instance_termination_action)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ComputeBeta
18
18
  # Version of the google-apis-compute_beta gem
19
- GEM_VERSION = "0.147.0"
19
+ GEM_VERSION = "0.149.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260821"
25
+ REVISION = "20260910"
26
26
  end
27
27
  end
28
28
  end