Skip to content

Commit 09e293d

Browse files
yoshi-automationsofisl
authored andcommitted
fix(vpcaccess): update the API
#### vpcaccess:v1beta1 The following keys were changed: - schemas.Location.description #### vpcaccess:v1 The following keys were changed: - schemas.Location.description
1 parent a3e3147 commit 09e293d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

discovery/vpcaccess-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@
384384
}
385385
}
386386
},
387-
"revision": "20230309",
387+
"revision": "20230418",
388388
"rootUrl": "https://vpcaccess.googleapis.com/",
389389
"schemas": {
390390
"Connector": {
@@ -518,7 +518,7 @@
518518
"type": "object"
519519
},
520520
"Location": {
521-
"description": "A resource that represents Google Cloud Platform location.",
521+
"description": "A resource that represents Google Cloud location.",
522522
"id": "Location",
523523
"properties": {
524524
"displayName": {

discovery/vpcaccess-v1beta1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@
384384
}
385385
}
386386
},
387-
"revision": "20230309",
387+
"revision": "20230418",
388388
"rootUrl": "https://vpcaccess.googleapis.com/",
389389
"schemas": {
390390
"Connector": {
@@ -518,7 +518,7 @@
518518
"type": "object"
519519
},
520520
"Location": {
521-
"description": "A resource that represents Google Cloud Platform location.",
521+
"description": "A resource that represents Google Cloud location.",
522522
"id": "Location",
523523
"properties": {
524524
"displayName": {

src/apis/vpcaccess/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ export namespace vpcaccess_v1 {
213213
operations?: Schema$Operation[];
214214
}
215215
/**
216-
* A resource that represents Google Cloud Platform location.
216+
* A resource that represents Google Cloud location.
217217
*/
218218
export interface Schema$Location {
219219
/**

src/apis/vpcaccess/v1beta1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ export namespace vpcaccess_v1beta1 {
213213
operations?: Schema$Operation[];
214214
}
215215
/**
216-
* A resource that represents Google Cloud Platform location.
216+
* A resource that represents Google Cloud location.
217217
*/
218218
export interface Schema$Location {
219219
/**

0 commit comments

Comments
 (0)