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; /**