Skip to content

Commit 23e0ae1

Browse files
committed
feat: Generate Google.Apis.VMMigrationService.v1 version 1.72.0.3955
1 parent e819570 commit 23e0ae1

File tree

3 files changed

+30
-4
lines changed

3 files changed

+30
-4
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": "20251023",
2551+
"revision": "20251030",
25522552
"rootUrl": "https://vmmigration.googleapis.com/",
25532553
"schemas": {
25542554
"AccessKeyCredentials": {
@@ -3736,6 +3736,10 @@
37363736
"description": "Optional. The service account to associate the VM with.",
37373737
"type": "string"
37383738
},
3739+
"storagePool": {
3740+
"description": "Optional. If specified this will be the storage pool in which the disk is created. This is the full path of the storage pool resource, for example: \"projects/my-project/zones/us-central1-a/storagePools/my-storage-pool\". The storage pool must be in the same project and zone as the target disks. The storage pool's type must match the disk type.",
3741+
"type": "string"
3742+
},
37393743
"targetProject": {
37403744
"description": "The full path of the resource of type TargetProject which represents the Compute Engine project in which to create this VM.",
37413745
"type": "string"
@@ -3908,6 +3912,10 @@
39083912
"description": "The service account to associate the VM with.",
39093913
"type": "string"
39103914
},
3915+
"storagePool": {
3916+
"description": "Optional. The storage pool used for the VM disks. If specified this will be the storage pool in which the disk is created. This is the full path of the storage pool resource, for example: \"projects/my-project/zones/us-central1-a/storagePools/my-storage-pool\". The storage pool must be in the same project and zone as the target disks. The storage pool's type must match the disk type.",
3917+
"type": "string"
3918+
},
39113919
"vmName": {
39123920
"description": "The name of the VM to create.",
39133921
"type": "string"
@@ -4153,7 +4161,7 @@
41534161
"type": "object"
41544162
},
41554163
"DataDiskImageImport": {
4156-
"description": "Mentions that the image import is not using OS adaptation process.",
4164+
"description": "Used when the image import is not using OS adaptation process.",
41574165
"id": "DataDiskImageImport",
41584166
"properties": {},
41594167
"type": "object"

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

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6720,6 +6720,15 @@ public class ComputeEngineTargetDefaults : Google.Apis.Requests.IDirectResponseS
67206720
[Newtonsoft.Json.JsonPropertyAttribute("serviceAccount")]
67216721
public virtual string ServiceAccount { get; set; }
67226722

6723+
/// <summary>
6724+
/// Optional. If specified this will be the storage pool in which the disk is created. This is the full path of
6725+
/// the storage pool resource, for example:
6726+
/// "projects/my-project/zones/us-central1-a/storagePools/my-storage-pool". The storage pool must be in the same
6727+
/// project and zone as the target disks. The storage pool's type must match the disk type.
6728+
/// </summary>
6729+
[Newtonsoft.Json.JsonPropertyAttribute("storagePool")]
6730+
public virtual string StoragePool { get; set; }
6731+
67236732
/// <summary>
67246733
/// The full path of the resource of type TargetProject which represents the Compute Engine project in which to
67256734
/// create this VM.
@@ -6846,6 +6855,15 @@ public class ComputeEngineTargetDetails : Google.Apis.Requests.IDirectResponseSc
68466855
[Newtonsoft.Json.JsonPropertyAttribute("serviceAccount")]
68476856
public virtual string ServiceAccount { get; set; }
68486857

6858+
/// <summary>
6859+
/// Optional. The storage pool used for the VM disks. If specified this will be the storage pool in which the
6860+
/// disk is created. This is the full path of the storage pool resource, for example:
6861+
/// "projects/my-project/zones/us-central1-a/storagePools/my-storage-pool". The storage pool must be in the same
6862+
/// project and zone as the target disks. The storage pool's type must match the disk type.
6863+
/// </summary>
6864+
[Newtonsoft.Json.JsonPropertyAttribute("storagePool")]
6865+
public virtual string StoragePool { get; set; }
6866+
68496867
/// <summary>The name of the VM to create.</summary>
68506868
[Newtonsoft.Json.JsonPropertyAttribute("vmName")]
68516869
public virtual string VmName { get; set; }
@@ -7278,7 +7296,7 @@ public virtual System.DateTimeOffset? StartTimeDateTimeOffset
72787296
public virtual string ETag { get; set; }
72797297
}
72807298

7281-
/// <summary>Mentions that the image import is not using OS adaptation process.</summary>
7299+
/// <summary>Used when the image import is not using OS adaptation process.</summary>
72827300
public class DataDiskImageImport : Google.Apis.Requests.IDirectResponseSchema
72837301
{
72847302
/// <summary>The ETag of the item.</summary>

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.3948</Version>
6+
<Version>1.72.0.3955</Version>
77
<Authors>Google LLC</Authors>
88
<Copyright>Copyright 2025 Google LLC</Copyright>
99
<PackageTags>Google</PackageTags>

0 commit comments

Comments
 (0)