Skip to content

Commit 884016b

Browse files
committed
feat: Generate Google.Apis.Workflows.v1 version 1.73.0.3989
1 parent 47ef466 commit 884016b

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

DiscoveryJson/workflows.v1.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
}
@@ -496,7 +496,7 @@
496496
}
497497
}
498498
},
499-
"revision": "20251026",
499+
"revision": "20251203",
500500
"rootUrl": "https://workflows.googleapis.com/",
501501
"schemas": {
502502
"Empty": {
@@ -539,7 +539,7 @@
539539
"type": "array"
540540
},
541541
"unreachable": {
542-
"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.",
542+
"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.",
543543
"items": {
544544
"type": "string"
545545
},

Src/Generated/Google.Apis.Workflows.v1/Google.Apis.Workflows.v1.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>
@@ -1225,8 +1225,8 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema
12251225

12261226
/// <summary>
12271227
/// Unordered list. Unreachable resources. Populated when the request sets
1228-
/// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all
1229-
/// resources across all supported locations.
1228+
/// `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to
1229+
/// list all resources across all supported locations.
12301230
/// </summary>
12311231
[Newtonsoft.Json.JsonPropertyAttribute("unreachable")]
12321232
public virtual System.Collections.Generic.IList<string> Unreachable { get; set; }

Src/Generated/Google.Apis.Workflows.v1/Google.Apis.Workflows.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.Workflows.v1 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)