From 8bb9c8a15b1f46512a87c507ce5e634b3272d57b Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Tue, 14 Sep 2021 01:32:28 +0000 Subject: [PATCH] fix(recommendationengine): update the API #### recommendationengine:v1beta1 The following keys were changed: - auth.oauth2.scopes.https://www.googleapis.com/auth/cloud-platform.description - schemas.GoogleCloudRecommendationengineV1beta1PredictRequest.properties.dryRun.description --- discovery/recommendationengine-v1beta1.json | 6 +++--- src/apis/recommendationengine/v1beta1.ts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/discovery/recommendationengine-v1beta1.json b/discovery/recommendationengine-v1beta1.json index a9e6cb0138..1ac853fd2d 100644 --- a/discovery/recommendationengine-v1beta1.json +++ b/discovery/recommendationengine-v1beta1.json @@ -3,7 +3,7 @@ "oauth2": { "scopes": { "https://www.googleapis.com/auth/cloud-platform": { - "description": "See, edit, configure, and delete your Google Cloud Platform data" + "description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account." } } } @@ -842,7 +842,7 @@ } } }, - "revision": "20210702", + "revision": "20210909", "rootUrl": "https://recommendationengine.googleapis.com/", "schemas": { "GoogleApiHttpBody": { @@ -1433,7 +1433,7 @@ "id": "GoogleCloudRecommendationengineV1beta1PredictRequest", "properties": { "dryRun": { - "description": "Optional. Use dryRun mode for this prediction query. If set to true, a dummy model will be used that returns arbitrary catalog items. Note that the dryRun mode should only be used for testing the API, or if the model is not ready.", + "description": "Optional. Use dryRun mode for this prediction query. If set to true, a fake model will be used that returns arbitrary catalog items. Note that the dryRun mode should only be used for testing the API, or if the model is not ready.", "type": "boolean" }, "filter": { diff --git a/src/apis/recommendationengine/v1beta1.ts b/src/apis/recommendationengine/v1beta1.ts index 081e84af75..25c1fa59de 100644 --- a/src/apis/recommendationengine/v1beta1.ts +++ b/src/apis/recommendationengine/v1beta1.ts @@ -586,7 +586,7 @@ export namespace recommendationengine_v1beta1 { */ export interface Schema$GoogleCloudRecommendationengineV1beta1PredictRequest { /** - * Optional. Use dryRun mode for this prediction query. If set to true, a dummy model will be used that returns arbitrary catalog items. Note that the dryRun mode should only be used for testing the API, or if the model is not ready. + * Optional. Use dryRun mode for this prediction query. If set to true, a fake model will be used that returns arbitrary catalog items. Note that the dryRun mode should only be used for testing the API, or if the model is not ready. */ dryRun?: boolean | null; /**