google-apis-compute_v1 0.148.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: 70b54e8ed894133be18872aba5c3f4b227592689103b2c841fa33c87af20e939
4
- data.tar.gz: b5760291fc588e4097cce56e083e2d41987a25e6026e8c0a1234b46428720082
3
+ metadata.gz: a02ec038b48d3dea53e17f17988d2a2849c8699fc905df4caa73ddf75c8cf714
4
+ data.tar.gz: b3d9a211614d1611568cdd1512499e78b4b5e9c4a7a0c3464993ff185e4dac7e
5
5
  SHA512:
6
- metadata.gz: ea1f5d7f75f1b60f457c7d577be8d66061fbc3b5d2ecadd880e00cc381a786c6ba0d8817a6e92821de1207339fcc20b14612d698ef407d2e7085916e200e8b2d
7
- data.tar.gz: 3994dee96e9699a2c2bade9210369aa5521c99fa5aaef3766722fedfbfa8455912ed31e80be00cf2bbcbe67bff28b364d25018460dbd6c50d7bc9039ea6ce02a
6
+ metadata.gz: f2bc2ca5e807253bb964cc15de3136040d1c25171240473d7f94266ba538099d8e1e19cd3dfa062a190fadb9df794c89f31c6aa405c2eac4987058dfb407b10c
7
+ data.tar.gz: afabc07256b9cbff77fa4ce22311bdb385b99ff641109479549b26e1512bac367f34babc814a8ee45f9c2ecc796c1f946706d0dce9a6ecd1c9a611c9c90bd7dd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_v1
2
2
 
3
+ ### v0.149.0 (2026-07-05)
4
+
5
+ * Regenerated from discovery document revision 20260625
6
+
3
7
  ### v0.148.0 (2026-06-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20260612
@@ -47625,11 +47625,6 @@ module Google
47625
47625
  class ReservationBlock
47626
47626
  include Google::Apis::Core::Hashable
47627
47627
 
47628
- # Health information for the reservation block.
47629
- # Corresponds to the JSON property `blockHealthInfo`
47630
- # @return [Google::Apis::ComputeV1::ReservationBlockHealthInfo]
47631
- attr_accessor :block_health_info
47632
-
47633
47628
  # Output only. [Output Only] The number of resources that are allocated in this
47634
47629
  # reservation block.
47635
47630
  # Corresponds to the JSON property `count`
@@ -47641,6 +47636,11 @@ module Google
47641
47636
  # @return [String]
47642
47637
  attr_accessor :creation_timestamp
47643
47638
 
47639
+ # Health information for the reservation block.
47640
+ # Corresponds to the JSON property `healthInfo`
47641
+ # @return [Google::Apis::ComputeV1::ReservationBlockHealthInfo]
47642
+ attr_accessor :health_info
47643
+
47644
47644
  # Output only. [Output Only] The unique identifier for the resource. This
47645
47645
  # identifier is
47646
47646
  # defined by the server.
@@ -47729,9 +47729,9 @@ module Google
47729
47729
 
47730
47730
  # Update properties of this object
47731
47731
  def update!(**args)
47732
- @block_health_info = args[:block_health_info] if args.key?(:block_health_info)
47733
47732
  @count = args[:count] if args.key?(:count)
47734
47733
  @creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
47734
+ @health_info = args[:health_info] if args.key?(:health_info)
47735
47735
  @id = args[:id] if args.key?(:id)
47736
47736
  @in_use_count = args[:in_use_count] if args.key?(:in_use_count)
47737
47737
  @in_use_host_count = args[:in_use_host_count] if args.key?(:in_use_host_count)
@@ -48497,6 +48497,11 @@ module Google
48497
48497
  # @return [String]
48498
48498
  attr_accessor :creation_timestamp
48499
48499
 
48500
+ # Health information for the reservation subBlock.
48501
+ # Corresponds to the JSON property `healthInfo`
48502
+ # @return [Google::Apis::ComputeV1::ReservationSubBlockHealthInfo]
48503
+ attr_accessor :health_info
48504
+
48500
48505
  # Output only. [Output Only] The unique identifier for the resource. This
48501
48506
  # identifier is
48502
48507
  # defined by the server.
@@ -48559,11 +48564,6 @@ module Google
48559
48564
  # @return [String]
48560
48565
  attr_accessor :status
48561
48566
 
48562
- # Health information for the reservation subBlock.
48563
- # Corresponds to the JSON property `subBlockHealthInfo`
48564
- # @return [Google::Apis::ComputeV1::ReservationSubBlockHealthInfo]
48565
- attr_accessor :sub_block_health_info
48566
-
48567
48567
  # Output only. [Output Only] Zone in which the reservation subBlock resides.
48568
48568
  # Corresponds to the JSON property `zone`
48569
48569
  # @return [String]
@@ -48578,6 +48578,7 @@ module Google
48578
48578
  @accelerator_topologies_info = args[:accelerator_topologies_info] if args.key?(:accelerator_topologies_info)
48579
48579
  @count = args[:count] if args.key?(:count)
48580
48580
  @creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
48581
+ @health_info = args[:health_info] if args.key?(:health_info)
48581
48582
  @id = args[:id] if args.key?(:id)
48582
48583
  @in_use_count = args[:in_use_count] if args.key?(:in_use_count)
48583
48584
  @in_use_host_count = args[:in_use_host_count] if args.key?(:in_use_host_count)
@@ -48588,7 +48589,6 @@ module Google
48588
48589
  @self_link = args[:self_link] if args.key?(:self_link)
48589
48590
  @self_link_with_id = args[:self_link_with_id] if args.key?(:self_link_with_id)
48590
48591
  @status = args[:status] if args.key?(:status)
48591
- @sub_block_health_info = args[:sub_block_health_info] if args.key?(:sub_block_health_info)
48592
48592
  @zone = args[:zone] if args.key?(:zone)
48593
48593
  end
48594
48594
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ComputeV1
18
18
  # Version of the google-apis-compute_v1 gem
19
- GEM_VERSION = "0.148.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 = "20260612"
25
+ REVISION = "20260625"
26
26
  end
27
27
  end
28
28
  end
@@ -19698,10 +19698,10 @@ module Google
19698
19698
  class ReservationBlock
19699
19699
  # @private
19700
19700
  class Representation < Google::Apis::Core::JsonRepresentation
19701
- property :block_health_info, as: 'blockHealthInfo', class: Google::Apis::ComputeV1::ReservationBlockHealthInfo, decorator: Google::Apis::ComputeV1::ReservationBlockHealthInfo::Representation
19702
-
19703
19701
  property :count, as: 'count'
19704
19702
  property :creation_timestamp, as: 'creationTimestamp'
19703
+ property :health_info, as: 'healthInfo', class: Google::Apis::ComputeV1::ReservationBlockHealthInfo, decorator: Google::Apis::ComputeV1::ReservationBlockHealthInfo::Representation
19704
+
19705
19705
  property :id, :numeric_string => true, as: 'id'
19706
19706
  property :in_use_count, as: 'inUseCount'
19707
19707
  property :in_use_host_count, as: 'inUseHostCount'
@@ -19930,6 +19930,8 @@ module Google
19930
19930
 
19931
19931
  property :count, as: 'count'
19932
19932
  property :creation_timestamp, as: 'creationTimestamp'
19933
+ property :health_info, as: 'healthInfo', class: Google::Apis::ComputeV1::ReservationSubBlockHealthInfo, decorator: Google::Apis::ComputeV1::ReservationSubBlockHealthInfo::Representation
19934
+
19933
19935
  property :id, :numeric_string => true, as: 'id'
19934
19936
  property :in_use_count, as: 'inUseCount'
19935
19937
  property :in_use_host_count, as: 'inUseHostCount'
@@ -19942,8 +19944,6 @@ module Google
19942
19944
  property :self_link, as: 'selfLink'
19943
19945
  property :self_link_with_id, as: 'selfLinkWithId'
19944
19946
  property :status, as: 'status'
19945
- property :sub_block_health_info, as: 'subBlockHealthInfo', class: Google::Apis::ComputeV1::ReservationSubBlockHealthInfo, decorator: Google::Apis::ComputeV1::ReservationSubBlockHealthInfo::Representation
19946
-
19947
19947
  property :zone, as: 'zone'
19948
19948
  end
19949
19949
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-compute_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.148.0
4
+ version: 0.149.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_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.148.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.149.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_v1
62
62
  rdoc_options: []
63
63
  require_paths: