Skip to content

Commit ce30f6f

Browse files
feat(apphub): update the API
#### apphub:v1alpha 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 #### apphub: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 901f2c2 commit ce30f6f

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-2
lines changed

‎discovery/apphub-v1.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,12 @@
171171
"name"
172172
],
173173
"parameters": {
174+
"extraLocationTypes": {
175+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
176+
"location": "query",
177+
"repeated": true,
178+
"type": "string"
179+
},
174180
"filter": {
175181
"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).",
176182
"location": "query",
@@ -1346,7 +1352,7 @@
13461352
}
13471353
}
13481354
},
1349-
"revision": "20250115",
1355+
"revision": "20250414",
13501356
"rootUrl": "https://apphub.googleapis.com/",
13511357
"schemas": {
13521358
"Application": {

‎discovery/apphub-v1alpha.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,12 @@
171171
"name"
172172
],
173173
"parameters": {
174+
"extraLocationTypes": {
175+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
176+
"location": "query",
177+
"repeated": true,
178+
"type": "string"
179+
},
174180
"filter": {
175181
"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).",
176182
"location": "query",
@@ -1438,7 +1444,7 @@
14381444
}
14391445
}
14401446
},
1441-
"revision": "20250115",
1447+
"revision": "20250414",
14421448
"rootUrl": "https://apphub.googleapis.com/",
14431449
"schemas": {
14441450
"Application": {

‎src/apis/apphub/v1.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1266,6 +1266,10 @@ export namespace apphub_v1 {
12661266
}
12671267
export interface Params$Resource$Projects$Locations$List
12681268
extends StandardParameters {
1269+
/**
1270+
* Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.
1271+
*/
1272+
extraLocationTypes?: string[];
12691273
/**
12701274
* 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).
12711275
*/

‎src/apis/apphub/v1alpha.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1316,6 +1316,10 @@ export namespace apphub_v1alpha {
13161316
}
13171317
export interface Params$Resource$Projects$Locations$List
13181318
extends StandardParameters {
1319+
/**
1320+
* Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.
1321+
*/
1322+
extraLocationTypes?: string[];
13191323
/**
13201324
* 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).
13211325
*/

0 commit comments

Comments
 (0)