google-apis-migrationcenter_v1 0.16.0 → 0.17.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: 4f10931e77f6ec539d39cf50b98925ae6677d0d830ba39154fef9285cdf37d93
|
4
|
+
data.tar.gz: d92cd6ffabaebd41c6bd4e93cb74d20769aef989f7486f717ac99233f94ca62b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cf1ad1293970a8811b3caa06a6b85680228d8f4ba426d27314a569f209bb47e221c96e9142bd275751d411bca11ba00db9ff5cd7078f966075822774c60e80f1
|
7
|
+
data.tar.gz: 7bb637e1f1c4f0d186a8f1ea7b3476be446a4804517df9bddc0feeb73ffead04e8f92ee507dd3175203356b5e0eb2e3e210b0bdb46eb3e0d14b1a2f2aa7bb18f
|
data/CHANGELOG.md
CHANGED
@@ -2728,7 +2728,8 @@ module Google
|
|
2728
2728
|
# @return [Fixnum]
|
2729
2729
|
attr_accessor :cpu_socket_count
|
2730
2730
|
|
2731
|
-
# Number of CPU threads
|
2731
|
+
# Deprecated: use MachineDetails.core_count instead. Number of CPU threads
|
2732
|
+
# allocated to the machine.
|
2732
2733
|
# Corresponds to the JSON property `cpuThreadCount`
|
2733
2734
|
# @return [Fixnum]
|
2734
2735
|
attr_accessor :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.17.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 = "20240926"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
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.17.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-10-06 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.17.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: []
|