google-apis-migrationcenter_v1 0.13.0 → 0.14.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: f46848fbd3d32695a28e5e8cb6df6514562d22310d6b93ad99754a0f402669e9
4
- data.tar.gz: baf2a4602a1a6467cef233158cd40a6f23775e79269b004a187c6caf3a1d7341
3
+ metadata.gz: eae92f8947d7f7502cc6ef1ad5d18119e3e2e293bb1a55a975f68dd95dbfefd0
4
+ data.tar.gz: ee379d805f037161cade6804028ae40220fedbdf0264acc0629ed580d72a6b58
5
5
  SHA512:
6
- metadata.gz: e48dd0fcf4956774bd4fcd57d3ea634c3003eb14cf564d9155dcb02b9b2b4e2f668b5d064d7be46bad2cc4b66148463dce5b8c5b389f0bb91743a65e50bda7f2
7
- data.tar.gz: 9df4c83cb822c0cac5ffb2c114571d4a014b07e93311c916dc73b044e9528cef0699471ea5479f29971550f28ed85ac65e5c4a6a757131c3f857c621717774f2
6
+ metadata.gz: 5fa613685da077ddf0785566c8c9feccd4d2ed58790022f461fafbc3cecb353a9b7a6fed494f971e0aa3ca2b439a9408b27ebe0094d0e1839a551e78438a374b
7
+ data.tar.gz: dbdb452bd477c1a2e2e39ecef63377a03f66d1cbc6532f3414801abbc0045c680f0d946065c30fa63e7be2aeb14a890521b96d69fe9b95bdf4e9865a877ba966
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-migrationcenter_v1
2
2
 
3
+ ### v0.14.0 (2024-06-26)
4
+
5
+ * Regenerated from discovery document revision 20240620
6
+
3
7
  ### v0.13.0 (2024-05-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20240516
@@ -2718,7 +2718,7 @@ module Google
2718
2718
  # @return [Google::Apis::MigrationcenterV1::MachineArchitectureDetails]
2719
2719
  attr_accessor :architecture
2720
2720
 
2721
- # Number of CPU cores in the machine. Must be non-negative.
2721
+ # Number of logical CPU cores in the machine. Must be non-negative.
2722
2722
  # Corresponds to the JSON property `coreCount`
2723
2723
  # @return [Fixnum]
2724
2724
  attr_accessor :core_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.13.0"
19
+ GEM_VERSION = "0.14.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240516"
25
+ REVISION = "20240620"
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.13.0
4
+ version: 0.14.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-05-26 00:00:00.000000000 Z
11
+ date: 2024-06-27 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.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-migrationcenter_v1/v0.14.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: []