Skip to content

Commit f0d4b6a

Browse files
feat: Automated regeneration of migrationcenter v1 client (googleapis#20221)
Auto-created at 2024-09-15 09:38:23 +0000 using the toys pull request generator.
1 parent cb79228 commit f0d4b6a

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

generated/google-apis-migrationcenter_v1/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_v1
22

3+
### v0.16.0 (2024-09-15)
4+
5+
* Regenerated from discovery document revision 20240906
6+
37
### v0.15.0 (2024-09-01)
48

59
* Regenerated from discovery document revision 20240822

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -800,12 +800,12 @@ def update!(**args)
800800
class ComputeEngineShapeDescriptor
801801
include Google::Apis::Core::Hashable
802802

803-
# Number of logical cores.
803+
# Output only. Number of logical cores.
804804
# Corresponds to the JSON property `logicalCoreCount`
805805
# @return [Fixnum]
806806
attr_accessor :logical_core_count
807807

808-
# Compute Engine machine type.
808+
# Output only. Compute Engine machine type.
809809
# Corresponds to the JSON property `machineType`
810810
# @return [String]
811811
attr_accessor :machine_type
@@ -820,12 +820,12 @@ class ComputeEngineShapeDescriptor
820820
# @return [Fixnum]
821821
attr_accessor :physical_core_count
822822

823-
# Compute Engine machine series.
823+
# Output only. Compute Engine machine series.
824824
# Corresponds to the JSON property `series`
825825
# @return [String]
826826
attr_accessor :series
827827

828-
# Compute Engine storage. Never empty.
828+
# Output only. Compute Engine storage. Never empty.
829829
# Corresponds to the JSON property `storage`
830830
# @return [Array<Google::Apis::MigrationcenterV1::ComputeStorageDescriptor>]
831831
attr_accessor :storage
@@ -849,12 +849,12 @@ def update!(**args)
849849
class ComputeStorageDescriptor
850850
include Google::Apis::Core::Hashable
851851

852-
# Disk size in GiB.
852+
# Output only. Disk size in GiB.
853853
# Corresponds to the JSON property `sizeGb`
854854
# @return [Fixnum]
855855
attr_accessor :size_gb
856856

857-
# Disk type backing the storage.
857+
# Output only. Disk type backing the storage.
858858
# Corresponds to the JSON property `type`
859859
# @return [String]
860860
attr_accessor :type
@@ -1509,7 +1509,7 @@ def update!(**args)
15091509
class FitDescriptor
15101510
include Google::Apis::Core::Hashable
15111511

1512-
# Fit level.
1512+
# Output only. Fit level.
15131513
# Corresponds to the JSON property `fitLevel`
15141514
# @return [String]
15151515
attr_accessor :fit_level

generated/google-apis-migrationcenter_v1/lib/google/apis/migrationcenter_v1/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 MigrationcenterV1
1818
# Version of the google-apis-migrationcenter_v1 gem
19-
GEM_VERSION = "0.15.0"
19+
GEM_VERSION = "0.16.0"
2020

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

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

0 commit comments

Comments
 (0)