google-apis-vmmigration_v1alpha1 0.66.0 → 0.67.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: c212e8d88d6c24f87357bce85b6c355dd919b749d9d2f1e559f395539ab2a9aa
4
- data.tar.gz: 888764aebf334c61daf2bca57dc842a6a8d336c2a5984c80d1f21747e1346035
3
+ metadata.gz: a42cb8ae63b4784ceb72a996a015f82c62c8f3635f552de5fa541e3aaab5ed45
4
+ data.tar.gz: 36d4a71d3161c71c64468d1099d69985f59db67be5fb0f5db9b0d48e6bc33e7c
5
5
  SHA512:
6
- metadata.gz: 6c7be7d829baa46dc129ed5838da68c2e230cd1669cf3df88f702a861a8f55cbecc789272be49a806edfa0f802429aa9a69a41845105c875599500f6d5e3d69d
7
- data.tar.gz: 5434d9378a92cb71e4f21c7056945b56d4edfae6ed8520ed8c7a38034c8c42c0dab3df756c1f31bf94dbcb0066dd3faad34536b340bcdda44a8dced97851a9e1
6
+ metadata.gz: d35bc0dedccddb39d72afe273e5464ada6d16f203165c7729422e3d4851e3a4f622e5b481866ac3864acc30dd8dc0c25e3f62b0ad201415e9c307e4f14b9b9b9
7
+ data.tar.gz: a5144aca3138c463e83e04e37ad65e82f3e8e12623aa8307239bd62d1bc5239f19c5f772614cd3ac9133629de8eaab92082c557fe65e53b289b3391de23d2f00
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-vmmigration_v1alpha1
2
2
 
3
+ ### v0.67.0 (2025-11-16)
4
+
5
+ * Regenerated from discovery document revision 20251106
6
+
3
7
  ### v0.66.0 (2025-11-09)
4
8
 
5
9
  * Regenerated from discovery document revision 20251030
@@ -1908,12 +1908,24 @@ module Google
1908
1908
  class DataDiskImageImport
1909
1909
  include Google::Apis::Core::Hashable
1910
1910
 
1911
+ # Optional. A list of guest OS features to apply to the imported image. These
1912
+ # features are flags that are used by Compute Engine to enable certain
1913
+ # capabilities for virtual machine instances that are created from the image.
1914
+ # This field does not change the OS of the image; it only marks the image with
1915
+ # the specified features. The user must ensure that the OS is compatible with
1916
+ # the features. For a list of available features, see https://cloud.google.com/
1917
+ # compute/docs/images/create-custom#guest-os-features.
1918
+ # Corresponds to the JSON property `guestOsFeatures`
1919
+ # @return [Array<String>]
1920
+ attr_accessor :guest_os_features
1921
+
1911
1922
  def initialize(**args)
1912
1923
  update!(**args)
1913
1924
  end
1914
1925
 
1915
1926
  # Update properties of this object
1916
1927
  def update!(**args)
1928
+ @guest_os_features = args[:guest_os_features] if args.key?(:guest_os_features)
1917
1929
  end
1918
1930
  end
1919
1931
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module VmmigrationV1alpha1
18
18
  # Version of the google-apis-vmmigration_v1alpha1 gem
19
- GEM_VERSION = "0.66.0"
19
+ GEM_VERSION = "0.67.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 = "20251030"
25
+ REVISION = "20251106"
26
26
  end
27
27
  end
28
28
  end
@@ -1332,6 +1332,7 @@ module Google
1332
1332
  class DataDiskImageImport
1333
1333
  # @private
1334
1334
  class Representation < Google::Apis::Core::JsonRepresentation
1335
+ collection :guest_os_features, as: 'guestOsFeatures'
1335
1336
  end
1336
1337
  end
1337
1338
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-vmmigration_v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.66.0
4
+ version: 0.67.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_v1alpha1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1alpha1/v0.66.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1alpha1/v0.67.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vmmigration_v1alpha1
62
62
  rdoc_options: []
63
63
  require_paths: