google-apis-vmmigration_v1 0.75.0 → 0.77.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: 728bc6cbb80904a55605b8239ab6b5f689b4671eb3764b1654cb516f481453b4
4
- data.tar.gz: 46a6ea80ddeb9b1598dcae852b266cb183ad9f5a973ac0647eaa5d5dd00853fc
3
+ metadata.gz: 754098440bded4dbecc1608660925f77bba5cc7b1306abe6201950d982f1a55c
4
+ data.tar.gz: eb6647ca1fa17d4510f52581367fe556641abc6eea101835901c81e21ea47a50
5
5
  SHA512:
6
- metadata.gz: b5dcd9ea58395dc6d77dc52e8f113e9c0191bf8a936f5457942a8d8f66f90b2622c9cef17e3ab5d6375dabc0fb16bf4286996a6f3a6ce96f6e958a5284397e19
7
- data.tar.gz: 1f05617c00684bc4d5a4df52726fe829e5d793ac70de08b64690f3dfcaaf1fcffb6bcebc84d64eb410fcb85674b03e5e18a464d68e85b5d797da37ec810e774b
6
+ metadata.gz: 3863652501378da75535ff038893e619f5626076f8a7747f19946ca0498239b16b7519a70c4400e5d7a22c9ce162b4b9cf09fd6de210296a89fa3b65126176b8
7
+ data.tar.gz: dc28d5fdc7c99ce30314100b76be7e4b945fedef7f39f4683f501154a71684b35a804f26e2dbf5f38bdef3b6fd87dde74ee5549ba37afe9e5e36c24b21184c9b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-vmmigration_v1
2
2
 
3
+ ### v0.77.0 (2026-05-31)
4
+
5
+ * Regenerated from discovery document revision 20260521
6
+
7
+ ### v0.76.0 (2026-05-03)
8
+
9
+ * Regenerated from discovery document revision 20260423
10
+
3
11
  ### v0.75.0 (2026-04-19)
4
12
 
5
13
  * Regenerated from discovery document revision 20260319
@@ -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.75.0"
19
+ GEM_VERSION = "0.77.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260319"
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
@@ -82,8 +82,8 @@ module Google
82
82
  end
83
83
 
84
84
  # Lists information about the supported locations for this service. This method
85
- # lists locations based on the resource scope provided in the [
86
- # ListLocationsRequest.name] field: * **Global locations**: If `name` is empty,
85
+ # lists locations based on the resource scope provided in the
86
+ # ListLocationsRequest.name field: * **Global locations**: If `name` is empty,
87
87
  # the method lists the public locations available to all projects. * **Project-
88
88
  # specific locations**: If `name` follows the format `projects/`project``, the
89
89
  # method lists locations visible to that specific project. This includes public,
@@ -94,8 +94,8 @@ module Google
94
94
  # @param [String] name
95
95
  # The resource that owns the locations collection, if applicable.
96
96
  # @param [Array<String>, String] extra_location_types
97
- # Optional. Do not use this field. It is unsupported and is ignored unless
98
- # explicitly documented otherwise. This is primarily for internal usage.
97
+ # Optional. Do not use this field unless explicitly documented otherwise. This
98
+ # is primarily for internal usage.
99
99
  # @param [String] filter
100
100
  # A filter to narrow down results to a preferred subset. The filtering language
101
101
  # accepts strings like `"displayName=tokyo"`, and is documented in more detail
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.75.0
4
+ version: 0.77.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.75.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1/v0.77.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: