Skip to content

Commit 375311a

Browse files
feat: Automated regeneration of migrationcenter v1alpha1 client (googleapis#23363)
Auto-created at 2025-06-08 10:27:50 +0000 using the toys pull request generator.
1 parent 90c3881 commit 375311a

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

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.43.0 (2025-06-08)
4+
5+
* Regenerated from discovery document revision 20250529
6+
37
### v0.42.0 (2025-06-01)
48

59
* Regenerated from discovery document revision 20250522

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1364,8 +1364,8 @@ class ComputeEnginePreferences
13641364
attr_accessor :license_type
13651365

13661366
# The type of machines to consider when calculating virtual machine migration
1367-
# insights and recommendations for GCE. Not all machine types are available in
1368-
# all zones and regions.
1367+
# insights and recommendations for Compute Engine. Not all machine types are
1368+
# available in all zones and regions.
13691369
# Corresponds to the JSON property `machinePreferences`
13701370
# @return [Google::Apis::MigrationcenterV1alpha1::MachinePreferences]
13711371
attr_accessor :machine_preferences
@@ -4566,8 +4566,8 @@ def update!(**args)
45664566
end
45674567

45684568
# The type of machines to consider when calculating virtual machine migration
4569-
# insights and recommendations for GCE. Not all machine types are available in
4570-
# all zones and regions.
4569+
# insights and recommendations for Compute Engine. Not all machine types are
4570+
# available in all zones and regions.
45714571
class MachinePreferences
45724572
include Google::Apis::Core::Hashable
45734573

@@ -8168,8 +8168,8 @@ class VmwareEnginePreferences
81688168
# @return [Float]
81698169
attr_accessor :cpu_overcommit_ratio
81708170

8171-
# Optional. Discount percentage for the license type offered to you by Broadcom.
8172-
# Must be between 0 and 100. Only valid when service_type is set to
8171+
# Optional. Discount percentage for the license offered to you by Broadcom. Must
8172+
# be between 0 and 100. Only valid when service_type is set to
81738173
# SERVICE_TYPE_PORTABLE_LICENSE.
81748174
# Corresponds to the JSON property `licenseDiscountPercentage`
81758175
# @return [Float]
@@ -8187,7 +8187,7 @@ class VmwareEnginePreferences
81878187
# @return [Float]
81888188
attr_accessor :memory_overcommit_ratio
81898189

8190-
# Optional. VMWare Service Type (Fully Licensed or Portable License).
8190+
# Optional. GCVE service type (fully licensed or portable license).
81918191
# Corresponds to the JSON property `serviceType`
81928192
# @return [String]
81938193
attr_accessor :service_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.42.0"
19+
GEM_VERSION = "0.43.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 = "20250522"
25+
REVISION = "20250529"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)