google-apis-compute_alpha 0.119.0 → 0.120.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: 136c041401f39cf09a9a69e35ce04b59b5c2af77c7b8809896bd8dd3a0dc4e91
4
+ data.tar.gz: 25adfda67f912e3756fa4f46de50e3a67eea3452f820190882c218d9ef996d1f
5
5
  SHA512:
6
- metadata.gz: e99ba070b8baa7c53ec47f8901831f87a41455923f62bfeac203ed2891346d862ff676e85da76a9944aa381af2bf230e3b258a5815389485165c228136a23273
7
- data.tar.gz: 610970912b1b275ed230bb8bf496d9be3b3235a014796c2b260a4cf9be7f2a76f0cdfc8d7b8f0da73abea706d4926fdd0aee0b9a2ab27790afe948ed85c14cb0
6
+ metadata.gz: efc085edb1d51fd1f84b4eeb75da7448a6ccff40f0308aba77740680c0f2ebcca63a2c616e9791da884432e886ab15e0a9b27add4655f8bce8a51ea68aba3d8f
7
+ data.tar.gz: 6488490d08d37b4fa7bec47f274f8c81dbc42569126a390a45ac4e264a311a0ad2bc593fa7822ce3e504016727afb6d03640e808e1d6dfc64ba455282926b6b7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_alpha
2
2
 
3
+ ### v0.120.0 (2025-08-17)
4
+
5
+ * Regenerated from discovery document revision 20250807
6
+
3
7
  ### v0.119.0 (2025-08-10)
4
8
 
5
9
  * 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]
@@ -8082,11 +8082,6 @@ module Google
8082
8082
  class CompositeHealthCheckAggregatedList
8083
8083
  include Google::Apis::Core::Hashable
8084
8084
 
8085
- #
8086
- # Corresponds to the JSON property `etag`
8087
- # @return [String]
8088
- attr_accessor :etag
8089
-
8090
8085
  # [Output Only] Unique identifier for the resource; defined by the server.
8091
8086
  # Corresponds to the JSON property `id`
8092
8087
  # @return [String]
@@ -8116,11 +8111,6 @@ module Google
8116
8111
  # @return [String]
8117
8112
  attr_accessor :self_link
8118
8113
 
8119
- # [Output Only] Unreachable resources.
8120
- # Corresponds to the JSON property `unreachables`
8121
- # @return [Array<String>]
8122
- attr_accessor :unreachables
8123
-
8124
8114
  # [Output Only] Informational warning message.
8125
8115
  # Corresponds to the JSON property `warning`
8126
8116
  # @return [Google::Apis::ComputeAlpha::CompositeHealthCheckAggregatedList::Warning]
@@ -8132,13 +8122,11 @@ module Google
8132
8122
 
8133
8123
  # Update properties of this object
8134
8124
  def update!(**args)
8135
- @etag = args[:etag] if args.key?(:etag)
8136
8125
  @id = args[:id] if args.key?(:id)
8137
8126
  @items = args[:items] if args.key?(:items)
8138
8127
  @kind = args[:kind] if args.key?(:kind)
8139
8128
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
8140
8129
  @self_link = args[:self_link] if args.key?(:self_link)
8141
- @unreachables = args[:unreachables] if args.key?(:unreachables)
8142
8130
  @warning = args[:warning] if args.key?(:warning)
8143
8131
  end
8144
8132
 
@@ -8211,11 +8199,6 @@ module Google
8211
8199
  class CompositeHealthCheckList
8212
8200
  include Google::Apis::Core::Hashable
8213
8201
 
8214
- #
8215
- # Corresponds to the JSON property `etag`
8216
- # @return [String]
8217
- attr_accessor :etag
8218
-
8219
8202
  # [Output Only] Unique identifier for the resource; defined by the server.
8220
8203
  # Corresponds to the JSON property `id`
8221
8204
  # @return [String]
@@ -8246,12 +8229,6 @@ module Google
8246
8229
  # @return [String]
8247
8230
  attr_accessor :self_link
8248
8231
 
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
8232
  # [Output Only] Informational warning message.
8256
8233
  # Corresponds to the JSON property `warning`
8257
8234
  # @return [Google::Apis::ComputeAlpha::CompositeHealthCheckList::Warning]
@@ -8263,13 +8240,11 @@ module Google
8263
8240
 
8264
8241
  # Update properties of this object
8265
8242
  def update!(**args)
8266
- @etag = args[:etag] if args.key?(:etag)
8267
8243
  @id = args[:id] if args.key?(:id)
8268
8244
  @items = args[:items] if args.key?(:items)
8269
8245
  @kind = args[:kind] if args.key?(:kind)
8270
8246
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
8271
8247
  @self_link = args[:self_link] if args.key?(:self_link)
8272
- @unreachables = args[:unreachables] if args.key?(:unreachables)
8273
8248
  @warning = args[:warning] if args.key?(:warning)
8274
8249
  end
8275
8250
 
@@ -16869,11 +16844,6 @@ module Google
16869
16844
  class HealthAggregationPolicyList
16870
16845
  include Google::Apis::Core::Hashable
16871
16846
 
16872
- #
16873
- # Corresponds to the JSON property `etag`
16874
- # @return [String]
16875
- attr_accessor :etag
16876
-
16877
16847
  # [Output Only] Unique identifier for the resource; defined by the server.
16878
16848
  # Corresponds to the JSON property `id`
16879
16849
  # @return [String]
@@ -16904,12 +16874,6 @@ module Google
16904
16874
  # @return [String]
16905
16875
  attr_accessor :self_link
16906
16876
 
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
16877
  # [Output Only] Informational warning message.
16914
16878
  # Corresponds to the JSON property `warning`
16915
16879
  # @return [Google::Apis::ComputeAlpha::HealthAggregationPolicyList::Warning]
@@ -16921,13 +16885,11 @@ module Google
16921
16885
 
16922
16886
  # Update properties of this object
16923
16887
  def update!(**args)
16924
- @etag = args[:etag] if args.key?(:etag)
16925
16888
  @id = args[:id] if args.key?(:id)
16926
16889
  @items = args[:items] if args.key?(:items)
16927
16890
  @kind = args[:kind] if args.key?(:kind)
16928
16891
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
16929
16892
  @self_link = args[:self_link] if args.key?(:self_link)
16930
- @unreachables = args[:unreachables] if args.key?(:unreachables)
16931
16893
  @warning = args[:warning] if args.key?(:warning)
16932
16894
  end
16933
16895
 
@@ -18173,11 +18135,6 @@ module Google
18173
18135
  class HealthSourceAggregatedList
18174
18136
  include Google::Apis::Core::Hashable
18175
18137
 
18176
- #
18177
- # Corresponds to the JSON property `etag`
18178
- # @return [String]
18179
- attr_accessor :etag
18180
-
18181
18138
  # [Output Only] Unique identifier for the resource; defined by the server.
18182
18139
  # Corresponds to the JSON property `id`
18183
18140
  # @return [String]
@@ -18207,11 +18164,6 @@ module Google
18207
18164
  # @return [String]
18208
18165
  attr_accessor :self_link
18209
18166
 
18210
- # [Output Only] Unreachable resources.
18211
- # Corresponds to the JSON property `unreachables`
18212
- # @return [Array<String>]
18213
- attr_accessor :unreachables
18214
-
18215
18167
  # [Output Only] Informational warning message.
18216
18168
  # Corresponds to the JSON property `warning`
18217
18169
  # @return [Google::Apis::ComputeAlpha::HealthSourceAggregatedList::Warning]
@@ -18223,13 +18175,11 @@ module Google
18223
18175
 
18224
18176
  # Update properties of this object
18225
18177
  def update!(**args)
18226
- @etag = args[:etag] if args.key?(:etag)
18227
18178
  @id = args[:id] if args.key?(:id)
18228
18179
  @items = args[:items] if args.key?(:items)
18229
18180
  @kind = args[:kind] if args.key?(:kind)
18230
18181
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
18231
18182
  @self_link = args[:self_link] if args.key?(:self_link)
18232
- @unreachables = args[:unreachables] if args.key?(:unreachables)
18233
18183
  @warning = args[:warning] if args.key?(:warning)
18234
18184
  end
18235
18185
 
@@ -18302,11 +18252,6 @@ module Google
18302
18252
  class HealthSourceList
18303
18253
  include Google::Apis::Core::Hashable
18304
18254
 
18305
- #
18306
- # Corresponds to the JSON property `etag`
18307
- # @return [String]
18308
- attr_accessor :etag
18309
-
18310
18255
  # [Output Only] Unique identifier for the resource; defined by the server.
18311
18256
  # Corresponds to the JSON property `id`
18312
18257
  # @return [String]
@@ -18337,12 +18282,6 @@ module Google
18337
18282
  # @return [String]
18338
18283
  attr_accessor :self_link
18339
18284
 
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
18285
  # [Output Only] Informational warning message.
18347
18286
  # Corresponds to the JSON property `warning`
18348
18287
  # @return [Google::Apis::ComputeAlpha::HealthSourceList::Warning]
@@ -18354,13 +18293,11 @@ module Google
18354
18293
 
18355
18294
  # Update properties of this object
18356
18295
  def update!(**args)
18357
- @etag = args[:etag] if args.key?(:etag)
18358
18296
  @id = args[:id] if args.key?(:id)
18359
18297
  @items = args[:items] if args.key?(:items)
18360
18298
  @kind = args[:kind] if args.key?(:kind)
18361
18299
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
18362
18300
  @self_link = args[:self_link] if args.key?(:self_link)
18363
- @unreachables = args[:unreachables] if args.key?(:unreachables)
18364
18301
  @warning = args[:warning] if args.key?(:warning)
18365
18302
  end
18366
18303
 
@@ -20639,6 +20576,17 @@ module Google
20639
20576
  # @return [Fixnum]
20640
20577
  attr_accessor :id
20641
20578
 
20579
+ #
20580
+ # Corresponds to the JSON property `identity`
20581
+ # @return [String]
20582
+ attr_accessor :identity
20583
+
20584
+ #
20585
+ # Corresponds to the JSON property `identityCertificate`
20586
+ # @return [Boolean]
20587
+ attr_accessor :identity_certificate
20588
+ alias_method :identity_certificate?, :identity_certificate
20589
+
20642
20590
  # Encrypts suspended data for an instance with a customer-managed encryption key.
20643
20591
  # If you are creating a new instance, this field will encrypt the local SSD and
20644
20592
  # in-memory contents of the instance during the suspend operation. If you do not
@@ -20924,6 +20872,8 @@ module Google
20924
20872
  @guest_accelerators = args[:guest_accelerators] if args.key?(:guest_accelerators)
20925
20873
  @hostname = args[:hostname] if args.key?(:hostname)
20926
20874
  @id = args[:id] if args.key?(:id)
20875
+ @identity = args[:identity] if args.key?(:identity)
20876
+ @identity_certificate = args[:identity_certificate] if args.key?(:identity_certificate)
20927
20877
  @instance_encryption_key = args[:instance_encryption_key] if args.key?(:instance_encryption_key)
20928
20878
  @key_revocation_action_type = args[:key_revocation_action_type] if args.key?(:key_revocation_action_type)
20929
20879
  @kind = args[:kind] if args.key?(:kind)
@@ -25056,6 +25006,17 @@ module Google
25056
25006
  # @return [Array<Google::Apis::ComputeAlpha::AcceleratorConfig>]
25057
25007
  attr_accessor :guest_accelerators
25058
25008
 
25009
+ #
25010
+ # Corresponds to the JSON property `identity`
25011
+ # @return [String]
25012
+ attr_accessor :identity
25013
+
25014
+ #
25015
+ # Corresponds to the JSON property `identityCertificate`
25016
+ # @return [Boolean]
25017
+ attr_accessor :identity_certificate
25018
+ alias_method :identity_certificate?, :identity_certificate
25019
+
25059
25020
  # KeyRevocationActionType of the instance. Supported options are "STOP" and "
25060
25021
  # NONE". The default value is "NONE" if it is not specified.
25061
25022
  # Corresponds to the JSON property `keyRevocationActionType`
@@ -25189,6 +25150,8 @@ module Google
25189
25150
  @disks = args[:disks] if args.key?(:disks)
25190
25151
  @display_device = args[:display_device] if args.key?(:display_device)
25191
25152
  @guest_accelerators = args[:guest_accelerators] if args.key?(:guest_accelerators)
25153
+ @identity = args[:identity] if args.key?(:identity)
25154
+ @identity_certificate = args[:identity_certificate] if args.key?(:identity_certificate)
25192
25155
  @key_revocation_action_type = args[:key_revocation_action_type] if args.key?(:key_revocation_action_type)
25193
25156
  @labels = args[:labels] if args.key?(:labels)
25194
25157
  @machine_type = args[:machine_type] if args.key?(:machine_type)
@@ -64216,10 +64179,10 @@ module Google
64216
64179
  # HTTPS Proxy resources: * [Global](/compute/docs/reference/rest/alpha/
64217
64180
  # targetHttpsProxies) * [Regional](/compute/docs/reference/rest/alpha/
64218
64181
  # regionTargetHttpsProxies) A target HTTPS proxy is a component of Google Cloud
64219
- # HTTPS load balancers. * targetHttpProxies are used by global external
64182
+ # HTTPS load balancers. * targetHttpsProxies are used by global external
64220
64183
  # Application Load Balancers, classic Application Load Balancers, cross-region
64221
64184
  # internal Application Load Balancers, and Traffic Director. *
64222
- # regionTargetHttpProxies are used by regional internal Application Load
64185
+ # regionTargetHttpsProxies are used by regional internal Application Load
64223
64186
  # Balancers and regional external Application Load Balancers. Forwarding rules
64224
64187
  # reference a target HTTPS proxy, and the target proxy then references a URL map.
64225
64188
  # 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.120.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 = "20250807"
26
26
  end
27
27
  end
28
28
  end
@@ -11335,14 +11335,12 @@ module Google
11335
11335
  class CompositeHealthCheckAggregatedList
11336
11336
  # @private
11337
11337
  class Representation < Google::Apis::Core::JsonRepresentation
11338
- property :etag, as: 'etag'
11339
11338
  property :id, as: 'id'
11340
11339
  hash :items, as: 'items', class: Google::Apis::ComputeAlpha::CompositeHealthChecksScopedList, decorator: Google::Apis::ComputeAlpha::CompositeHealthChecksScopedList::Representation
11341
11340
 
11342
11341
  property :kind, as: 'kind'
11343
11342
  property :next_page_token, as: 'nextPageToken'
11344
11343
  property :self_link, as: 'selfLink'
11345
- collection :unreachables, as: 'unreachables'
11346
11344
  property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::CompositeHealthCheckAggregatedList::Warning, decorator: Google::Apis::ComputeAlpha::CompositeHealthCheckAggregatedList::Warning::Representation
11347
11345
 
11348
11346
  end
@@ -11369,14 +11367,12 @@ module Google
11369
11367
  class CompositeHealthCheckList
11370
11368
  # @private
11371
11369
  class Representation < Google::Apis::Core::JsonRepresentation
11372
- property :etag, as: 'etag'
11373
11370
  property :id, as: 'id'
11374
11371
  collection :items, as: 'items', class: Google::Apis::ComputeAlpha::CompositeHealthCheck, decorator: Google::Apis::ComputeAlpha::CompositeHealthCheck::Representation
11375
11372
 
11376
11373
  property :kind, as: 'kind'
11377
11374
  property :next_page_token, as: 'nextPageToken'
11378
11375
  property :self_link, as: 'selfLink'
11379
- collection :unreachables, as: 'unreachables'
11380
11376
  property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::CompositeHealthCheckList::Warning, decorator: Google::Apis::ComputeAlpha::CompositeHealthCheckList::Warning::Representation
11381
11377
 
11382
11378
  end
@@ -13420,14 +13416,12 @@ module Google
13420
13416
  class HealthAggregationPolicyList
13421
13417
  # @private
13422
13418
  class Representation < Google::Apis::Core::JsonRepresentation
13423
- property :etag, as: 'etag'
13424
13419
  property :id, as: 'id'
13425
13420
  collection :items, as: 'items', class: Google::Apis::ComputeAlpha::HealthAggregationPolicy, decorator: Google::Apis::ComputeAlpha::HealthAggregationPolicy::Representation
13426
13421
 
13427
13422
  property :kind, as: 'kind'
13428
13423
  property :next_page_token, as: 'nextPageToken'
13429
13424
  property :self_link, as: 'selfLink'
13430
- collection :unreachables, as: 'unreachables'
13431
13425
  property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::HealthAggregationPolicyList::Warning, decorator: Google::Apis::ComputeAlpha::HealthAggregationPolicyList::Warning::Representation
13432
13426
 
13433
13427
  end
@@ -13737,14 +13731,12 @@ module Google
13737
13731
  class HealthSourceAggregatedList
13738
13732
  # @private
13739
13733
  class Representation < Google::Apis::Core::JsonRepresentation
13740
- property :etag, as: 'etag'
13741
13734
  property :id, as: 'id'
13742
13735
  hash :items, as: 'items', class: Google::Apis::ComputeAlpha::HealthSourcesScopedList, decorator: Google::Apis::ComputeAlpha::HealthSourcesScopedList::Representation
13743
13736
 
13744
13737
  property :kind, as: 'kind'
13745
13738
  property :next_page_token, as: 'nextPageToken'
13746
13739
  property :self_link, as: 'selfLink'
13747
- collection :unreachables, as: 'unreachables'
13748
13740
  property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::HealthSourceAggregatedList::Warning, decorator: Google::Apis::ComputeAlpha::HealthSourceAggregatedList::Warning::Representation
13749
13741
 
13750
13742
  end
@@ -13771,14 +13763,12 @@ module Google
13771
13763
  class HealthSourceList
13772
13764
  # @private
13773
13765
  class Representation < Google::Apis::Core::JsonRepresentation
13774
- property :etag, as: 'etag'
13775
13766
  property :id, as: 'id'
13776
13767
  collection :items, as: 'items', class: Google::Apis::ComputeAlpha::HealthSource, decorator: Google::Apis::ComputeAlpha::HealthSource::Representation
13777
13768
 
13778
13769
  property :kind, as: 'kind'
13779
13770
  property :next_page_token, as: 'nextPageToken'
13780
13771
  property :self_link, as: 'selfLink'
13781
- collection :unreachables, as: 'unreachables'
13782
13772
  property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::HealthSourceList::Warning, decorator: Google::Apis::ComputeAlpha::HealthSourceList::Warning::Representation
13783
13773
 
13784
13774
  end
@@ -14305,6 +14295,8 @@ module Google
14305
14295
 
14306
14296
  property :hostname, as: 'hostname'
14307
14297
  property :id, :numeric_string => true, as: 'id'
14298
+ property :identity, as: 'identity'
14299
+ property :identity_certificate, as: 'identityCertificate'
14308
14300
  property :instance_encryption_key, as: 'instanceEncryptionKey', class: Google::Apis::ComputeAlpha::CustomerEncryptionKey, decorator: Google::Apis::ComputeAlpha::CustomerEncryptionKey::Representation
14309
14301
 
14310
14302
  property :key_revocation_action_type, as: 'keyRevocationActionType'
@@ -15469,6 +15461,8 @@ module Google
15469
15461
 
15470
15462
  collection :guest_accelerators, as: 'guestAccelerators', class: Google::Apis::ComputeAlpha::AcceleratorConfig, decorator: Google::Apis::ComputeAlpha::AcceleratorConfig::Representation
15471
15463
 
15464
+ property :identity, as: 'identity'
15465
+ property :identity_certificate, as: 'identityCertificate'
15472
15466
  property :key_revocation_action_type, as: 'keyRevocationActionType'
15473
15467
  hash :labels, as: 'labels'
15474
15468
  property :machine_type, as: 'machineType'
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.120.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.120.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: