Skip to content

Commit ef0266e

Browse files
committed
feat: Generate Google.Apis.Vault.v1 version 1.73.0.3982
1 parent f99b9f7 commit ef0266e

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

DiscoveryJson/vault.v1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1191,7 +1191,7 @@
11911191
"type": "string"
11921192
},
11931193
"returnPartialSuccess": {
1194-
"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.",
1194+
"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.",
11951195
"location": "query",
11961196
"type": "boolean"
11971197
}
@@ -1208,7 +1208,7 @@
12081208
}
12091209
}
12101210
},
1211-
"revision": "20251015",
1211+
"revision": "20251126",
12121212
"rootUrl": "https://vault.googleapis.com/",
12131213
"schemas": {
12141214
"AccountCount": {
@@ -2248,7 +2248,7 @@
22482248
"type": "array"
22492249
},
22502250
"unreachable": {
2251-
"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.",
2251+
"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.",
22522252
"items": {
22532253
"type": "string"
22542254
},

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

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

24792479
/// <summary>
24802480
/// When set to `true`, operations that are reachable are returned as normal, and those that are unreachable
2481-
/// are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading
2482-
/// across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by
2483-
/// default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented
2481+
/// are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading
2482+
/// across collections. For example, when `parent` is set to `"projects/example/locations/-"`. This field is
2483+
/// not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented
24842484
/// otherwise in service or product specific documentation.
24852485
/// </summary>
24862486
[Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)]
@@ -3835,8 +3835,8 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema
38353835

38363836
/// <summary>
38373837
/// Unordered list. Unreachable resources. Populated when the request sets
3838-
/// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all
3839-
/// resources across all supported locations.
3838+
/// `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to
3839+
/// list all resources across all supported locations.
38403840
/// </summary>
38413841
[Newtonsoft.Json.JsonPropertyAttribute("unreachable")]
38423842
public virtual System.Collections.Generic.IList<string> Unreachable { get; set; }

Src/Generated/Google.Apis.Vault.v1/Google.Apis.Vault.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.Vault.v1 Client Library</Title>
6-
<Version>1.72.0.3940</Version>
6+
<Version>1.73.0.3982</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)