From c2212f0f75ad28fb80cfc483778d3cc9f48c176f Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Thu, 16 Jul 2020 04:30:38 -0700 Subject: [PATCH] fix(cloudbuild): update the API #### cloudbuild:v1 The following keys were changed: - schemas.BuildTrigger.properties.disabled.description --- discovery/cloudbuild-v1.json | 4 ++-- src/apis/cloudbuild/v1.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/discovery/cloudbuild-v1.json b/discovery/cloudbuild-v1.json index b61d851bac..827fb3650b 100644 --- a/discovery/cloudbuild-v1.json +++ b/discovery/cloudbuild-v1.json @@ -594,7 +594,7 @@ } } }, - "revision": "20200704", + "revision": "20200715", "rootUrl": "https://cloudbuild.googleapis.com/", "schemas": { "ArtifactObjects": { @@ -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": { diff --git a/src/apis/cloudbuild/v1.ts b/src/apis/cloudbuild/v1.ts index d06e692a3f..e009358bf1 100644 --- a/src/apis/cloudbuild/v1.ts +++ b/src/apis/cloudbuild/v1.ts @@ -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; /**