Skip to content

Commit 03830cd

Browse files
feat(vpcaccess): update the API
#### vpcaccess: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 #### vpcaccess: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 025ba8e commit 03830cd

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-2
lines changed

discovery/vpcaccess-v1.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,12 @@
118118
"name"
119119
],
120120
"parameters": {
121+
"extraLocationTypes": {
122+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
123+
"location": "query",
124+
"repeated": true,
125+
"type": "string"
126+
},
121127
"filter": {
122128
"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).",
123129
"location": "query",
@@ -384,7 +390,7 @@
384390
}
385391
}
386392
},
387-
"revision": "20240905",
393+
"revision": "20250413",
388394
"rootUrl": "https://vpcaccess.googleapis.com/",
389395
"schemas": {
390396
"Connector": {

discovery/vpcaccess-v1beta1.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,12 @@
118118
"name"
119119
],
120120
"parameters": {
121+
"extraLocationTypes": {
122+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
123+
"location": "query",
124+
"repeated": true,
125+
"type": "string"
126+
},
121127
"filter": {
122128
"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).",
123129
"location": "query",
@@ -384,7 +390,7 @@
384390
}
385391
}
386392
},
387-
"revision": "20240905",
393+
"revision": "20250413",
388394
"rootUrl": "https://vpcaccess.googleapis.com/",
389395
"schemas": {
390396
"Connector": {

src/apis/vpcaccess/v1.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,10 @@ export namespace vpcaccess_v1 {
475475

476476
export interface Params$Resource$Projects$Locations$List
477477
extends StandardParameters {
478+
/**
479+
* Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.
480+
*/
481+
extraLocationTypes?: string[];
478482
/**
479483
* 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).
480484
*/

src/apis/vpcaccess/v1beta1.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,10 @@ export namespace vpcaccess_v1beta1 {
483483

484484
export interface Params$Resource$Projects$Locations$List
485485
extends StandardParameters {
486+
/**
487+
* Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.
488+
*/
489+
extraLocationTypes?: string[];
486490
/**
487491
* 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).
488492
*/

0 commit comments

Comments
 (0)