Skip to content

Commit

Permalink
fix(workflows): update the API
Browse files Browse the repository at this point in the history
#### workflows:v1beta

The following keys were changed:
- schemas.Location.description

#### workflows:v1

The following keys were changed:
- schemas.Location.description
  • Loading branch information
yoshi-automation authored and sofisl committed May 2, 2023
1 parent 609207d commit b925c23
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions discovery/workflows-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@
}
}
},
"revision": "20230329",
"revision": "20230419",
"rootUrl": "https://workflows.googleapis.com/",
"schemas": {
"Empty": {
Expand Down Expand Up @@ -520,7 +520,7 @@
"type": "object"
},
"Location": {
"description": "A resource that represents Google Cloud Platform location.",
"description": "A resource that represents a Google Cloud location.",
"id": "Location",
"properties": {
"displayName": {
Expand Down
4 changes: 2 additions & 2 deletions discovery/workflows-v1beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@
}
}
},
"revision": "20230308",
"revision": "20230419",
"rootUrl": "https://workflows.googleapis.com/",
"schemas": {
"Empty": {
Expand Down Expand Up @@ -515,7 +515,7 @@
"type": "object"
},
"Location": {
"description": "A resource that represents Google Cloud Platform location.",
"description": "A resource that represents a Google Cloud location.",
"id": "Location",
"properties": {
"displayName": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/workflows/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export namespace workflows_v1 {
workflows?: Schema$Workflow[];
}
/**
* A resource that represents Google Cloud Platform location.
* A resource that represents a Google Cloud location.
*/
export interface Schema$Location {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/apis/workflows/v1beta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export namespace workflows_v1beta {
workflows?: Schema$Workflow[];
}
/**
* A resource that represents Google Cloud Platform location.
* A resource that represents a Google Cloud location.
*/
export interface Schema$Location {
/**
Expand Down

0 comments on commit b925c23

Please sign in to comment.