Skip to content

Commit 19f72f6

Browse files
committed
feat: Generate Google.Apis.VMMigrationService.v1alpha1 version 1.72.0.3927
1 parent 5d04ee1 commit 19f72f6

File tree

3 files changed

+43
-4
lines changed

3 files changed

+43
-4
lines changed

DiscoveryJson/vmmigration.v1alpha1.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,6 +780,11 @@
780780
"description": "The standard list page token.",
781781
"location": "query",
782782
"type": "string"
783+
},
784+
"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.",
786+
"location": "query",
787+
"type": "boolean"
783788
}
784789
},
785790
"path": "v1alpha1/{+name}/operations",
@@ -2543,7 +2548,7 @@
25432548
}
25442549
}
25452550
},
2546-
"revision": "20250911",
2551+
"revision": "20251002",
25472552
"rootUrl": "https://vmmigration.googleapis.com/",
25482553
"schemas": {
25492554
"AccessKeyCredentials": {
@@ -5262,6 +5267,13 @@
52625267
"$ref": "Operation"
52635268
},
52645269
"type": "array"
5270+
},
5271+
"unreachable": {
5272+
"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.",
5273+
"items": {
5274+
"type": "string"
5275+
},
5276+
"type": "array"
52655277
}
52665278
},
52675279
"type": "object"

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1582,6 +1582,17 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b
15821582
[Google.Apis.Util.RequestParameterAttribute("pageToken", Google.Apis.Util.RequestParameterType.Query)]
15831583
public virtual string PageToken { get; set; }
15841584

1585+
/// <summary>
1586+
/// 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
1590+
/// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product
1591+
/// specific documentation.
1592+
/// </summary>
1593+
[Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)]
1594+
public virtual System.Nullable<bool> ReturnPartialSuccess { get; set; }
1595+
15851596
/// <summary>Gets the method name.</summary>
15861597
public override string MethodName => "list";
15871598

@@ -1627,6 +1638,14 @@ protected override void InitParameters()
16271638
DefaultValue = null,
16281639
Pattern = null,
16291640
});
1641+
RequestParameters.Add("returnPartialSuccess", new Google.Apis.Discovery.Parameter
1642+
{
1643+
Name = "returnPartialSuccess",
1644+
IsRequired = false,
1645+
ParameterType = "query",
1646+
DefaultValue = null,
1647+
Pattern = null,
1648+
});
16301649
}
16311650
}
16321651
}
@@ -8768,6 +8787,14 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema
87688787
[Newtonsoft.Json.JsonPropertyAttribute("operations")]
87698788
public virtual System.Collections.Generic.IList<Operation> Operations { get; set; }
87708789

8790+
/// <summary>
8791+
/// Unordered list. Unreachable resources. Populated when the request sets
8792+
/// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all
8793+
/// resources across all supported locations.
8794+
/// </summary>
8795+
[Newtonsoft.Json.JsonPropertyAttribute("unreachable")]
8796+
public virtual System.Collections.Generic.IList<string> Unreachable { get; set; }
8797+
87718798
/// <summary>The ETag of the item.</summary>
87728799
public virtual string ETag { get; set; }
87738800
}

Src/Generated/Google.Apis.VMMigrationService.v1alpha1/Google.Apis.VMMigrationService.v1alpha1.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.v1alpha1 Client Library</Title>
6-
<Version>1.71.0.3906</Version>
6+
<Version>1.72.0.3927</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.71.0" />
63-
<PackageReference Include="Google.Apis.Auth" Version="1.71.0" />
62+
<PackageReference Include="Google.Apis" Version="1.72.0" />
63+
<PackageReference Include="Google.Apis.Auth" Version="1.72.0" />
6464
</ItemGroup>
6565

6666
</Project>

0 commit comments

Comments
 (0)