google-apis-vmmigration_v1 0.76.0 → 0.78.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 111eeff076a2ecd0986571ad7aca8e28ebb8f9494f286a79df631af69f8abc5f
4
- data.tar.gz: 471621ac78ae8109b4850831ca154b4824e35b54a8eb8ef1f288171980104c64
3
+ metadata.gz: 062b5aca246b3a08d3c66c20f753278b6b3db9cf45841b47ede2f9f8380a90b3
4
+ data.tar.gz: a19a29669806044ee1d357eff9268e45dbf813940eb75cc7606ec1ea082e0128
5
5
  SHA512:
6
- metadata.gz: 9d580cfe4ac0d99787d67372a4aeccbe98480e81b1cccf446f6ed6071df3ec29afab669b1f11b5fb3fb61b552eb4dda8892cda29ad7cf9da1f58d5c1d8f974f8
7
- data.tar.gz: 84d28498055b56bb2f23c7217c3a9011b5454a756bdbcffad3c0b57912c55c90570c6b35c6d2019137c651a39fb88d39cffe06ccb9ac392c646407ab106bb03f
6
+ metadata.gz: cd1b4a24d4eaab9bfeca62a90edd48138151a78e116cc9b587a66c5d5df87f4c556e4bfcd36d9a86a13e02bd574a055002f2a99401aac7ff3a24ef1aa3fb0677
7
+ data.tar.gz: 32660654c9b7e47059acb9d9f441484b879daea24ea6df2a34fed10df18fccf2780b098acccdcc8a2315982ea26fa8d5166cd4d64959bbd9ebab0cc7a9686c65
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-vmmigration_v1
2
2
 
3
+ ### v0.78.0 (2026-06-14)
4
+
5
+ * Regenerated using generator version 0.19.0
6
+
7
+ ### v0.77.0 (2026-05-31)
8
+
9
+ * Regenerated from discovery document revision 20260521
10
+
3
11
  ### v0.76.0 (2026-05-03)
4
12
 
5
13
  * Regenerated from discovery document revision 20260423
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/migrate/virtual-machines) m
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 3.1+.
86
+ This library is supported on Ruby 3.2+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -1258,6 +1258,11 @@ module Google
1258
1258
  # @return [String]
1259
1259
  attr_accessor :disk_type
1260
1260
 
1261
+ # Optional. The details of each disk to create.
1262
+ # Corresponds to the JSON property `disks`
1263
+ # @return [Array<Google::Apis::VmmigrationV1::PersistentDiskDefaults>]
1264
+ attr_accessor :disks
1265
+
1261
1266
  # Optional. Defines whether the instance has integrity monitoring enabled. This
1262
1267
  # can be set to true only if the VM boot option is EFI, and vTPM is enabled.
1263
1268
  # Corresponds to the JSON property `enableIntegrityMonitoring`
@@ -1368,6 +1373,7 @@ module Google
1368
1373
  @compute_scheduling = args[:compute_scheduling] if args.key?(:compute_scheduling)
1369
1374
  @disk_replica_zones = args[:disk_replica_zones] if args.key?(:disk_replica_zones)
1370
1375
  @disk_type = args[:disk_type] if args.key?(:disk_type)
1376
+ @disks = args[:disks] if args.key?(:disks)
1371
1377
  @enable_integrity_monitoring = args[:enable_integrity_monitoring] if args.key?(:enable_integrity_monitoring)
1372
1378
  @enable_vtpm = args[:enable_vtpm] if args.key?(:enable_vtpm)
1373
1379
  @encryption = args[:encryption] if args.key?(:encryption)
@@ -4146,12 +4152,12 @@ module Google
4146
4152
  class PersistentDisk
4147
4153
  include Google::Apis::Core::Hashable
4148
4154
 
4149
- # The URI of the Persistent Disk.
4155
+ # Output only. The URI of the Persistent Disk.
4150
4156
  # Corresponds to the JSON property `diskUri`
4151
4157
  # @return [String]
4152
4158
  attr_accessor :disk_uri
4153
4159
 
4154
- # The ordinal number of the source VM disk.
4160
+ # Output only. The ordinal number of the source VM disk.
4155
4161
  # Corresponds to the JSON property `sourceDiskNumber`
4156
4162
  # @return [Fixnum]
4157
4163
  attr_accessor :source_disk_number
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module VmmigrationV1
18
18
  # Version of the google-apis-vmmigration_v1 gem
19
- GEM_VERSION = "0.76.0"
19
+ GEM_VERSION = "0.78.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.18.0"
22
+ GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260423"
25
+ REVISION = "20260521"
26
26
  end
27
27
  end
28
28
  end
@@ -1166,6 +1166,8 @@ module Google
1166
1166
 
1167
1167
  collection :disk_replica_zones, as: 'diskReplicaZones'
1168
1168
  property :disk_type, as: 'diskType'
1169
+ collection :disks, as: 'disks', class: Google::Apis::VmmigrationV1::PersistentDiskDefaults, decorator: Google::Apis::VmmigrationV1::PersistentDiskDefaults::Representation
1170
+
1169
1171
  property :enable_integrity_monitoring, as: 'enableIntegrityMonitoring'
1170
1172
  property :enable_vtpm, as: 'enableVtpm'
1171
1173
  property :encryption, as: 'encryption', class: Google::Apis::VmmigrationV1::Encryption, decorator: Google::Apis::VmmigrationV1::Encryption::Representation
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-vmmigration_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.76.0
4
+ version: 0.78.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vmmigration_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1/v0.76.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1/v0.78.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vmmigration_v1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '3.1'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="