google-apis-migrationcenter_v1 0.14.0 → 0.16.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8f1bac3834793b9a572c73f55ace42d388299afb98fed74925e3efd16b1de4ea
|
4
|
+
data.tar.gz: 6039f318109b1d0931170eaec0e9c0f51352b5a7be13738063aa094dc2976342
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 783b51dbac215d349b89cddfc9dbb9397dd16ce711539719a267074f552d3d15acb33e56602df586f1fd5c17cdf5fb65fb36369e05a04e53f42f052d992fc98f
|
7
|
+
data.tar.gz: e0e5f15c2b4db0325b3991c566898cad312a73823056310c6e797dc47825c89b08ca5d63996b06085efa25b0cb95f48ba9061f0ad0ccb0d13f5c127d4e2049ad
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-migrationcenter_v1
|
2
2
|
|
3
|
+
### v0.16.0 (2024-09-15)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240906
|
6
|
+
|
7
|
+
### v0.15.0 (2024-09-01)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240822
|
10
|
+
* Regenerated using generator version 0.15.1
|
11
|
+
|
3
12
|
### v0.14.0 (2024-06-26)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20240620
|
@@ -800,12 +800,12 @@ module Google
|
|
800
800
|
class ComputeEngineShapeDescriptor
|
801
801
|
include Google::Apis::Core::Hashable
|
802
802
|
|
803
|
-
# Number of logical cores.
|
803
|
+
# Output only. Number of logical cores.
|
804
804
|
# Corresponds to the JSON property `logicalCoreCount`
|
805
805
|
# @return [Fixnum]
|
806
806
|
attr_accessor :logical_core_count
|
807
807
|
|
808
|
-
# Compute Engine machine type.
|
808
|
+
# Output only. Compute Engine machine type.
|
809
809
|
# Corresponds to the JSON property `machineType`
|
810
810
|
# @return [String]
|
811
811
|
attr_accessor :machine_type
|
@@ -820,12 +820,12 @@ module Google
|
|
820
820
|
# @return [Fixnum]
|
821
821
|
attr_accessor :physical_core_count
|
822
822
|
|
823
|
-
# Compute Engine machine series.
|
823
|
+
# Output only. Compute Engine machine series.
|
824
824
|
# Corresponds to the JSON property `series`
|
825
825
|
# @return [String]
|
826
826
|
attr_accessor :series
|
827
827
|
|
828
|
-
# Compute Engine storage. Never empty.
|
828
|
+
# Output only. Compute Engine storage. Never empty.
|
829
829
|
# Corresponds to the JSON property `storage`
|
830
830
|
# @return [Array<Google::Apis::MigrationcenterV1::ComputeStorageDescriptor>]
|
831
831
|
attr_accessor :storage
|
@@ -849,12 +849,12 @@ module Google
|
|
849
849
|
class ComputeStorageDescriptor
|
850
850
|
include Google::Apis::Core::Hashable
|
851
851
|
|
852
|
-
# Disk size in GiB.
|
852
|
+
# Output only. Disk size in GiB.
|
853
853
|
# Corresponds to the JSON property `sizeGb`
|
854
854
|
# @return [Fixnum]
|
855
855
|
attr_accessor :size_gb
|
856
856
|
|
857
|
-
# Disk type backing the storage.
|
857
|
+
# Output only. Disk type backing the storage.
|
858
858
|
# Corresponds to the JSON property `type`
|
859
859
|
# @return [String]
|
860
860
|
attr_accessor :type
|
@@ -1509,7 +1509,7 @@ module Google
|
|
1509
1509
|
class FitDescriptor
|
1510
1510
|
include Google::Apis::Core::Hashable
|
1511
1511
|
|
1512
|
-
# Fit level.
|
1512
|
+
# Output only. Fit level.
|
1513
1513
|
# Corresponds to the JSON property `fitLevel`
|
1514
1514
|
# @return [String]
|
1515
1515
|
attr_accessor :fit_level
|
@@ -2156,6 +2156,11 @@ module Google
|
|
2156
2156
|
class ImportRowError
|
2157
2157
|
include Google::Apis::Core::Hashable
|
2158
2158
|
|
2159
|
+
# Error details for a CSV file.
|
2160
|
+
# Corresponds to the JSON property `csvError`
|
2161
|
+
# @return [Google::Apis::MigrationcenterV1::ImportRowErrorCsvErrorDetails]
|
2162
|
+
attr_accessor :csv_error
|
2163
|
+
|
2159
2164
|
# The list of errors detected in the row.
|
2160
2165
|
# Corresponds to the JSON property `errors`
|
2161
2166
|
# @return [Array<Google::Apis::MigrationcenterV1::ImportError>]
|
@@ -2176,16 +2181,67 @@ module Google
|
|
2176
2181
|
# @return [String]
|
2177
2182
|
attr_accessor :vm_uuid
|
2178
2183
|
|
2184
|
+
# Error details for an XLSX file.
|
2185
|
+
# Corresponds to the JSON property `xlsxError`
|
2186
|
+
# @return [Google::Apis::MigrationcenterV1::ImportRowErrorXlsxErrorDetails]
|
2187
|
+
attr_accessor :xlsx_error
|
2188
|
+
|
2179
2189
|
def initialize(**args)
|
2180
2190
|
update!(**args)
|
2181
2191
|
end
|
2182
2192
|
|
2183
2193
|
# Update properties of this object
|
2184
2194
|
def update!(**args)
|
2195
|
+
@csv_error = args[:csv_error] if args.key?(:csv_error)
|
2185
2196
|
@errors = args[:errors] if args.key?(:errors)
|
2186
2197
|
@row_number = args[:row_number] if args.key?(:row_number)
|
2187
2198
|
@vm_name = args[:vm_name] if args.key?(:vm_name)
|
2188
2199
|
@vm_uuid = args[:vm_uuid] if args.key?(:vm_uuid)
|
2200
|
+
@xlsx_error = args[:xlsx_error] if args.key?(:xlsx_error)
|
2201
|
+
end
|
2202
|
+
end
|
2203
|
+
|
2204
|
+
# Error details for a CSV file.
|
2205
|
+
class ImportRowErrorCsvErrorDetails
|
2206
|
+
include Google::Apis::Core::Hashable
|
2207
|
+
|
2208
|
+
# The row number where the error was detected.
|
2209
|
+
# Corresponds to the JSON property `rowNumber`
|
2210
|
+
# @return [Fixnum]
|
2211
|
+
attr_accessor :row_number
|
2212
|
+
|
2213
|
+
def initialize(**args)
|
2214
|
+
update!(**args)
|
2215
|
+
end
|
2216
|
+
|
2217
|
+
# Update properties of this object
|
2218
|
+
def update!(**args)
|
2219
|
+
@row_number = args[:row_number] if args.key?(:row_number)
|
2220
|
+
end
|
2221
|
+
end
|
2222
|
+
|
2223
|
+
# Error details for an XLSX file.
|
2224
|
+
class ImportRowErrorXlsxErrorDetails
|
2225
|
+
include Google::Apis::Core::Hashable
|
2226
|
+
|
2227
|
+
# The row number where the error was detected.
|
2228
|
+
# Corresponds to the JSON property `rowNumber`
|
2229
|
+
# @return [Fixnum]
|
2230
|
+
attr_accessor :row_number
|
2231
|
+
|
2232
|
+
# The name of the sheet where the error was detected.
|
2233
|
+
# Corresponds to the JSON property `sheet`
|
2234
|
+
# @return [String]
|
2235
|
+
attr_accessor :sheet
|
2236
|
+
|
2237
|
+
def initialize(**args)
|
2238
|
+
update!(**args)
|
2239
|
+
end
|
2240
|
+
|
2241
|
+
# Update properties of this object
|
2242
|
+
def update!(**args)
|
2243
|
+
@row_number = args[:row_number] if args.key?(:row_number)
|
2244
|
+
@sheet = args[:sheet] if args.key?(:sheet)
|
2189
2245
|
end
|
2190
2246
|
end
|
2191
2247
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module MigrationcenterV1
|
18
18
|
# Version of the google-apis-migrationcenter_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.16.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240906"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -418,6 +418,18 @@ module Google
|
|
418
418
|
include Google::Apis::Core::JsonObjectSupport
|
419
419
|
end
|
420
420
|
|
421
|
+
class ImportRowErrorCsvErrorDetails
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
|
+
|
424
|
+
include Google::Apis::Core::JsonObjectSupport
|
425
|
+
end
|
426
|
+
|
427
|
+
class ImportRowErrorXlsxErrorDetails
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
|
+
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
431
|
+
end
|
432
|
+
|
421
433
|
class Insight
|
422
434
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
435
|
|
@@ -1570,11 +1582,30 @@ module Google
|
|
1570
1582
|
class ImportRowError
|
1571
1583
|
# @private
|
1572
1584
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1585
|
+
property :csv_error, as: 'csvError', class: Google::Apis::MigrationcenterV1::ImportRowErrorCsvErrorDetails, decorator: Google::Apis::MigrationcenterV1::ImportRowErrorCsvErrorDetails::Representation
|
1586
|
+
|
1573
1587
|
collection :errors, as: 'errors', class: Google::Apis::MigrationcenterV1::ImportError, decorator: Google::Apis::MigrationcenterV1::ImportError::Representation
|
1574
1588
|
|
1575
1589
|
property :row_number, as: 'rowNumber'
|
1576
1590
|
property :vm_name, as: 'vmName'
|
1577
1591
|
property :vm_uuid, as: 'vmUuid'
|
1592
|
+
property :xlsx_error, as: 'xlsxError', class: Google::Apis::MigrationcenterV1::ImportRowErrorXlsxErrorDetails, decorator: Google::Apis::MigrationcenterV1::ImportRowErrorXlsxErrorDetails::Representation
|
1593
|
+
|
1594
|
+
end
|
1595
|
+
end
|
1596
|
+
|
1597
|
+
class ImportRowErrorCsvErrorDetails
|
1598
|
+
# @private
|
1599
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1600
|
+
property :row_number, as: 'rowNumber'
|
1601
|
+
end
|
1602
|
+
end
|
1603
|
+
|
1604
|
+
class ImportRowErrorXlsxErrorDetails
|
1605
|
+
# @private
|
1606
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1607
|
+
property :row_number, as: 'rowNumber'
|
1608
|
+
property :sheet, as: 'sheet'
|
1578
1609
|
end
|
1579
1610
|
end
|
1580
1611
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-migrationcenter_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.16.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-09-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-migrationcenter_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-migrationcenter_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-migrationcenter_v1/v0.16.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-migrationcenter_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|