Skip to content

Commit 749bebe

Browse files
committed
feat: Generate Google.Apis.VMMigrationService.v1 version 1.72.0.3962
1 parent b110e92 commit 749bebe

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

DiscoveryJson/vmmigration.v1.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2548,7 +2548,7 @@
25482548
}
25492549
}
25502550
},
2551-
"revision": "20251030",
2551+
"revision": "20251106",
25522552
"rootUrl": "https://vmmigration.googleapis.com/",
25532553
"schemas": {
25542554
"AccessKeyCredentials": {
@@ -4163,7 +4163,15 @@
41634163
"DataDiskImageImport": {
41644164
"description": "Used when the image import is not using OS adaptation process.",
41654165
"id": "DataDiskImageImport",
4166-
"properties": {},
4166+
"properties": {
4167+
"guestOsFeatures": {
4168+
"description": "Optional. A list of guest OS features to apply to the imported image. These features are flags that are used by Compute Engine to enable certain capabilities for virtual machine instances that are created from the image. This field does not change the OS of the image; it only marks the image with the specified features. The user must ensure that the OS is compatible with the features. For a list of available features, see https://cloud.google.com/compute/docs/images/create-custom#guest-os-features.",
4169+
"items": {
4170+
"type": "string"
4171+
},
4172+
"type": "array"
4173+
}
4174+
},
41674175
"type": "object"
41684176
},
41694177
"DatacenterConnector": {

Src/Generated/Google.Apis.VMMigrationService.v1/Google.Apis.VMMigrationService.v1.cs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7299,6 +7299,16 @@ public virtual System.DateTimeOffset? StartTimeDateTimeOffset
72997299
/// <summary>Used when the image import is not using OS adaptation process.</summary>
73007300
public class DataDiskImageImport : Google.Apis.Requests.IDirectResponseSchema
73017301
{
7302+
/// <summary>
7303+
/// Optional. A list of guest OS features to apply to the imported image. These features are flags that are used
7304+
/// by Compute Engine to enable certain capabilities for virtual machine instances that are created from the
7305+
/// image. This field does not change the OS of the image; it only marks the image with the specified features.
7306+
/// The user must ensure that the OS is compatible with the features. For a list of available features, see
7307+
/// https://cloud.google.com/compute/docs/images/create-custom#guest-os-features.
7308+
/// </summary>
7309+
[Newtonsoft.Json.JsonPropertyAttribute("guestOsFeatures")]
7310+
public virtual System.Collections.Generic.IList<string> GuestOsFeatures { get; set; }
7311+
73027312
/// <summary>The ETag of the item.</summary>
73037313
public virtual string ETag { get; set; }
73047314
}

Src/Generated/Google.Apis.VMMigrationService.v1/Google.Apis.VMMigrationService.v1.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- nupkg information -->
44
<PropertyGroup>
55
<Title>Google.Apis.VMMigrationService.v1 Client Library</Title>
6-
<Version>1.72.0.3955</Version>
6+
<Version>1.72.0.3962</Version>
77
<Authors>Google LLC</Authors>
88
<Copyright>Copyright 2025 Google LLC</Copyright>
99
<PackageTags>Google</PackageTags>

0 commit comments

Comments
 (0)