Skip to content

Commit 499b34e

Browse files
feat: Automated regeneration of migrationcenter v1alpha1 client (googleapis#23733)
Auto-created at 2025-07-20 10:32:58 +0000 using the toys pull request generator.
1 parent 78e0961 commit 499b34e

File tree

5 files changed

+14
-2
lines changed

5 files changed

+14
-2
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283586,6 +283586,7 @@
283586283586
"/migrationcenter:v1alpha1/MachineArchitectureDetails": machine_architecture_details
283587283587
"/migrationcenter:v1alpha1/MachineArchitectureDetails/bios": bios
283588283588
"/migrationcenter:v1alpha1/MachineArchitectureDetails/cpuArchitecture": cpu_architecture
283589+
"/migrationcenter:v1alpha1/MachineArchitectureDetails/cpuManufacturer": cpu_manufacturer
283589283590
"/migrationcenter:v1alpha1/MachineArchitectureDetails/cpuName": cpu_name
283590283591
"/migrationcenter:v1alpha1/MachineArchitectureDetails/cpuSocketCount": cpu_socket_count
283591283592
"/migrationcenter:v1alpha1/MachineArchitectureDetails/firmwareType": firmware_type

generated/google-apis-migrationcenter_v1alpha1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-migrationcenter_v1alpha1
22

3+
### v0.44.0 (2025-07-20)
4+
5+
* Regenerated from discovery document revision 20250710
6+
37
### v0.43.0 (2025-06-08)
48

59
* Regenerated from discovery document revision 20250529

generated/google-apis-migrationcenter_v1alpha1/lib/google/apis/migrationcenter_v1alpha1/classes.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4356,6 +4356,11 @@ class MachineArchitectureDetails
43564356
# @return [String]
43574357
attr_accessor :cpu_architecture
43584358

4359+
# Optional. CPU manufacturer, e.g., "Intel", "AMD".
4360+
# Corresponds to the JSON property `cpuManufacturer`
4361+
# @return [String]
4362+
attr_accessor :cpu_manufacturer
4363+
43594364
# CPU name, e.g., "Intel Xeon E5-2690", "AMD EPYC 7571" etc.
43604365
# Corresponds to the JSON property `cpuName`
43614366
# @return [String]
@@ -4389,6 +4394,7 @@ def initialize(**args)
43894394
def update!(**args)
43904395
@bios = args[:bios] if args.key?(:bios)
43914396
@cpu_architecture = args[:cpu_architecture] if args.key?(:cpu_architecture)
4397+
@cpu_manufacturer = args[:cpu_manufacturer] if args.key?(:cpu_manufacturer)
43924398
@cpu_name = args[:cpu_name] if args.key?(:cpu_name)
43934399
@cpu_socket_count = args[:cpu_socket_count] if args.key?(:cpu_socket_count)
43944400
@firmware_type = args[:firmware_type] if args.key?(:firmware_type)

generated/google-apis-migrationcenter_v1alpha1/lib/google/apis/migrationcenter_v1alpha1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module MigrationcenterV1alpha1
1818
# Version of the google-apis-migrationcenter_v1alpha1 gem
19-
GEM_VERSION = "0.43.0"
19+
GEM_VERSION = "0.44.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250529"
25+
REVISION = "20250710"
2626
end
2727
end
2828
end

generated/google-apis-migrationcenter_v1alpha1/lib/google/apis/migrationcenter_v1alpha1/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2743,6 +2743,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
27432743
property :bios, as: 'bios', class: Google::Apis::MigrationcenterV1alpha1::BiosDetails, decorator: Google::Apis::MigrationcenterV1alpha1::BiosDetails::Representation
27442744

27452745
property :cpu_architecture, as: 'cpuArchitecture'
2746+
property :cpu_manufacturer, as: 'cpuManufacturer'
27462747
property :cpu_name, as: 'cpuName'
27472748
property :cpu_socket_count, as: 'cpuSocketCount'
27482749
property :firmware_type, as: 'firmwareType'

0 commit comments

Comments
 (0)