Skip to content

Commit 3a8a29e

Browse files
amanda-tarafajskeet
authored andcommitted
feat: Generate Google.Apis.WorkloadManager.v1 version 1.72.0.3947
1 parent de7fd8e commit 3a8a29e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

DiscoveryJson/workloadmanager.v1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
],
145145
"parameters": {
146146
"extraLocationTypes": {
147-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
147+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
148148
"location": "query",
149149
"repeated": true,
150150
"type": "string"
@@ -923,7 +923,7 @@
923923
}
924924
}
925925
},
926-
"revision": "20251001",
926+
"revision": "20251022",
927927
"rootUrl": "https://workloadmanager.googleapis.com/",
928928
"schemas": {
929929
"AgentCommand": {
@@ -3430,7 +3430,7 @@
34303430
"additionalProperties": {
34313431
"type": "string"
34323432
},
3433-
"description": "Details of the violation.",
3433+
"description": "Details of the violation. TODO(b/452163887)",
34343434
"type": "object"
34353435
},
34363436
"serviceAccount": {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2031,8 +2031,8 @@ public ListRequest(Google.Apis.Services.IClientService service, string name) : b
20312031
public virtual string Name { get; private set; }
20322032

20332033
/// <summary>
2034-
/// Optional. Unless explicitly documented otherwise, don't use this unsupported field which is
2035-
/// primarily intended for internal usage.
2034+
/// Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented
2035+
/// otherwise. This is primarily for internal usage.
20362036
/// </summary>
20372037
[Google.Apis.Util.RequestParameterAttribute("extraLocationTypes", Google.Apis.Util.RequestParameterType.Query)]
20382038
public virtual Google.Apis.Util.Repeatable<string> ExtraLocationTypes { get; set; }
@@ -4403,7 +4403,7 @@ public class ViolationDetails : Google.Apis.Requests.IDirectResponseSchema
44034403
[Newtonsoft.Json.JsonPropertyAttribute("asset")]
44044404
public virtual string Asset { get; set; }
44054405

4406-
/// <summary>Details of the violation.</summary>
4406+
/// <summary>Details of the violation. TODO(b/452163887)</summary>
44074407
[Newtonsoft.Json.JsonPropertyAttribute("observed")]
44084408
public virtual System.Collections.Generic.IDictionary<string, string> Observed { get; set; }
44094409

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

Lines changed: 1 addition & 1 deletion
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.3926</Version>
6+
<Version>1.72.0.3947</Version>
77
<Authors>Google LLC</Authors>
88
<Copyright>Copyright 2025 Google LLC</Copyright>
99
<PackageTags>Google</PackageTags>

0 commit comments

Comments
 (0)