Skip to content

Commit

Permalink
fix(cloudbuild): update the API
Browse files Browse the repository at this point in the history
#### cloudbuild:v1
The following keys were changed:
- schemas.BuildTrigger.properties.disabled.description
  • Loading branch information
yoshi-automation authored and sofisl committed Jul 16, 2020
1 parent 91b4aee commit c2212f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/cloudbuild-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@
}
}
},
"revision": "20200704",
"revision": "20200715",
"rootUrl": "https://cloudbuild.googleapis.com/",
"schemas": {
"ArtifactObjects": {
Expand Down Expand Up @@ -1053,7 +1053,7 @@
"type": "string"
},
"disabled": {
"description": "If true, the trigger will never result in a build.",
"description": "If true, the trigger will never automatically execute a build.",
"type": "boolean"
},
"filename": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/cloudbuild/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ export namespace cloudbuild_v1 {
*/
description?: string | null;
/**
* If true, the trigger will never result in a build.
* If true, the trigger will never automatically execute a build.
*/
disabled?: boolean | null;
/**
Expand Down

0 comments on commit c2212f0

Please # to comment.