Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions generated/google-apis-compute_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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.
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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]
Expand All @@ -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)
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand All @@ -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
Expand Down
Loading