google-apis-migrationcenter_v1 0.15.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
@@ -1,5 +1,13 @@
|
|
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
|
+
|
7
|
+
### v0.16.0 (2024-09-15)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240906
|
10
|
+
|
3
11
|
### v0.15.0 (2024-09-01)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20240822
|
@@ -800,12 +800,12 @@ module Google
|
|
800
800
|
class ComputeEngineShapeDescriptor
|
801
801
|
include Google::Apis::Core::Hashable
|
802
802
|
|
803
|
-
# Number of logical cores.
|
803
|
+
# Output only. Number of logical cores.
|
804
804
|
# Corresponds to the JSON property `logicalCoreCount`
|
805
805
|
# @return [Fixnum]
|
806
806
|
attr_accessor :logical_core_count
|
807
807
|
|
808
|
-
# Compute Engine machine type.
|
808
|
+
# Output only. Compute Engine machine type.
|
809
809
|
# Corresponds to the JSON property `machineType`
|
810
810
|
# @return [String]
|
811
811
|
attr_accessor :machine_type
|
@@ -820,12 +820,12 @@ module Google
|
|
820
820
|
# @return [Fixnum]
|
821
821
|
attr_accessor :physical_core_count
|
822
822
|
|
823
|
-
# Compute Engine machine series.
|
823
|
+
# Output only. Compute Engine machine series.
|
824
824
|
# Corresponds to the JSON property `series`
|
825
825
|
# @return [String]
|
826
826
|
attr_accessor :series
|
827
827
|
|
828
|
-
# Compute Engine storage. Never empty.
|
828
|
+
# Output only. Compute Engine storage. Never empty.
|
829
829
|
# Corresponds to the JSON property `storage`
|
830
830
|
# @return [Array<Google::Apis::MigrationcenterV1::ComputeStorageDescriptor>]
|
831
831
|
attr_accessor :storage
|
@@ -849,12 +849,12 @@ module Google
|
|
849
849
|
class ComputeStorageDescriptor
|
850
850
|
include Google::Apis::Core::Hashable
|
851
851
|
|
852
|
-
# Disk size in GiB.
|
852
|
+
# Output only. Disk size in GiB.
|
853
853
|
# Corresponds to the JSON property `sizeGb`
|
854
854
|
# @return [Fixnum]
|
855
855
|
attr_accessor :size_gb
|
856
856
|
|
857
|
-
# Disk type backing the storage.
|
857
|
+
# Output only. Disk type backing the storage.
|
858
858
|
# Corresponds to the JSON property `type`
|
859
859
|
# @return [String]
|
860
860
|
attr_accessor :type
|
@@ -1509,7 +1509,7 @@ module Google
|
|
1509
1509
|
class FitDescriptor
|
1510
1510
|
include Google::Apis::Core::Hashable
|
1511
1511
|
|
1512
|
-
# Fit level.
|
1512
|
+
# Output only. Fit level.
|
1513
1513
|
# Corresponds to the JSON property `fitLevel`
|
1514
1514
|
# @return [String]
|
1515
1515
|
attr_accessor :fit_level
|
@@ -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: []
|