Skip to content

Commit e2b2c06

Browse files
fix(workloadmanager): update the API
#### workloadmanager:v1 The following keys were changed: - resources.projects.resources.locations.methods.list.description
1 parent a7d3bfc commit e2b2c06

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

discovery/workloadmanager-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
]
136136
},
137137
"list": {
138-
"description": "Lists information about the supported locations for this service.",
138+
"description": "Lists information about the supported locations for this service. This method can be called in two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include public locations as well as private or other locations specifically visible to the project.",
139139
"flatPath": "v1/projects/{projectsId}/locations",
140140
"httpMethod": "GET",
141141
"id": "workloadmanager.projects.locations.list",
@@ -979,7 +979,7 @@
979979
}
980980
}
981981
},
982-
"revision": "20260121",
982+
"revision": "20260128",
983983
"rootUrl": "https://workloadmanager.googleapis.com/",
984984
"schemas": {
985985
"AgentCommand": {

src/apis/workloadmanager/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2010,7 +2010,7 @@ export namespace workloadmanager_v1 {
20102010
}
20112011

20122012
/**
2013-
* Lists information about the supported locations for this service.
2013+
* Lists information about the supported locations for this service. This method can be called in two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-visible locations:** Use the path `GET /v1/projects/{project_id\}/locations`. This may include public locations as well as private or other locations specifically visible to the project.
20142014
* @example
20152015
* ```js
20162016
* // Before running the sample:

0 commit comments

Comments
 (0)