Skip to content

Commit 93b2a0e

Browse files
committed
feat: Generate Google.Apis.VMMigrationService.v1alpha1 version 1.72.0.3962
1 parent 749bebe commit 93b2a0e

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

DiscoveryJson/vmmigration.v1alpha1.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": {
@@ -4198,7 +4198,15 @@
41984198
"DataDiskImageImport": {
41994199
"description": "Used when the image import is not using OS adaptation process.",
42004200
"id": "DataDiskImageImport",
4201-
"properties": {},
4201+
"properties": {
4202+
"guestOsFeatures": {
4203+
"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.",
4204+
"items": {
4205+
"type": "string"
4206+
},
4207+
"type": "array"
4208+
}
4209+
},
42024210
"type": "object"
42034211
},
42044212
"DatacenterConnector": {

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7332,6 +7332,16 @@ public virtual System.DateTimeOffset? StartTimeDateTimeOffset
73327332
/// <summary>Used when the image import is not using OS adaptation process.</summary>
73337333
public class DataDiskImageImport : Google.Apis.Requests.IDirectResponseSchema
73347334
{
7335+
/// <summary>
7336+
/// Optional. A list of guest OS features to apply to the imported image. These features are flags that are used
7337+
/// by Compute Engine to enable certain capabilities for virtual machine instances that are created from the
7338+
/// image. This field does not change the OS of the image; it only marks the image with the specified features.
7339+
/// The user must ensure that the OS is compatible with the features. For a list of available features, see
7340+
/// https://cloud.google.com/compute/docs/images/create-custom#guest-os-features.
7341+
/// </summary>
7342+
[Newtonsoft.Json.JsonPropertyAttribute("guestOsFeatures")]
7343+
public virtual System.Collections.Generic.IList<string> GuestOsFeatures { get; set; }
7344+
73357345
/// <summary>The ETag of the item.</summary>
73367346
public virtual string ETag { get; set; }
73377347
}

Src/Generated/Google.Apis.VMMigrationService.v1alpha1/Google.Apis.VMMigrationService.v1alpha1.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.v1alpha1 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)