diff --git a/generated/google-apis-compute_v1/CHANGELOG.md b/generated/google-apis-compute_v1/CHANGELOG.md index 00c70dcd180..3332bb3bfab 100644 --- a/generated/google-apis-compute_v1/CHANGELOG.md +++ b/generated/google-apis-compute_v1/CHANGELOG.md @@ -1,5 +1,9 @@ # Release history for google-apis-compute_v1 +### v0.149.0 (2026-07-05) + +* Regenerated from discovery document revision 20260625 + ### v0.148.0 (2026-06-21) * Regenerated from discovery document revision 20260612 diff --git a/generated/google-apis-compute_v1/lib/google/apis/compute_v1/classes.rb b/generated/google-apis-compute_v1/lib/google/apis/compute_v1/classes.rb index fad21cdc737..fb095a40a7a 100644 --- a/generated/google-apis-compute_v1/lib/google/apis/compute_v1/classes.rb +++ b/generated/google-apis-compute_v1/lib/google/apis/compute_v1/classes.rb @@ -47625,11 +47625,6 @@ def update!(**args) class ReservationBlock include Google::Apis::Core::Hashable - # Health information for the reservation block. - # Corresponds to the JSON property `blockHealthInfo` - # @return [Google::Apis::ComputeV1::ReservationBlockHealthInfo] - attr_accessor :block_health_info - # Output only. [Output Only] The number of resources that are allocated in this # reservation block. # Corresponds to the JSON property `count` @@ -47641,6 +47636,11 @@ class ReservationBlock # @return [String] attr_accessor :creation_timestamp + # Health information for the reservation block. + # Corresponds to the JSON property `healthInfo` + # @return [Google::Apis::ComputeV1::ReservationBlockHealthInfo] + attr_accessor :health_info + # Output only. [Output Only] The unique identifier for the resource. This # identifier is # defined by the server. @@ -47729,9 +47729,9 @@ def initialize(**args) # Update properties of this object def update!(**args) - @block_health_info = args[:block_health_info] if args.key?(:block_health_info) @count = args[:count] if args.key?(:count) @creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp) + @health_info = args[:health_info] if args.key?(:health_info) @id = args[:id] if args.key?(:id) @in_use_count = args[:in_use_count] if args.key?(:in_use_count) @in_use_host_count = args[:in_use_host_count] if args.key?(:in_use_host_count) @@ -48497,6 +48497,11 @@ class ReservationSubBlock # @return [String] attr_accessor :creation_timestamp + # Health information for the reservation subBlock. + # Corresponds to the JSON property `healthInfo` + # @return [Google::Apis::ComputeV1::ReservationSubBlockHealthInfo] + attr_accessor :health_info + # Output only. [Output Only] The unique identifier for the resource. This # identifier is # defined by the server. @@ -48559,11 +48564,6 @@ class ReservationSubBlock # @return [String] attr_accessor :status - # Health information for the reservation subBlock. - # Corresponds to the JSON property `subBlockHealthInfo` - # @return [Google::Apis::ComputeV1::ReservationSubBlockHealthInfo] - attr_accessor :sub_block_health_info - # Output only. [Output Only] Zone in which the reservation subBlock resides. # Corresponds to the JSON property `zone` # @return [String] @@ -48578,6 +48578,7 @@ def update!(**args) @accelerator_topologies_info = args[:accelerator_topologies_info] if args.key?(:accelerator_topologies_info) @count = args[:count] if args.key?(:count) @creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp) + @health_info = args[:health_info] if args.key?(:health_info) @id = args[:id] if args.key?(:id) @in_use_count = args[:in_use_count] if args.key?(:in_use_count) @in_use_host_count = args[:in_use_host_count] if args.key?(:in_use_host_count) @@ -48588,7 +48589,6 @@ def update!(**args) @self_link = args[:self_link] if args.key?(:self_link) @self_link_with_id = args[:self_link_with_id] if args.key?(:self_link_with_id) @status = args[:status] if args.key?(:status) - @sub_block_health_info = args[:sub_block_health_info] if args.key?(:sub_block_health_info) @zone = args[:zone] if args.key?(:zone) end end diff --git a/generated/google-apis-compute_v1/lib/google/apis/compute_v1/gem_version.rb b/generated/google-apis-compute_v1/lib/google/apis/compute_v1/gem_version.rb index 74b2c673d01..3413f0505e1 100644 --- a/generated/google-apis-compute_v1/lib/google/apis/compute_v1/gem_version.rb +++ b/generated/google-apis-compute_v1/lib/google/apis/compute_v1/gem_version.rb @@ -16,13 +16,13 @@ module Google module Apis module ComputeV1 # Version of the google-apis-compute_v1 gem - GEM_VERSION = "0.148.0" + GEM_VERSION = "0.149.0" # Version of the code generator used to generate this client GENERATOR_VERSION = "0.19.0" # Revision of the discovery document this client was generated from - REVISION = "20260612" + REVISION = "20260625" end end end diff --git a/generated/google-apis-compute_v1/lib/google/apis/compute_v1/representations.rb b/generated/google-apis-compute_v1/lib/google/apis/compute_v1/representations.rb index 02343d4162c..3a988dbc7b6 100644 --- a/generated/google-apis-compute_v1/lib/google/apis/compute_v1/representations.rb +++ b/generated/google-apis-compute_v1/lib/google/apis/compute_v1/representations.rb @@ -19698,10 +19698,10 @@ class Representation < Google::Apis::Core::JsonRepresentation class ReservationBlock # @private class Representation < Google::Apis::Core::JsonRepresentation - property :block_health_info, as: 'blockHealthInfo', class: Google::Apis::ComputeV1::ReservationBlockHealthInfo, decorator: Google::Apis::ComputeV1::ReservationBlockHealthInfo::Representation - property :count, as: 'count' property :creation_timestamp, as: 'creationTimestamp' + property :health_info, as: 'healthInfo', class: Google::Apis::ComputeV1::ReservationBlockHealthInfo, decorator: Google::Apis::ComputeV1::ReservationBlockHealthInfo::Representation + property :id, :numeric_string => true, as: 'id' property :in_use_count, as: 'inUseCount' property :in_use_host_count, as: 'inUseHostCount' @@ -19930,6 +19930,8 @@ class Representation < Google::Apis::Core::JsonRepresentation property :count, as: 'count' property :creation_timestamp, as: 'creationTimestamp' + property :health_info, as: 'healthInfo', class: Google::Apis::ComputeV1::ReservationSubBlockHealthInfo, decorator: Google::Apis::ComputeV1::ReservationSubBlockHealthInfo::Representation + property :id, :numeric_string => true, as: 'id' property :in_use_count, as: 'inUseCount' property :in_use_host_count, as: 'inUseHostCount' @@ -19942,8 +19944,6 @@ class Representation < Google::Apis::Core::JsonRepresentation property :self_link, as: 'selfLink' property :self_link_with_id, as: 'selfLinkWithId' property :status, as: 'status' - property :sub_block_health_info, as: 'subBlockHealthInfo', class: Google::Apis::ComputeV1::ReservationSubBlockHealthInfo, decorator: Google::Apis::ComputeV1::ReservationSubBlockHealthInfo::Representation - property :zone, as: 'zone' end end