google-apis-migrationcenter_v1 0.12.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: abe71b8de370808d97d9c440f6a1d9cc1a3c5a50a432c529cdf024573508f9e0
4
- data.tar.gz: 949fdb358f3f2c13bbb1700ed5c911d27694c1a7d5f6ff20446e19f7a6860cd7
3
+ metadata.gz: eae92f8947d7f7502cc6ef1ad5d18119e3e2e293bb1a55a975f68dd95dbfefd0
4
+ data.tar.gz: ee379d805f037161cade6804028ae40220fedbdf0264acc0629ed580d72a6b58
5
5
  SHA512:
6
- metadata.gz: acbcf15d3fb7a6eed703013b958e20b893ebc7874377bbb142fc5f124a4069b79e6c7b23be3b3b54510917eb70b33f3563ea28957a26f1668ebfa84c745ef84d
7
- data.tar.gz: ec4c8454f888c1a42689d2de905aa4ea88ba408e8f638fae0398e7923b837857532d839f9e1763d987f5bb828340adb1a7223b80a965a88cf801bf03c2831fcb
6
+ metadata.gz: 5fa613685da077ddf0785566c8c9feccd4d2ed58790022f461fafbc3cecb353a9b7a6fed494f971e0aa3ca2b439a9408b27ebe0094d0e1839a551e78438a374b
7
+ data.tar.gz: dbdb452bd477c1a2e2e39ecef63377a03f66d1cbc6532f3414801abbc0045c680f0d946065c30fa63e7be2aeb14a890521b96d69fe9b95bdf4e9865a877ba966
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.13.0 (2024-05-26)
8
+
9
+ * Regenerated from discovery document revision 20240516
10
+
3
11
  ### v0.12.0 (2024-05-19)
4
12
 
5
13
  * Regenerated from discovery document revision 20240502
@@ -530,7 +530,7 @@ module Google
530
530
  include Google::Apis::Core::Hashable
531
531
 
532
532
  # Daily resource usage aggregations. Contains all of the data available for an
533
- # asset, up to the last 40 days. Aggregations are sorted from oldest to most
533
+ # asset, up to the last 420 days. Aggregations are sorted from oldest to most
534
534
  # recent.
535
535
  # Corresponds to the JSON property `dailyResourceUsageAggregations`
536
536
  # @return [Array<Google::Apis::MigrationcenterV1::DailyResourceUsageAggregation>]
@@ -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.12.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 = "20240502"
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.12.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-19 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.12.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: []