google-apis-migrationcenter_v1alpha1 0.22.0 → 0.23.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: 841fd68f83b5e032e109d050d9f184ccf135bcc88c3889fe30fc6cc0b1bed0ee
4
- data.tar.gz: 302980790205b97ec40218b0962cdf711cb1bb8e34a8f48f88382a8092dea80f
3
+ metadata.gz: fa34bfc7cbfe70968a702fbe89a4f1edc1a9e64513f5d8933e039c9662d456a9
4
+ data.tar.gz: 7929e379a30d6055a770ca421e305b5b838d07e4028c460839739c5028947fdd
5
5
  SHA512:
6
- metadata.gz: b20e8e6d5aeaf046a396bdc9b51a2cdb32040c944dea1bf783987abed5860555e7e5bbcd2fe986c452876bcf7597b683b5ce6872f1da24541d678ed67a363adb
7
- data.tar.gz: 6e11c871a6d7450d6f693878ecb2f382f58d31b5869ecfe3f199f5dc3fe85c930f1ca4da9fba60b785e99120cbc01069b406bc46d49adcec6b01fcbd1e9c78a6
6
+ metadata.gz: 3da62887698f856d7c7317f7f77a3544aac7010142f61e3416e197e09600bb7ab59a33f414077f1ace8289b6a10c3d0b1eb6b84688e298ef5945f81a29f5320f
7
+ data.tar.gz: 196759c93e0a7343f46cf1d929f9c16e2596bf10dd361f07c8a21b42238e8356e205965295e27a753d344c383976ffc31336e35b3cc3310cf007487020b1210b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-migrationcenter_v1alpha1
2
2
 
3
+ ### v0.23.0 (2024-01-28)
4
+
5
+ * Regenerated from discovery document revision 20240122
6
+ * Regenerated using generator version 0.13.1
7
+
3
8
  ### v0.22.0 (2024-01-23)
4
9
 
5
10
  * Regenerated from discovery document revision 20240104
@@ -851,6 +851,19 @@ module Google
851
851
  end
852
852
  end
853
853
 
854
+ # Compute engine sole tenant migration target.
855
+ class ComputeEngineSoleTenantMigrationTarget
856
+ include Google::Apis::Core::Hashable
857
+
858
+ def initialize(**args)
859
+ update!(**args)
860
+ end
861
+
862
+ # Update properties of this object
863
+ def update!(**args)
864
+ end
865
+ end
866
+
854
867
  # Compute Engine storage option descriptor.
855
868
  class ComputeStorageDescriptor
856
869
  include Google::Apis::Core::Hashable
@@ -2779,6 +2792,11 @@ module Google
2779
2792
  class MigrationInsight
2780
2793
  include Google::Apis::Core::Hashable
2781
2794
 
2795
+ # Compute engine sole tenant migration target.
2796
+ # Corresponds to the JSON property `computeEngineSoleTenantTarget`
2797
+ # @return [Google::Apis::MigrationcenterV1alpha1::ComputeEngineSoleTenantMigrationTarget]
2798
+ attr_accessor :compute_engine_sole_tenant_target
2799
+
2782
2800
  # Compute engine migration target.
2783
2801
  # Corresponds to the JSON property `computeEngineTarget`
2784
2802
  # @return [Google::Apis::MigrationcenterV1alpha1::ComputeEngineMigrationTarget]
@@ -2805,6 +2823,7 @@ module Google
2805
2823
 
2806
2824
  # Update properties of this object
2807
2825
  def update!(**args)
2826
+ @compute_engine_sole_tenant_target = args[:compute_engine_sole_tenant_target] if args.key?(:compute_engine_sole_tenant_target)
2808
2827
  @compute_engine_target = args[:compute_engine_target] if args.key?(:compute_engine_target)
2809
2828
  @fit = args[:fit] if args.key?(:fit)
2810
2829
  @gke_target = args[:gke_target] if args.key?(:gke_target)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module MigrationcenterV1alpha1
18
18
  # Version of the google-apis-migrationcenter_v1alpha1 gem
19
- GEM_VERSION = "0.22.0"
19
+ GEM_VERSION = "0.23.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.13.0"
22
+ GENERATOR_VERSION = "0.13.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240104"
25
+ REVISION = "20240122"
26
26
  end
27
27
  end
28
28
  end
@@ -190,6 +190,12 @@ module Google
190
190
  include Google::Apis::Core::JsonObjectSupport
191
191
  end
192
192
 
193
+ class ComputeEngineSoleTenantMigrationTarget
194
+ class Representation < Google::Apis::Core::JsonRepresentation; end
195
+
196
+ include Google::Apis::Core::JsonObjectSupport
197
+ end
198
+
193
199
  class ComputeStorageDescriptor
194
200
  class Representation < Google::Apis::Core::JsonRepresentation; end
195
201
 
@@ -1231,6 +1237,12 @@ module Google
1231
1237
  end
1232
1238
  end
1233
1239
 
1240
+ class ComputeEngineSoleTenantMigrationTarget
1241
+ # @private
1242
+ class Representation < Google::Apis::Core::JsonRepresentation
1243
+ end
1244
+ end
1245
+
1234
1246
  class ComputeStorageDescriptor
1235
1247
  # @private
1236
1248
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1829,6 +1841,8 @@ module Google
1829
1841
  class MigrationInsight
1830
1842
  # @private
1831
1843
  class Representation < Google::Apis::Core::JsonRepresentation
1844
+ property :compute_engine_sole_tenant_target, as: 'computeEngineSoleTenantTarget', class: Google::Apis::MigrationcenterV1alpha1::ComputeEngineSoleTenantMigrationTarget, decorator: Google::Apis::MigrationcenterV1alpha1::ComputeEngineSoleTenantMigrationTarget::Representation
1845
+
1832
1846
  property :compute_engine_target, as: 'computeEngineTarget', class: Google::Apis::MigrationcenterV1alpha1::ComputeEngineMigrationTarget, decorator: Google::Apis::MigrationcenterV1alpha1::ComputeEngineMigrationTarget::Representation
1833
1847
 
1834
1848
  property :fit, as: 'fit', class: Google::Apis::MigrationcenterV1alpha1::FitDescriptor, decorator: Google::Apis::MigrationcenterV1alpha1::FitDescriptor::Representation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-migrationcenter_v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.23.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-01-23 00:00:00.000000000 Z
11
+ date: 2024-01-28 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_v1alpha1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-migrationcenter_v1alpha1/v0.22.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-migrationcenter_v1alpha1/v0.23.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-migrationcenter_v1alpha1
63
63
  post_install_message:
64
64
  rdoc_options: []