google-apis-migrationcenter_v1 0.15.0 → 0.16.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: 69c7b7b2a36b2a74636577df0d1e8af15fcdecdb3c754cf32bf2fcf6086cfc50
4
- data.tar.gz: 92790393a58741a8ca92ef84233d09e4c856d6c60ee14ab6b46028b4206423a2
3
+ metadata.gz: 8f1bac3834793b9a572c73f55ace42d388299afb98fed74925e3efd16b1de4ea
4
+ data.tar.gz: 6039f318109b1d0931170eaec0e9c0f51352b5a7be13738063aa094dc2976342
5
5
  SHA512:
6
- metadata.gz: f5159d996b05b6f68646449827e51ae49cd0860aa3f05858c84360c87bc2efdd7de158fb9497c5b292a9d6a0a510db95d3663a75aa9baa5355341d4ad21cd96b
7
- data.tar.gz: 6e10c07c61d2e45b3b23851e4e69cdb954b3ba0c572fdc28767d05fcab35c797e7d3a81ceba98a79932c028c7fa62da1fba73c2da038b600108c105fac054e30
6
+ metadata.gz: 783b51dbac215d349b89cddfc9dbb9397dd16ce711539719a267074f552d3d15acb33e56602df586f1fd5c17cdf5fb65fb36369e05a04e53f42f052d992fc98f
7
+ data.tar.gz: e0e5f15c2b4db0325b3991c566898cad312a73823056310c6e797dc47825c89b08ca5d63996b06085efa25b0cb95f48ba9061f0ad0ccb0d13f5c127d4e2049ad
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-migrationcenter_v1
2
2
 
3
+ ### v0.16.0 (2024-09-15)
4
+
5
+ * Regenerated from discovery document revision 20240906
6
+
3
7
  ### v0.15.0 (2024-09-01)
4
8
 
5
9
  * 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
@@ -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.15.0"
19
+ GEM_VERSION = "0.16.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 = "20240822"
25
+ REVISION = "20240906"
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.15.0
4
+ version: 0.16.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-01 00:00:00.000000000 Z
11
+ date: 2024-09-15 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.15.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-migrationcenter_v1/v0.16.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: []