Skip to content

Commit 25f0f11

Browse files
yoshi-automationsofisl
authored andcommitted
feat(certificatemanager): update the API
#### certificatemanager:v1 The following keys were added: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes.description - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes.location - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes.repeated - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes.type
1 parent dc4cf69 commit 25f0f11

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

‎discovery/certificatemanager-v1.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,12 @@
143143
"name"
144144
],
145145
"parameters": {
146+
"extraLocationTypes": {
147+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
148+
"location": "query",
149+
"repeated": true,
150+
"type": "string"
151+
},
146152
"filter": {
147153
"description": "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).",
148154
"location": "query",
@@ -1314,7 +1320,7 @@
13141320
}
13151321
}
13161322
},
1317-
"revision": "20250211",
1323+
"revision": "20250423",
13181324
"rootUrl": "https://certificatemanager.googleapis.com/",
13191325
"schemas": {
13201326
"AllowlistedCertificate": {

‎src/apis/certificatemanager/v1.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,6 +1018,10 @@ export namespace certificatemanager_v1 {
10181018
}
10191019
export interface Params$Resource$Projects$Locations$List
10201020
extends StandardParameters {
1021+
/**
1022+
* Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.
1023+
*/
1024+
extraLocationTypes?: string[];
10211025
/**
10221026
* 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).
10231027
*/

0 commit comments

Comments
 (0)