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:
- schemas.GoogleCloudRecommendationengineV1beta1UserInfo.properties.visitorId.description
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed Jul 10, 2021
1 parent 4390285 commit d5cbf6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/recommendationengine-v1beta1.json
Expand Up @@ -842,7 +842,7 @@
}
}
},
"revision": "20210514",
"revision": "20210702",
"rootUrl": "https://recommendationengine.googleapis.com/",
"schemas": {
"GoogleApiHttpBody": {
Expand Down Expand Up @@ -1949,7 +1949,7 @@
"type": "string"
},
"visitorId": {
"description": "Required. A unique identifier for tracking visitors with a length limit of 128 bytes. For example, this could be implemented with a http cookie, which should be able to uniquely identify a visitor on a single device. This unique identifier should not change if the visitor log in/out of the website. Maximum length 128 bytes. Cannot be empty.",
"description": "Required. A unique identifier for tracking visitors with a length limit of 128 bytes. For example, this could be implemented with an HTTP cookie, which should be able to uniquely identify a visitor on a single device. This unique identifier should not change if the visitor logs in or out of the website. Maximum length 128 bytes. Cannot be empty.",
"type": "string"
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/apis/recommendationengine/v1beta1.ts
Expand Up @@ -943,7 +943,7 @@ export namespace recommendationengine_v1beta1 {
*/
userId?: string | null;
/**
* Required. A unique identifier for tracking visitors with a length limit of 128 bytes. For example, this could be implemented with a http cookie, which should be able to uniquely identify a visitor on a single device. This unique identifier should not change if the visitor log in/out of the website. Maximum length 128 bytes. Cannot be empty.
* Required. A unique identifier for tracking visitors with a length limit of 128 bytes. For example, this could be implemented with an HTTP cookie, which should be able to uniquely identify a visitor on a single device. This unique identifier should not change if the visitor logs in or out of the website. Maximum length 128 bytes. Cannot be empty.
*/
visitorId?: string | null;
}
Expand Down

0 comments on commit d5cbf6b

Please sign in to comment.