Skip to content

Commit f383a15

Browse files
fix(workloadmanager): update the API
#### workloadmanager:v1 The following keys were changed: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes.description - schemas.ViolationDetails.properties.observed.description
1 parent b27854e commit f383a15

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

discovery/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/apis/workloadmanager/v1.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1701,7 +1701,7 @@ export namespace workloadmanager_v1 {
17011701
*/
17021702
asset?: string | null;
17031703
/**
1704-
* Details of the violation.
1704+
* Details of the violation. TODO(b/452163887)
17051705
*/
17061706
observed?: {[key: string]: string} | null;
17071707
/**
@@ -1956,7 +1956,7 @@ export namespace workloadmanager_v1 {
19561956
*
19571957
* // Do the magic
19581958
* const res = await workloadmanager.projects.locations.list({
1959-
* // Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
1959+
* // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
19601960
* extraLocationTypes: 'placeholder-value',
19611961
* // A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
19621962
* filter: 'placeholder-value',
@@ -2085,7 +2085,7 @@ export namespace workloadmanager_v1 {
20852085
export interface Params$Resource$Projects$Locations$List
20862086
extends StandardParameters {
20872087
/**
2088-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
2088+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
20892089
*/
20902090
extraLocationTypes?: string[];
20912091
/**

0 commit comments

Comments
 (0)