Skip to content

Commit c3b08df

Browse files
amanda-tarafajskeet
authored andcommitted
feat: Generate Google.Apis.WorkloadManager.v1 version 1.73.0.3968
1 parent a10ea1c commit c3b08df

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

DiscoveryJson/workloadmanager.v1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@
827827
"type": "string"
828828
},
829829
"returnPartialSuccess": {
830-
"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.",
830+
"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.",
831831
"location": "query",
832832
"type": "boolean"
833833
}
@@ -923,7 +923,7 @@
923923
}
924924
}
925925
},
926-
"revision": "20251022",
926+
"revision": "20251112",
927927
"rootUrl": "https://workloadmanager.googleapis.com/",
928928
"schemas": {
929929
"AgentCommand": {
@@ -1979,7 +1979,7 @@
19791979
"type": "array"
19801980
},
19811981
"unreachable": {
1982-
"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.",
1982+
"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.",
19831983
"items": {
19841984
"type": "string"
19851985
},

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

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

17351735
/// <summary>
17361736
/// When set to `true`, operations that are reachable are returned as normal, and those that are
1737-
/// unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be
1738-
/// `true` when reading across collections e.g. when `parent` is set to
1739-
/// `"projects/example/locations/-"`. This field is not by default supported and will result in an
1737+
/// unreachable are returned in the ListOperationsResponse.unreachable field. This can only be
1738+
/// `true` when reading across collections. For example, when `parent` is set to
1739+
/// `"projects/example/locations/-"`. This field is not supported by default and will result in an
17401740
/// `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product
17411741
/// specific documentation.
17421742
/// </summary>
@@ -3084,8 +3084,8 @@ public class ListOperationsResponse : Google.Apis.Requests.IDirectResponseSchema
30843084

30853085
/// <summary>
30863086
/// Unordered list. Unreachable resources. Populated when the request sets
3087-
/// `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all
3088-
/// resources across all supported locations.
3087+
/// `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to
3088+
/// list all resources across all supported locations.
30893089
/// </summary>
30903090
[Newtonsoft.Json.JsonPropertyAttribute("unreachable")]
30913091
public virtual System.Collections.Generic.IList<string> Unreachable { get; set; }

Src/Generated/Google.Apis.WorkloadManager.v1/Google.Apis.WorkloadManager.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.WorkloadManager.v1 Client Library</Title>
6-
<Version>1.72.0.3947</Version>
6+
<Version>1.73.0.3968</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)