google-apis-compute_alpha 0.119.0 → 0.121.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: 20dd3c978013c5f00df56d9f326600af7883d07b6b1a1bad9604074556320bcb
4
- data.tar.gz: 142b901fe5c98137ae95b92ad038d395b1fc4530a4abf2938783a8aea2f8ccfe
3
+ metadata.gz: ed7d9f2b2026805c341cb7c2ea99c9109a38f90113ae5593931fd3ffe67633d9
4
+ data.tar.gz: 61c199885fd1c27d7888123aeab94709173614a4be4857e598a99bab4371843c
5
5
  SHA512:
6
- metadata.gz: e99ba070b8baa7c53ec47f8901831f87a41455923f62bfeac203ed2891346d862ff676e85da76a9944aa381af2bf230e3b258a5815389485165c228136a23273
7
- data.tar.gz: 610970912b1b275ed230bb8bf496d9be3b3235a014796c2b260a4cf9be7f2a76f0cdfc8d7b8f0da73abea706d4926fdd0aee0b9a2ab27790afe948ed85c14cb0
6
+ metadata.gz: 31b208b2a91915b0ad572e7d768f515d22f0837fdf5eeaf607ff86aa0437f5369cdfbc5f57ceafc80b403135c453e50da99e08758dd4174370fb1c94ed515f60
7
+ data.tar.gz: 54503fc50c217182df118995c4a8db2a5a4d950c2549b733adb2f1f96fba594ade272e0a20a3fae98f0f6140e3637780908ed9f270259e5b0341b1e628661eda
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-compute_alpha
2
2
 
3
+ ### v0.121.0 (2025-08-24)
4
+
5
+ * Regenerated from discovery document revision 20250810
6
+
7
+ ### v0.120.0 (2025-08-17)
8
+
9
+ * Regenerated from discovery document revision 20250807
10
+
3
11
  ### v0.119.0 (2025-08-10)
4
12
 
5
13
  * Regenerated from discovery document revision 20250729
@@ -4231,7 +4231,7 @@ module Google
4231
4231
  # was redirected to the load balancer. - MAGLEV: used as a drop in replacement
4232
4232
  # for the ring hash load balancer. Maglev is not as stable as ring hash but has
4233
4233
  # faster table lookup build times and host selection times. For more information
4234
- # about Maglev, see https://ai.google/research/pubs/pub44824 -
4234
+ # about Maglev, see Maglev: A Fast and Reliable Software Network Load Balancer. -
4235
4235
  # WEIGHTED_ROUND_ROBIN: Per-endpoint Weighted Round Robin Load Balancing using
4236
4236
  # weights computed from Backend reported Custom Metrics. If set, the Backend
4237
4237
  # Service responses are expected to contain non-standard HTTP response header
@@ -4373,7 +4373,7 @@ module Google
4373
4373
  attr_accessor :service_bindings
4374
4374
 
4375
4375
  # URL to networkservices.ServiceLbPolicy resource. Can only be set if load
4376
- # balancing scheme is EXTERNAL, EXTERNAL_MANAGED, INTERNAL_MANAGED or
4376
+ # balancing scheme is EXTERNAL_MANAGED, INTERNAL_MANAGED or
4377
4377
  # INTERNAL_SELF_MANAGED and the scope is global.
4378
4378
  # Corresponds to the JSON property `serviceLbPolicy`
4379
4379
  # @return [String]
@@ -5803,6 +5803,27 @@ module Google
5803
5803
  # @return [String]
5804
5804
  attr_accessor :authentication_config
5805
5805
 
5806
+ # Assigns the Managed Identity for the RegionBackendService Workload. Use this
5807
+ # property to configure the load balancer back-end to use certificates and roots
5808
+ # of trust provisioned by the Managed Workload Identity system. The `
5809
+ # managedIdentity` property is the fully-specified SPIFFE ID to use in the SVID
5810
+ # presented by the Load Balancer Workload. The SPIFFE ID must be a resource
5811
+ # starting with the "spiffe" scheme identifier, followed by the "trustDomain"
5812
+ # property value, followed by the path to the Managed Workload Identity.
5813
+ # Supported SPIFFE ID format: - spiffe://<trust_domain>/ns/<namespace>/sa/<
5814
+ # subject> The Trust Domain within the Managed Identity must refer to a valid
5815
+ # Workload Identity Pool. The TrustConfig and CertificateIssuanceConfig will be
5816
+ # inherited from the Workload Identity Pool. Restrictions: - If you set the `
5817
+ # managedIdentity` property, you cannot manually set the following fields: -
5818
+ # tlsSettings.sni - tlsSettings.subjectAltNames - tlsSettings.
5819
+ # authenticationConfig When defining a `managedIdentity` for a
5820
+ # RegionBackendServices, the corresponding Workload Identity Pool must have a
5821
+ # ca_pool configured in the same region. The system will set up a read-only
5822
+ # tlsSettings.authenticationConfig for the Managed Identity.
5823
+ # Corresponds to the JSON property `identity`
5824
+ # @return [String]
5825
+ attr_accessor :identity
5826
+
5806
5827
  # Server Name Indication - see RFC3546 section 3.1. If set, the load balancer
5807
5828
  # sends this string as the SNI hostname in the TLS connection to the backend,
5808
5829
  # and requires that this string match a Subject Alternative Name (SAN) in the
@@ -5833,6 +5854,7 @@ module Google
5833
5854
  # Update properties of this object
5834
5855
  def update!(**args)
5835
5856
  @authentication_config = args[:authentication_config] if args.key?(:authentication_config)
5857
+ @identity = args[:identity] if args.key?(:identity)
5836
5858
  @sni = args[:sni] if args.key?(:sni)
5837
5859
  @subject_alt_names = args[:subject_alt_names] if args.key?(:subject_alt_names)
5838
5860
  end
@@ -8082,11 +8104,6 @@ module Google
8082
8104
  class CompositeHealthCheckAggregatedList
8083
8105
  include Google::Apis::Core::Hashable
8084
8106
 
8085
- #
8086
- # Corresponds to the JSON property `etag`
8087
- # @return [String]
8088
- attr_accessor :etag
8089
-
8090
8107
  # [Output Only] Unique identifier for the resource; defined by the server.
8091
8108
  # Corresponds to the JSON property `id`
8092
8109
  # @return [String]
@@ -8116,11 +8133,6 @@ module Google
8116
8133
  # @return [String]
8117
8134
  attr_accessor :self_link
8118
8135
 
8119
- # [Output Only] Unreachable resources.
8120
- # Corresponds to the JSON property `unreachables`
8121
- # @return [Array<String>]
8122
- attr_accessor :unreachables
8123
-
8124
8136
  # [Output Only] Informational warning message.
8125
8137
  # Corresponds to the JSON property `warning`
8126
8138
  # @return [Google::Apis::ComputeAlpha::CompositeHealthCheckAggregatedList::Warning]
@@ -8132,13 +8144,11 @@ module Google
8132
8144
 
8133
8145
  # Update properties of this object
8134
8146
  def update!(**args)
8135
- @etag = args[:etag] if args.key?(:etag)
8136
8147
  @id = args[:id] if args.key?(:id)
8137
8148
  @items = args[:items] if args.key?(:items)
8138
8149
  @kind = args[:kind] if args.key?(:kind)
8139
8150
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
8140
8151
  @self_link = args[:self_link] if args.key?(:self_link)
8141
- @unreachables = args[:unreachables] if args.key?(:unreachables)
8142
8152
  @warning = args[:warning] if args.key?(:warning)
8143
8153
  end
8144
8154
 
@@ -8211,11 +8221,6 @@ module Google
8211
8221
  class CompositeHealthCheckList
8212
8222
  include Google::Apis::Core::Hashable
8213
8223
 
8214
- #
8215
- # Corresponds to the JSON property `etag`
8216
- # @return [String]
8217
- attr_accessor :etag
8218
-
8219
8224
  # [Output Only] Unique identifier for the resource; defined by the server.
8220
8225
  # Corresponds to the JSON property `id`
8221
8226
  # @return [String]
@@ -8246,12 +8251,6 @@ module Google
8246
8251
  # @return [String]
8247
8252
  attr_accessor :self_link
8248
8253
 
8249
- # [Output Only] Unreachable resources. end_interface:
8250
- # MixerListResponseWithEtagBuilder
8251
- # Corresponds to the JSON property `unreachables`
8252
- # @return [Array<String>]
8253
- attr_accessor :unreachables
8254
-
8255
8254
  # [Output Only] Informational warning message.
8256
8255
  # Corresponds to the JSON property `warning`
8257
8256
  # @return [Google::Apis::ComputeAlpha::CompositeHealthCheckList::Warning]
@@ -8263,13 +8262,11 @@ module Google
8263
8262
 
8264
8263
  # Update properties of this object
8265
8264
  def update!(**args)
8266
- @etag = args[:etag] if args.key?(:etag)
8267
8265
  @id = args[:id] if args.key?(:id)
8268
8266
  @items = args[:items] if args.key?(:items)
8269
8267
  @kind = args[:kind] if args.key?(:kind)
8270
8268
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
8271
8269
  @self_link = args[:self_link] if args.key?(:self_link)
8272
- @unreachables = args[:unreachables] if args.key?(:unreachables)
8273
8270
  @warning = args[:warning] if args.key?(:warning)
8274
8271
  end
8275
8272
 
@@ -16869,11 +16866,6 @@ module Google
16869
16866
  class HealthAggregationPolicyList
16870
16867
  include Google::Apis::Core::Hashable
16871
16868
 
16872
- #
16873
- # Corresponds to the JSON property `etag`
16874
- # @return [String]
16875
- attr_accessor :etag
16876
-
16877
16869
  # [Output Only] Unique identifier for the resource; defined by the server.
16878
16870
  # Corresponds to the JSON property `id`
16879
16871
  # @return [String]
@@ -16904,12 +16896,6 @@ module Google
16904
16896
  # @return [String]
16905
16897
  attr_accessor :self_link
16906
16898
 
16907
- # [Output Only] Unreachable resources. end_interface:
16908
- # MixerListResponseWithEtagBuilder
16909
- # Corresponds to the JSON property `unreachables`
16910
- # @return [Array<String>]
16911
- attr_accessor :unreachables
16912
-
16913
16899
  # [Output Only] Informational warning message.
16914
16900
  # Corresponds to the JSON property `warning`
16915
16901
  # @return [Google::Apis::ComputeAlpha::HealthAggregationPolicyList::Warning]
@@ -16921,13 +16907,11 @@ module Google
16921
16907
 
16922
16908
  # Update properties of this object
16923
16909
  def update!(**args)
16924
- @etag = args[:etag] if args.key?(:etag)
16925
16910
  @id = args[:id] if args.key?(:id)
16926
16911
  @items = args[:items] if args.key?(:items)
16927
16912
  @kind = args[:kind] if args.key?(:kind)
16928
16913
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
16929
16914
  @self_link = args[:self_link] if args.key?(:self_link)
16930
- @unreachables = args[:unreachables] if args.key?(:unreachables)
16931
16915
  @warning = args[:warning] if args.key?(:warning)
16932
16916
  end
16933
16917
 
@@ -18173,11 +18157,6 @@ module Google
18173
18157
  class HealthSourceAggregatedList
18174
18158
  include Google::Apis::Core::Hashable
18175
18159
 
18176
- #
18177
- # Corresponds to the JSON property `etag`
18178
- # @return [String]
18179
- attr_accessor :etag
18180
-
18181
18160
  # [Output Only] Unique identifier for the resource; defined by the server.
18182
18161
  # Corresponds to the JSON property `id`
18183
18162
  # @return [String]
@@ -18207,11 +18186,6 @@ module Google
18207
18186
  # @return [String]
18208
18187
  attr_accessor :self_link
18209
18188
 
18210
- # [Output Only] Unreachable resources.
18211
- # Corresponds to the JSON property `unreachables`
18212
- # @return [Array<String>]
18213
- attr_accessor :unreachables
18214
-
18215
18189
  # [Output Only] Informational warning message.
18216
18190
  # Corresponds to the JSON property `warning`
18217
18191
  # @return [Google::Apis::ComputeAlpha::HealthSourceAggregatedList::Warning]
@@ -18223,13 +18197,11 @@ module Google
18223
18197
 
18224
18198
  # Update properties of this object
18225
18199
  def update!(**args)
18226
- @etag = args[:etag] if args.key?(:etag)
18227
18200
  @id = args[:id] if args.key?(:id)
18228
18201
  @items = args[:items] if args.key?(:items)
18229
18202
  @kind = args[:kind] if args.key?(:kind)
18230
18203
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
18231
18204
  @self_link = args[:self_link] if args.key?(:self_link)
18232
- @unreachables = args[:unreachables] if args.key?(:unreachables)
18233
18205
  @warning = args[:warning] if args.key?(:warning)
18234
18206
  end
18235
18207
 
@@ -18302,11 +18274,6 @@ module Google
18302
18274
  class HealthSourceList
18303
18275
  include Google::Apis::Core::Hashable
18304
18276
 
18305
- #
18306
- # Corresponds to the JSON property `etag`
18307
- # @return [String]
18308
- attr_accessor :etag
18309
-
18310
18277
  # [Output Only] Unique identifier for the resource; defined by the server.
18311
18278
  # Corresponds to the JSON property `id`
18312
18279
  # @return [String]
@@ -18337,12 +18304,6 @@ module Google
18337
18304
  # @return [String]
18338
18305
  attr_accessor :self_link
18339
18306
 
18340
- # [Output Only] Unreachable resources. end_interface:
18341
- # MixerListResponseWithEtagBuilder
18342
- # Corresponds to the JSON property `unreachables`
18343
- # @return [Array<String>]
18344
- attr_accessor :unreachables
18345
-
18346
18307
  # [Output Only] Informational warning message.
18347
18308
  # Corresponds to the JSON property `warning`
18348
18309
  # @return [Google::Apis::ComputeAlpha::HealthSourceList::Warning]
@@ -18354,13 +18315,11 @@ module Google
18354
18315
 
18355
18316
  # Update properties of this object
18356
18317
  def update!(**args)
18357
- @etag = args[:etag] if args.key?(:etag)
18358
18318
  @id = args[:id] if args.key?(:id)
18359
18319
  @items = args[:items] if args.key?(:items)
18360
18320
  @kind = args[:kind] if args.key?(:kind)
18361
18321
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
18362
18322
  @self_link = args[:self_link] if args.key?(:self_link)
18363
- @unreachables = args[:unreachables] if args.key?(:unreachables)
18364
18323
  @warning = args[:warning] if args.key?(:warning)
18365
18324
  end
18366
18325
 
@@ -20639,6 +20598,17 @@ module Google
20639
20598
  # @return [Fixnum]
20640
20599
  attr_accessor :id
20641
20600
 
20601
+ #
20602
+ # Corresponds to the JSON property `identity`
20603
+ # @return [String]
20604
+ attr_accessor :identity
20605
+
20606
+ #
20607
+ # Corresponds to the JSON property `identityCertificate`
20608
+ # @return [Boolean]
20609
+ attr_accessor :identity_certificate
20610
+ alias_method :identity_certificate?, :identity_certificate
20611
+
20642
20612
  # Encrypts suspended data for an instance with a customer-managed encryption key.
20643
20613
  # If you are creating a new instance, this field will encrypt the local SSD and
20644
20614
  # in-memory contents of the instance during the suspend operation. If you do not
@@ -20924,6 +20894,8 @@ module Google
20924
20894
  @guest_accelerators = args[:guest_accelerators] if args.key?(:guest_accelerators)
20925
20895
  @hostname = args[:hostname] if args.key?(:hostname)
20926
20896
  @id = args[:id] if args.key?(:id)
20897
+ @identity = args[:identity] if args.key?(:identity)
20898
+ @identity_certificate = args[:identity_certificate] if args.key?(:identity_certificate)
20927
20899
  @instance_encryption_key = args[:instance_encryption_key] if args.key?(:instance_encryption_key)
20928
20900
  @key_revocation_action_type = args[:key_revocation_action_type] if args.key?(:key_revocation_action_type)
20929
20901
  @kind = args[:kind] if args.key?(:kind)
@@ -25056,6 +25028,17 @@ module Google
25056
25028
  # @return [Array<Google::Apis::ComputeAlpha::AcceleratorConfig>]
25057
25029
  attr_accessor :guest_accelerators
25058
25030
 
25031
+ #
25032
+ # Corresponds to the JSON property `identity`
25033
+ # @return [String]
25034
+ attr_accessor :identity
25035
+
25036
+ #
25037
+ # Corresponds to the JSON property `identityCertificate`
25038
+ # @return [Boolean]
25039
+ attr_accessor :identity_certificate
25040
+ alias_method :identity_certificate?, :identity_certificate
25041
+
25059
25042
  # KeyRevocationActionType of the instance. Supported options are "STOP" and "
25060
25043
  # NONE". The default value is "NONE" if it is not specified.
25061
25044
  # Corresponds to the JSON property `keyRevocationActionType`
@@ -25189,6 +25172,8 @@ module Google
25189
25172
  @disks = args[:disks] if args.key?(:disks)
25190
25173
  @display_device = args[:display_device] if args.key?(:display_device)
25191
25174
  @guest_accelerators = args[:guest_accelerators] if args.key?(:guest_accelerators)
25175
+ @identity = args[:identity] if args.key?(:identity)
25176
+ @identity_certificate = args[:identity_certificate] if args.key?(:identity_certificate)
25192
25177
  @key_revocation_action_type = args[:key_revocation_action_type] if args.key?(:key_revocation_action_type)
25193
25178
  @labels = args[:labels] if args.key?(:labels)
25194
25179
  @machine_type = args[:machine_type] if args.key?(:machine_type)
@@ -27332,6 +27317,12 @@ module Google
27332
27317
  # @return [String]
27333
27318
  attr_accessor :state
27334
27319
 
27320
+ # Specific subzone in the InterconnectLocation that represents where this
27321
+ # connection is to be provisioned.
27322
+ # Corresponds to the JSON property `subzone`
27323
+ # @return [String]
27324
+ attr_accessor :subzone
27325
+
27335
27326
  # [Output Only] A list of the URLs of all CrossSiteNetwork WireGroups configured
27336
27327
  # to use this Interconnect. The Interconnect cannot be deleted if this list is
27337
27328
  # non-empty.
@@ -27379,6 +27370,7 @@ module Google
27379
27370
  @self_link = args[:self_link] if args.key?(:self_link)
27380
27371
  @self_link_with_id = args[:self_link_with_id] if args.key?(:self_link_with_id)
27381
27372
  @state = args[:state] if args.key?(:state)
27373
+ @subzone = args[:subzone] if args.key?(:subzone)
27382
27374
  @wire_groups = args[:wire_groups] if args.key?(:wire_groups)
27383
27375
  end
27384
27376
  end
@@ -30720,6 +30712,13 @@ module Google
30720
30712
  # @return [String]
30721
30713
  attr_accessor :self_link_with_id
30722
30714
 
30715
+ # [Output Only] URLs of the other locations that can pair up with this location
30716
+ # to support Single-Region 99.99% SLA. E.g. iad-zone1-1 and iad-zone2-5467 are
30717
+ # Single-Region 99.99% peer locations of each other.
30718
+ # Corresponds to the JSON property `singleRegionProductionCriticalPeerLocations`
30719
+ # @return [Array<String>]
30720
+ attr_accessor :single_region_production_critical_peer_locations
30721
+
30723
30722
  # [Output Only] The status of this InterconnectLocation, which can take one of
30724
30723
  # the following values: - CLOSED: The InterconnectLocation is closed and is
30725
30724
  # unavailable for provisioning new Interconnects. - AVAILABLE: The
@@ -30758,6 +30757,7 @@ module Google
30758
30757
  @region_infos = args[:region_infos] if args.key?(:region_infos)
30759
30758
  @self_link = args[:self_link] if args.key?(:self_link)
30760
30759
  @self_link_with_id = args[:self_link_with_id] if args.key?(:self_link_with_id)
30760
+ @single_region_production_critical_peer_locations = args[:single_region_production_critical_peer_locations] if args.key?(:single_region_production_critical_peer_locations)
30761
30761
  @status = args[:status] if args.key?(:status)
30762
30762
  @supports_pzs = args[:supports_pzs] if args.key?(:supports_pzs)
30763
30763
  end
@@ -55534,14 +55534,14 @@ module Google
55534
55534
  # be configured to filter incoming HTTP requests targeting backend services (
55535
55535
  # including Cloud CDN-enabled) as well as backend buckets (Cloud Storage). They
55536
55536
  # filter requests before the request is served from Google's cache. -
55537
- # CLOUD_ARMOR_INTERNAL_SERVICE: Cloud Armor internal service policies can be
55538
- # configured to filter HTTP requests targeting services managed by Traffic
55539
- # Director in a service mesh. They filter requests before the request is served
55540
- # from the application. - CLOUD_ARMOR_NETWORK: Cloud Armor network policies can
55541
- # be configured to filter packets targeting network load balancing resources
55542
- # such as backend services, target pools, target instances, and instances with
55543
- # external IPs. They filter requests before the request is served from the
55544
- # application. This field can be set only at resource creation time.
55537
+ # CLOUD_ARMOR_INTERNAL_SERVICE (preview only): Cloud Armor internal service
55538
+ # policies can be configured to filter HTTP requests targeting services managed
55539
+ # by Traffic Director in a service mesh. They filter requests before the request
55540
+ # is served from the application. - CLOUD_ARMOR_NETWORK: Cloud Armor network
55541
+ # policies can be configured to filter packets targeting network load balancing
55542
+ # resources such as backend services, target pools, target instances, and
55543
+ # instances with external IPs. They filter requests before the request is served
55544
+ # from the application. This field can be set only at resource creation time.
55545
55545
  # Corresponds to the JSON property `type`
55546
55546
  # @return [String]
55547
55547
  attr_accessor :type
@@ -56159,7 +56159,10 @@ module Google
56159
56159
  # redirectOptions. This action is only supported in Global Security Policies of
56160
56160
  # type CLOUD_ARMOR. - throttle: limit client traffic to the configured threshold.
56161
56161
  # Configure parameters for this action in rateLimitOptions. Requires
56162
- # rate_limit_options to be set for this.
56162
+ # rate_limit_options to be set for this. - fairshare (preview only): when
56163
+ # traffic reaches the threshold limit, requests from the clients matching this
56164
+ # rule begin to be rate-limited using the Fair Share algorithm. This action is
56165
+ # only allowed in security policies of type `CLOUD_ARMOR_INTERNAL_SERVICE`.
56163
56166
  # Corresponds to the JSON property `action`
56164
56167
  # @return [String]
56165
56168
  attr_accessor :action
@@ -56231,8 +56234,8 @@ module Google
56231
56234
  # @return [Fixnum]
56232
56235
  attr_accessor :priority
56233
56236
 
56234
- # Must be specified if the action is "rate_based_ban" or "throttle". Cannot be
56235
- # specified for any other actions.
56237
+ # Must be specified if the action is "rate_based_ban" or "throttle" or "
56238
+ # fairshare". Cannot be specified for any other actions.
56236
56239
  # Corresponds to the JSON property `rateLimitOptions`
56237
56240
  # @return [Google::Apis::ComputeAlpha::SecurityPolicyRuleRateLimitOptions]
56238
56241
  attr_accessor :rate_limit_options
@@ -56814,7 +56817,8 @@ module Google
56814
56817
  # configuration or an IP address cannot be resolved from it, the key type
56815
56818
  # defaults to IP. - TLS_JA4_FINGERPRINT: JA4 TLS/SSL fingerprint if the client
56816
56819
  # connects using HTTPS, HTTP/2 or HTTP/3. If not available, the key type
56817
- # defaults to ALL.
56820
+ # defaults to ALL. For "fairshare" action, this value is limited to ALL i.e. a
56821
+ # single rate limit threshold is enforced for all the requests matching the rule.
56818
56822
  # Corresponds to the JSON property `enforceOnKey`
56819
56823
  # @return [String]
56820
56824
  attr_accessor :enforce_on_key
@@ -64216,10 +64220,10 @@ module Google
64216
64220
  # HTTPS Proxy resources: * [Global](/compute/docs/reference/rest/alpha/
64217
64221
  # targetHttpsProxies) * [Regional](/compute/docs/reference/rest/alpha/
64218
64222
  # regionTargetHttpsProxies) A target HTTPS proxy is a component of Google Cloud
64219
- # HTTPS load balancers. * targetHttpProxies are used by global external
64223
+ # HTTPS load balancers. * targetHttpsProxies are used by global external
64220
64224
  # Application Load Balancers, classic Application Load Balancers, cross-region
64221
64225
  # internal Application Load Balancers, and Traffic Director. *
64222
- # regionTargetHttpProxies are used by regional internal Application Load
64226
+ # regionTargetHttpsProxies are used by regional internal Application Load
64223
64227
  # Balancers and regional external Application Load Balancers. Forwarding rules
64224
64228
  # reference a target HTTPS proxy, and the target proxy then references a URL map.
64225
64229
  # For more information, read Using Target Proxies and Forwarding rule concepts.
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ComputeAlpha
18
18
  # Version of the google-apis-compute_alpha gem
19
- GEM_VERSION = "0.119.0"
19
+ GEM_VERSION = "0.121.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250729"
25
+ REVISION = "20250810"
26
26
  end
27
27
  end
28
28
  end
@@ -10756,6 +10756,7 @@ module Google
10756
10756
  # @private
10757
10757
  class Representation < Google::Apis::Core::JsonRepresentation
10758
10758
  property :authentication_config, as: 'authenticationConfig'
10759
+ property :identity, as: 'identity'
10759
10760
  property :sni, as: 'sni'
10760
10761
  collection :subject_alt_names, as: 'subjectAltNames', class: Google::Apis::ComputeAlpha::BackendServiceTlsSettingsSubjectAltName, decorator: Google::Apis::ComputeAlpha::BackendServiceTlsSettingsSubjectAltName::Representation
10761
10762
 
@@ -11335,14 +11336,12 @@ module Google
11335
11336
  class CompositeHealthCheckAggregatedList
11336
11337
  # @private
11337
11338
  class Representation < Google::Apis::Core::JsonRepresentation
11338
- property :etag, as: 'etag'
11339
11339
  property :id, as: 'id'
11340
11340
  hash :items, as: 'items', class: Google::Apis::ComputeAlpha::CompositeHealthChecksScopedList, decorator: Google::Apis::ComputeAlpha::CompositeHealthChecksScopedList::Representation
11341
11341
 
11342
11342
  property :kind, as: 'kind'
11343
11343
  property :next_page_token, as: 'nextPageToken'
11344
11344
  property :self_link, as: 'selfLink'
11345
- collection :unreachables, as: 'unreachables'
11346
11345
  property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::CompositeHealthCheckAggregatedList::Warning, decorator: Google::Apis::ComputeAlpha::CompositeHealthCheckAggregatedList::Warning::Representation
11347
11346
 
11348
11347
  end
@@ -11369,14 +11368,12 @@ module Google
11369
11368
  class CompositeHealthCheckList
11370
11369
  # @private
11371
11370
  class Representation < Google::Apis::Core::JsonRepresentation
11372
- property :etag, as: 'etag'
11373
11371
  property :id, as: 'id'
11374
11372
  collection :items, as: 'items', class: Google::Apis::ComputeAlpha::CompositeHealthCheck, decorator: Google::Apis::ComputeAlpha::CompositeHealthCheck::Representation
11375
11373
 
11376
11374
  property :kind, as: 'kind'
11377
11375
  property :next_page_token, as: 'nextPageToken'
11378
11376
  property :self_link, as: 'selfLink'
11379
- collection :unreachables, as: 'unreachables'
11380
11377
  property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::CompositeHealthCheckList::Warning, decorator: Google::Apis::ComputeAlpha::CompositeHealthCheckList::Warning::Representation
11381
11378
 
11382
11379
  end
@@ -13420,14 +13417,12 @@ module Google
13420
13417
  class HealthAggregationPolicyList
13421
13418
  # @private
13422
13419
  class Representation < Google::Apis::Core::JsonRepresentation
13423
- property :etag, as: 'etag'
13424
13420
  property :id, as: 'id'
13425
13421
  collection :items, as: 'items', class: Google::Apis::ComputeAlpha::HealthAggregationPolicy, decorator: Google::Apis::ComputeAlpha::HealthAggregationPolicy::Representation
13426
13422
 
13427
13423
  property :kind, as: 'kind'
13428
13424
  property :next_page_token, as: 'nextPageToken'
13429
13425
  property :self_link, as: 'selfLink'
13430
- collection :unreachables, as: 'unreachables'
13431
13426
  property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::HealthAggregationPolicyList::Warning, decorator: Google::Apis::ComputeAlpha::HealthAggregationPolicyList::Warning::Representation
13432
13427
 
13433
13428
  end
@@ -13737,14 +13732,12 @@ module Google
13737
13732
  class HealthSourceAggregatedList
13738
13733
  # @private
13739
13734
  class Representation < Google::Apis::Core::JsonRepresentation
13740
- property :etag, as: 'etag'
13741
13735
  property :id, as: 'id'
13742
13736
  hash :items, as: 'items', class: Google::Apis::ComputeAlpha::HealthSourcesScopedList, decorator: Google::Apis::ComputeAlpha::HealthSourcesScopedList::Representation
13743
13737
 
13744
13738
  property :kind, as: 'kind'
13745
13739
  property :next_page_token, as: 'nextPageToken'
13746
13740
  property :self_link, as: 'selfLink'
13747
- collection :unreachables, as: 'unreachables'
13748
13741
  property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::HealthSourceAggregatedList::Warning, decorator: Google::Apis::ComputeAlpha::HealthSourceAggregatedList::Warning::Representation
13749
13742
 
13750
13743
  end
@@ -13771,14 +13764,12 @@ module Google
13771
13764
  class HealthSourceList
13772
13765
  # @private
13773
13766
  class Representation < Google::Apis::Core::JsonRepresentation
13774
- property :etag, as: 'etag'
13775
13767
  property :id, as: 'id'
13776
13768
  collection :items, as: 'items', class: Google::Apis::ComputeAlpha::HealthSource, decorator: Google::Apis::ComputeAlpha::HealthSource::Representation
13777
13769
 
13778
13770
  property :kind, as: 'kind'
13779
13771
  property :next_page_token, as: 'nextPageToken'
13780
13772
  property :self_link, as: 'selfLink'
13781
- collection :unreachables, as: 'unreachables'
13782
13773
  property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::HealthSourceList::Warning, decorator: Google::Apis::ComputeAlpha::HealthSourceList::Warning::Representation
13783
13774
 
13784
13775
  end
@@ -14305,6 +14296,8 @@ module Google
14305
14296
 
14306
14297
  property :hostname, as: 'hostname'
14307
14298
  property :id, :numeric_string => true, as: 'id'
14299
+ property :identity, as: 'identity'
14300
+ property :identity_certificate, as: 'identityCertificate'
14308
14301
  property :instance_encryption_key, as: 'instanceEncryptionKey', class: Google::Apis::ComputeAlpha::CustomerEncryptionKey, decorator: Google::Apis::ComputeAlpha::CustomerEncryptionKey::Representation
14309
14302
 
14310
14303
  property :key_revocation_action_type, as: 'keyRevocationActionType'
@@ -15469,6 +15462,8 @@ module Google
15469
15462
 
15470
15463
  collection :guest_accelerators, as: 'guestAccelerators', class: Google::Apis::ComputeAlpha::AcceleratorConfig, decorator: Google::Apis::ComputeAlpha::AcceleratorConfig::Representation
15471
15464
 
15465
+ property :identity, as: 'identity'
15466
+ property :identity_certificate, as: 'identityCertificate'
15472
15467
  property :key_revocation_action_type, as: 'keyRevocationActionType'
15473
15468
  hash :labels, as: 'labels'
15474
15469
  property :machine_type, as: 'machineType'
@@ -16058,6 +16053,7 @@ module Google
16058
16053
  property :self_link, as: 'selfLink'
16059
16054
  property :self_link_with_id, as: 'selfLinkWithId'
16060
16055
  property :state, as: 'state'
16056
+ property :subzone, as: 'subzone'
16061
16057
  collection :wire_groups, as: 'wireGroups'
16062
16058
  end
16063
16059
  end
@@ -16884,6 +16880,7 @@ module Google
16884
16880
 
16885
16881
  property :self_link, as: 'selfLink'
16886
16882
  property :self_link_with_id, as: 'selfLinkWithId'
16883
+ collection :single_region_production_critical_peer_locations, as: 'singleRegionProductionCriticalPeerLocations'
16887
16884
  property :status, as: 'status'
16888
16885
  property :supports_pzs, as: 'supportsPzs'
16889
16886
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-compute_alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.119.0
4
+ version: 0.121.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_alpha/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.119.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.121.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_alpha
62
62
  rdoc_options: []
63
63
  require_paths: