Skip to content

Commit 46227a9

Browse files
committed
feat: Generate Google.Apis.Workflows.v1beta version 1.73.0.3989
1 parent 884016b commit 46227a9

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

DiscoveryJson/workflows.v1beta.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
"type": "string"
269269
},
270270
"returnPartialSuccess": {
271-
"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.",
271+
"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.",
272272
"location": "query",
273273
"type": "boolean"
274274
}
@@ -455,7 +455,7 @@
455455
}
456456
}
457457
},
458-
"revision": "20251026",
458+
"revision": "20251203",
459459
"rootUrl": "https://workflows.googleapis.com/",
460460
"schemas": {
461461
"Empty": {
@@ -498,7 +498,7 @@
498498
"type": "array"
499499
},
500500
"unreachable": {
501-
"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.",
501+
"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.",
502502
"items": {
503503
"type": "string"
504504
},

Src/Generated/Google.Apis.Workflows.v1beta/Google.Apis.Workflows.v1beta.cs

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

459459
/// <summary>
460460
/// When set to `true`, operations that are reachable are returned as normal, and those that are
461-
/// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be
462-
/// `true` when reading across collections e.g. when `parent` is set to
463-
/// `"projects/example/locations/-"`. This field is not by default supported and will result in an
461+
/// unreachable are returned in the ListOperationsResponse.unreachable field. This can only be
462+
/// `true` when reading across collections. For example, when `parent` is set to
463+
/// `"projects/example/locations/-"`. This field is not supported by default and will result in an
464464
/// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product
465465
/// specific documentation.
466466
/// </summary>
@@ -1120,8 +1120,8 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema
11201120

11211121
/// <summary>
11221122
/// Unordered list. Unreachable resources. Populated when the request sets
1123-
/// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all
1124-
/// resources across all supported locations.
1123+
/// `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to
1124+
/// list all resources across all supported locations.
11251125
/// </summary>
11261126
[Newtonsoft.Json.JsonPropertyAttribute("unreachable")]
11271127
public virtual System.Collections.Generic.IList<string> Unreachable { get; set; }

Src/Generated/Google.Apis.Workflows.v1beta/Google.Apis.Workflows.v1beta.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.Workflows.v1beta Client Library</Title>
6-
<Version>1.72.0.3951</Version>
6+
<Version>1.73.0.3989</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.72.0" />
64-
<PackageReference Include="Google.Apis.Auth" Version="1.72.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)