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: 8f1bac3834793b9a572c73f55ace42d388299afb98fed74925e3efd16b1de4ea
4
- data.tar.gz: 6039f318109b1d0931170eaec0e9c0f51352b5a7be13738063aa094dc2976342
3
+ metadata.gz: 4f10931e77f6ec539d39cf50b98925ae6677d0d830ba39154fef9285cdf37d93
4
+ data.tar.gz: d92cd6ffabaebd41c6bd4e93cb74d20769aef989f7486f717ac99233f94ca62b
5
5
  SHA512:
6
- metadata.gz: 783b51dbac215d349b89cddfc9dbb9397dd16ce711539719a267074f552d3d15acb33e56602df586f1fd5c17cdf5fb65fb36369e05a04e53f42f052d992fc98f
7
- data.tar.gz: e0e5f15c2b4db0325b3991c566898cad312a73823056310c6e797dc47825c89b08ca5d63996b06085efa25b0cb95f48ba9061f0ad0ccb0d13f5c127d4e2049ad
6
+ metadata.gz: cf1ad1293970a8811b3caa06a6b85680228d8f4ba426d27314a569f209bb47e221c96e9142bd275751d411bca11ba00db9ff5cd7078f966075822774c60e80f1
7
+ data.tar.gz: 7bb637e1f1c4f0d186a8f1ea7b3476be446a4804517df9bddc0feeb73ffead04e8f92ee507dd3175203356b5e0eb2e3e210b0bdb46eb3e0d14b1a2f2aa7bb18f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-migrationcenter_v1
2
2
 
3
+ ### v0.17.0 (2024-10-06)
4
+
5
+ * Regenerated from discovery document revision 20240926
6
+
3
7
  ### v0.16.0 (2024-09-15)
4
8
 
5
9
  * Regenerated from discovery document revision 20240906
@@ -2728,7 +2728,8 @@ module Google
2728
2728
  # @return [Fixnum]
2729
2729
  attr_accessor :cpu_socket_count
2730
2730
 
2731
- # Number of CPU threads allocated to the machine.
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.16.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 = "20240906"
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.16.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-09-15 00:00:00.000000000 Z
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.16.0
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: []