google-apis-migrationcenter_v1 0.19.0 → 0.20.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: e02b697f1a524e798ccdf410f74cbafaa3a1da7eb08ce47efc3475adf745d2ad
|
4
|
+
data.tar.gz: 12e30d985f004e3ed032adbfd16beb3fa87ece2fe1a4053ebcf68ec7b6f27026
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0cff1efb584355d1a990620ce538b0d05591d98f77c4fadbdb28a7396481b395ceda6e176cb592e1b1e51e030e2d66f32c564cc4dfa18bf139c90c98155453b6
|
7
|
+
data.tar.gz: 969796f818c4d89b6bd0499de009a500d892a8e4823c563e7c96bdc47a1b1b0b90ad02f22043adedd9ce28b4abdbb4c37487e1766805d11b7352f2791f50b571
|
data/CHANGELOG.md
CHANGED
@@ -3181,6 +3181,11 @@ module Google
|
|
3181
3181
|
# @return [String]
|
3182
3182
|
attr_accessor :cpu_architecture
|
3183
3183
|
|
3184
|
+
# Optional. CPU manufacturer, e.g., "Intel", "AMD".
|
3185
|
+
# Corresponds to the JSON property `cpuManufacturer`
|
3186
|
+
# @return [String]
|
3187
|
+
attr_accessor :cpu_manufacturer
|
3188
|
+
|
3184
3189
|
# CPU name, e.g., "Intel Xeon E5-2690", "AMD EPYC 7571" etc.
|
3185
3190
|
# Corresponds to the JSON property `cpuName`
|
3186
3191
|
# @return [String]
|
@@ -3220,6 +3225,7 @@ module Google
|
|
3220
3225
|
def update!(**args)
|
3221
3226
|
@bios = args[:bios] if args.key?(:bios)
|
3222
3227
|
@cpu_architecture = args[:cpu_architecture] if args.key?(:cpu_architecture)
|
3228
|
+
@cpu_manufacturer = args[:cpu_manufacturer] if args.key?(:cpu_manufacturer)
|
3223
3229
|
@cpu_name = args[:cpu_name] if args.key?(:cpu_name)
|
3224
3230
|
@cpu_socket_count = args[:cpu_socket_count] if args.key?(:cpu_socket_count)
|
3225
3231
|
@cpu_thread_count = args[:cpu_thread_count] if args.key?(:cpu_thread_count)
|
@@ -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.20.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241205"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2055,6 +2055,7 @@ module Google
|
|
2055
2055
|
property :bios, as: 'bios', class: Google::Apis::MigrationcenterV1::BiosDetails, decorator: Google::Apis::MigrationcenterV1::BiosDetails::Representation
|
2056
2056
|
|
2057
2057
|
property :cpu_architecture, as: 'cpuArchitecture'
|
2058
|
+
property :cpu_manufacturer, as: 'cpuManufacturer'
|
2058
2059
|
property :cpu_name, as: 'cpuName'
|
2059
2060
|
property :cpu_socket_count, as: 'cpuSocketCount'
|
2060
2061
|
property :cpu_thread_count, as: 'cpuThreadCount'
|
@@ -1521,8 +1521,8 @@ module Google
|
|
1521
1521
|
# Clients can use Operations.GetOperation or other methods to check whether the
|
1522
1522
|
# cancellation succeeded or whether the operation completed despite cancellation.
|
1523
1523
|
# On successful cancellation, the operation is not deleted; instead, it becomes
|
1524
|
-
# an operation with an Operation.error value with a google.rpc.Status.code of 1
|
1525
|
-
# corresponding to `Code.CANCELLED`.
|
1524
|
+
# an operation with an Operation.error value with a google.rpc.Status.code of `1`
|
1525
|
+
# , corresponding to `Code.CANCELLED`.
|
1526
1526
|
# @param [String] name
|
1527
1527
|
# The name of the operation resource to be cancelled.
|
1528
1528
|
# @param [Google::Apis::MigrationcenterV1::CancelOperationRequest] cancel_operation_request_object
|
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.20.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-12-
|
11
|
+
date: 2024-12-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.20.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: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.23
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Migration Center API V1
|