Skip to content

Commit 4164a6a

Browse files
committed
feat: Generate Google.Apis.VMMigrationService.v1 version 1.73.0.3990
1 parent ef0266e commit 4164a6a

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

DiscoveryJson/vmmigration.v1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@
782782
"type": "string"
783783
},
784784
"returnPartialSuccess": {
785-
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
785+
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
786786
"location": "query",
787787
"type": "boolean"
788788
}
@@ -2548,7 +2548,7 @@
25482548
}
25492549
}
25502550
},
2551-
"revision": "20251106",
2551+
"revision": "20251204",
25522552
"rootUrl": "https://vmmigration.googleapis.com/",
25532553
"schemas": {
25542554
"AccessKeyCredentials": {
@@ -5250,7 +5250,7 @@
52505250
"type": "array"
52515251
},
52525252
"unreachable": {
5253-
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.",
5253+
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.",
52545254
"items": {
52555255
"type": "string"
52565256
},

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1584,9 +1584,9 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b
15841584

15851585
/// <summary>
15861586
/// When set to `true`, operations that are reachable are returned as normal, and those that are
1587-
/// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be
1588-
/// `true` when reading across collections e.g. when `parent` is set to
1589-
/// `"projects/example/locations/-"`. This field is not by default supported and will result in an
1587+
/// unreachable are returned in the ListOperationsResponse.unreachable field. This can only be
1588+
/// `true` when reading across collections. For example, when `parent` is set to
1589+
/// `"projects/example/locations/-"`. This field is not supported by default and will result in an
15901590
/// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product
15911591
/// specific documentation.
15921592
/// </summary>
@@ -8784,8 +8784,8 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema
87848784

87858785
/// <summary>
87868786
/// Unordered list. Unreachable resources. Populated when the request sets
8787-
/// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all
8788-
/// resources across all supported locations.
8787+
/// `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to
8788+
/// list all resources across all supported locations.
87898789
/// </summary>
87908790
[Newtonsoft.Json.JsonPropertyAttribute("unreachable")]
87918791
public virtual System.Collections.Generic.IList<string> Unreachable { get; set; }

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

Lines changed: 3 additions & 3 deletions
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.3962</Version>
6+
<Version>1.73.0.3990</Version>
77
<Authors>Google LLC</Authors>
88
<Copyright>Copyright 2025 Google LLC</Copyright>
99
<PackageTags>Google</PackageTags>
@@ -59,8 +59,8 @@
5959
<!-- common dependencies -->
6060
<ItemGroup>
6161
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
62-
<PackageReference Include="Google.Apis" Version="1.72.0" />
63-
<PackageReference Include="Google.Apis.Auth" Version="1.72.0" />
62+
<PackageReference Include="Google.Apis" Version="1.73.0" />
63+
<PackageReference Include="Google.Apis.Auth" Version="1.73.0" />
6464
</ItemGroup>
6565

6666
</Project>

0 commit comments

Comments
 (0)