Skip to content

Commit b925c23

Browse files
yoshi-automationsofisl
authored andcommitted
fix(workflows): update the API
#### workflows:v1beta The following keys were changed: - schemas.Location.description #### workflows:v1 The following keys were changed: - schemas.Location.description
1 parent 609207d commit b925c23

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

discovery/workflows-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@
449449
}
450450
}
451451
},
452-
"revision": "20230329",
452+
"revision": "20230419",
453453
"rootUrl": "https://workflows.googleapis.com/",
454454
"schemas": {
455455
"Empty": {
@@ -520,7 +520,7 @@
520520
"type": "object"
521521
},
522522
"Location": {
523-
"description": "A resource that represents Google Cloud Platform location.",
523+
"description": "A resource that represents a Google Cloud location.",
524524
"id": "Location",
525525
"properties": {
526526
"displayName": {

discovery/workflows-v1beta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@
444444
}
445445
}
446446
},
447-
"revision": "20230308",
447+
"revision": "20230419",
448448
"rootUrl": "https://workflows.googleapis.com/",
449449
"schemas": {
450450
"Empty": {
@@ -515,7 +515,7 @@
515515
"type": "object"
516516
},
517517
"Location": {
518-
"description": "A resource that represents Google Cloud Platform location.",
518+
"description": "A resource that represents a Google Cloud location.",
519519
"id": "Location",
520520
"properties": {
521521
"displayName": {

src/apis/workflows/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ export namespace workflows_v1 {
172172
workflows?: Schema$Workflow[];
173173
}
174174
/**
175-
* A resource that represents Google Cloud Platform location.
175+
* A resource that represents a Google Cloud location.
176176
*/
177177
export interface Schema$Location {
178178
/**

src/apis/workflows/v1beta.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ export namespace workflows_v1beta {
172172
workflows?: Schema$Workflow[];
173173
}
174174
/**
175-
* A resource that represents Google Cloud Platform location.
175+
* A resource that represents a Google Cloud location.
176176
*/
177177
export interface Schema$Location {
178178
/**

0 commit comments

Comments
 (0)