From fb83f71fa7f95c41d4089f27171ef23228085105 Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Thu, 11 Jun 2020 04:36:18 -0700 Subject: [PATCH] fix(cloudbuild): update the API #### cloudbuild:v1alpha1 The following keys were changed: - schemas.BuildOptions.properties.logging.description #### cloudbuild:v1alpha2 The following keys were changed: - schemas.BuildOptions.properties.logging.description #### cloudbuild:v1 The following keys were changed: - schemas.BuildOptions.properties.logging.description --- discovery/cloudbuild-v1.json | 4 ++-- discovery/cloudbuild-v1alpha1.json | 4 ++-- discovery/cloudbuild-v1alpha2.json | 4 ++-- src/apis/cloudbuild/v1.ts | 2 +- src/apis/cloudbuild/v1alpha1.ts | 2 +- src/apis/cloudbuild/v1alpha2.ts | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/discovery/cloudbuild-v1.json b/discovery/cloudbuild-v1.json index ef1f54c703..13d17ee6be 100644 --- a/discovery/cloudbuild-v1.json +++ b/discovery/cloudbuild-v1.json @@ -720,7 +720,7 @@ } } }, - "revision": "20200601", + "revision": "20200606", "rootUrl": "https://cloudbuild.googleapis.com/", "schemas": { "ArtifactObjects": { @@ -971,7 +971,7 @@ "type": "string" }, "logging": { - "description": "Option to specify the logging mode, which determines where the logs are\nstored.", + "description": "Option to specify the logging mode, which determines if and where build\nlogs are stored.", "enum": [ "LOGGING_UNSPECIFIED", "LEGACY", diff --git a/discovery/cloudbuild-v1alpha1.json b/discovery/cloudbuild-v1alpha1.json index cadb7b1cf6..ac3bdda916 100644 --- a/discovery/cloudbuild-v1alpha1.json +++ b/discovery/cloudbuild-v1alpha1.json @@ -347,7 +347,7 @@ } } }, - "revision": "20200601", + "revision": "20200606", "rootUrl": "https://cloudbuild.googleapis.com/", "schemas": { "ArtifactObjects": { @@ -598,7 +598,7 @@ "type": "string" }, "logging": { - "description": "Option to specify the logging mode, which determines where the logs are\nstored.", + "description": "Option to specify the logging mode, which determines if and where build\nlogs are stored.", "enum": [ "LOGGING_UNSPECIFIED", "LEGACY", diff --git a/discovery/cloudbuild-v1alpha2.json b/discovery/cloudbuild-v1alpha2.json index 19a3ab01a0..6b795c0796 100644 --- a/discovery/cloudbuild-v1alpha2.json +++ b/discovery/cloudbuild-v1alpha2.json @@ -358,7 +358,7 @@ } } }, - "revision": "20200601", + "revision": "20200606", "rootUrl": "https://cloudbuild.googleapis.com/", "schemas": { "ArtifactObjects": { @@ -609,7 +609,7 @@ "type": "string" }, "logging": { - "description": "Option to specify the logging mode, which determines where the logs are\nstored.", + "description": "Option to specify the logging mode, which determines if and where build\nlogs are stored.", "enum": [ "LOGGING_UNSPECIFIED", "LEGACY", diff --git a/src/apis/cloudbuild/v1.ts b/src/apis/cloudbuild/v1.ts index a7ce2cc574..84a8f55fdc 100644 --- a/src/apis/cloudbuild/v1.ts +++ b/src/apis/cloudbuild/v1.ts @@ -297,7 +297,7 @@ export namespace cloudbuild_v1 { */ env?: string[] | null; /** - * Option to specify the logging mode, which determines where the logs are stored. + * Option to specify the logging mode, which determines if and where build logs are stored. */ logging?: string | null; /** diff --git a/src/apis/cloudbuild/v1alpha1.ts b/src/apis/cloudbuild/v1alpha1.ts index 9861382c2a..8a8dda7ae6 100644 --- a/src/apis/cloudbuild/v1alpha1.ts +++ b/src/apis/cloudbuild/v1alpha1.ts @@ -293,7 +293,7 @@ export namespace cloudbuild_v1alpha1 { */ env?: string[] | null; /** - * Option to specify the logging mode, which determines where the logs are stored. + * Option to specify the logging mode, which determines if and where build logs are stored. */ logging?: string | null; /** diff --git a/src/apis/cloudbuild/v1alpha2.ts b/src/apis/cloudbuild/v1alpha2.ts index 01c94b53ad..be67cf6e51 100644 --- a/src/apis/cloudbuild/v1alpha2.ts +++ b/src/apis/cloudbuild/v1alpha2.ts @@ -293,7 +293,7 @@ export namespace cloudbuild_v1alpha2 { */ env?: string[] | null; /** - * Option to specify the logging mode, which determines where the logs are stored. + * Option to specify the logging mode, which determines if and where build logs are stored. */ logging?: string | null; /**