Skip to content

Commit 16927db

Browse files
feat(privateca): update the API
#### privateca:v1beta1 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 #### privateca: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 37e19e3 commit 16927db

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-2
lines changed

‎discovery/privateca-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",
@@ -1605,7 +1611,7 @@
16051611
}
16061612
}
16071613
},
1608-
"revision": "20250226",
1614+
"revision": "20250326",
16091615
"rootUrl": "https://privateca.googleapis.com/",
16101616
"schemas": {
16111617
"AccessUrls": {

‎discovery/privateca-v1beta1.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",
@@ -580,7 +586,7 @@
580586
}
581587
}
582588
},
583-
"revision": "20241204",
589+
"revision": "20250326",
584590
"rootUrl": "https://privateca.googleapis.com/",
585591
"schemas": {
586592
"AuditConfig": {

‎src/apis/privateca/v1.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1657,6 +1657,10 @@ export namespace privateca_v1 {
16571657
}
16581658
export interface Params$Resource$Projects$Locations$List
16591659
extends StandardParameters {
1660+
/**
1661+
* Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.
1662+
*/
1663+
extraLocationTypes?: string[];
16601664
/**
16611665
* 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).
16621666
*/

‎src/apis/privateca/v1beta1.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,10 @@ export namespace privateca_v1beta1 {
569569
}
570570
export interface Params$Resource$Projects$Locations$List
571571
extends StandardParameters {
572+
/**
573+
* Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.
574+
*/
575+
extraLocationTypes?: string[];
572576
/**
573577
* 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).
574578
*/

0 commit comments

Comments
 (0)