Skip to content

Commit a10ea1c

Browse files
amanda-tarafajskeet
authored andcommitted
feat: Generate Google.Apis.WebRisk.v1 version 1.73.0.3988
1 parent c5726e4 commit a10ea1c

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

DiscoveryJson/webrisk.v1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@
260260
"type": "string"
261261
},
262262
"returnPartialSuccess": {
263-
"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.",
263+
"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.",
264264
"location": "query",
265265
"type": "boolean"
266266
}
@@ -425,7 +425,7 @@
425425
}
426426
}
427427
},
428-
"revision": "20250928",
428+
"revision": "20251202",
429429
"rootUrl": "https://webrisk.googleapis.com/",
430430
"schemas": {
431431
"GoogleCloudWebriskV1ComputeThreatListDiffResponse": {
@@ -706,7 +706,7 @@
706706
"type": "array"
707707
},
708708
"unreachable": {
709-
"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.",
709+
"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.",
710710
"items": {
711711
"type": "string"
712712
},

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -637,10 +637,11 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b
637637

638638
/// <summary>
639639
/// When set to `true`, operations that are reachable are returned as normal, and those that are
640-
/// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
641-
/// when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
642-
/// field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
643-
/// explicitly documented otherwise in service or product specific documentation.
640+
/// unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true`
641+
/// when reading across collections. For example, when `parent` is set to
642+
/// `"projects/example/locations/-"`. This field is not supported by default and will result in an
643+
/// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific
644+
/// documentation.
644645
/// </summary>
645646
[Google.Apis.Util.RequestParameterAttribute("returnPartialSuccess", Google.Apis.Util.RequestParameterType.Query)]
646647
public virtual System.Nullable<bool> ReturnPartialSuccess { get; set; }
@@ -1500,8 +1501,8 @@ public class GoogleLongrunningListOperationsResponse : Google.Apis.Requests.IDir
15001501

15011502
/// <summary>
15021503
/// Unordered list. Unreachable resources. Populated when the request sets
1503-
/// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all
1504-
/// resources across all supported locations.
1504+
/// `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to
1505+
/// list all resources across all supported locations.
15051506
/// </summary>
15061507
[Newtonsoft.Json.JsonPropertyAttribute("unreachable")]
15071508
public virtual System.Collections.Generic.IList<string> Unreachable { get; set; }

Src/Generated/Google.Apis.WebRisk.v1/Google.Apis.WebRisk.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.WebRisk.v1 Client Library</Title>
6-
<Version>1.71.0.3923</Version>
6+
<Version>1.73.0.3988</Version>
77
<Authors>Google LLC</Authors>
88
<Copyright>Copyright 2025 Google LLC</Copyright>
99
<PackageTags>Google</PackageTags>
@@ -60,8 +60,8 @@
6060
<!-- common dependencies -->
6161
<ItemGroup>
6262
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
63-
<PackageReference Include="Google.Apis" Version="1.71.0" />
64-
<PackageReference Include="Google.Apis.Auth" Version="1.71.0" />
63+
<PackageReference Include="Google.Apis" Version="1.73.0" />
64+
<PackageReference Include="Google.Apis.Auth" Version="1.73.0" />
6565
</ItemGroup>
6666

6767
</Project>

0 commit comments

Comments
 (0)