Skip to content

Commit

Permalink
fix(recommendationengine): update the API
Browse files Browse the repository at this point in the history
#### recommendationengine:v1beta1

The following keys were changed:
- auth.oauth2.scopes.https://www.googleapis.com/auth/cloud-platform.description
- schemas.GoogleCloudRecommendationengineV1beta1PredictRequest.properties.dryRun.description
  • Loading branch information
yoshi-automation authored and bcoe committed Sep 14, 2021
1 parent e41f984 commit 8bb9c8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions discovery/recommendationengine-v1beta1.json
Expand Up @@ -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."
}
}
}
Expand Down Expand Up @@ -842,7 +842,7 @@
}
}
},
"revision": "20210702",
"revision": "20210909",
"rootUrl": "https://recommendationengine.googleapis.com/",
"schemas": {
"GoogleApiHttpBody": {
Expand Down Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/recommendationengine/v1beta1.ts
Expand Up @@ -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;
/**
Expand Down

0 comments on commit 8bb9c8a

Please sign in to comment.