Skip to content

Commit

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

The following keys were changed:
- schemas.GoogleCloudRetailV2alphaProductInlineSource.properties.products.description

#### retail:v2beta

The following keys were changed:
- schemas.GoogleCloudRetailV2betaProductInlineSource.properties.products.description

#### retail:v2

The following keys were changed:
- schemas.GoogleCloudRetailV2ProductInlineSource.properties.products.description
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed Jul 8, 2021
1 parent 2cea182 commit 8b9139d
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions discovery/retail-v2.json
Expand Up @@ -706,7 +706,7 @@
}
}
},
"revision": "20210625",
"revision": "20210702",
"rootUrl": "https://retail.googleapis.com/",
"schemas": {
"GoogleApiHttpBody": {
Expand Down Expand Up @@ -1340,7 +1340,7 @@
"id": "GoogleCloudRetailV2ProductInlineSource",
"properties": {
"products": {
"description": "Required. A list of products to update/create. Each product must have a valid Product.id. Recommended max of 10k items.",
"description": "Required. A list of products to update/create. Each product must have a valid Product.id. Recommended max of 100 items.",
"items": {
"$ref": "GoogleCloudRetailV2Product"
},
Expand Down
4 changes: 2 additions & 2 deletions discovery/retail-v2alpha.json
Expand Up @@ -706,7 +706,7 @@
}
}
},
"revision": "20210625",
"revision": "20210702",
"rootUrl": "https://retail.googleapis.com/",
"schemas": {
"GoogleApiHttpBody": {
Expand Down Expand Up @@ -1535,7 +1535,7 @@
"id": "GoogleCloudRetailV2alphaProductInlineSource",
"properties": {
"products": {
"description": "Required. A list of products to update/create. Each product must have a valid Product.id. Recommended max of 10k items.",
"description": "Required. A list of products to update/create. Each product must have a valid Product.id. Recommended max of 100 items.",
"items": {
"$ref": "GoogleCloudRetailV2alphaProduct"
},
Expand Down
4 changes: 2 additions & 2 deletions discovery/retail-v2beta.json
Expand Up @@ -706,7 +706,7 @@
}
}
},
"revision": "20210625",
"revision": "20210702",
"rootUrl": "https://retail.googleapis.com/",
"schemas": {
"GoogleApiHttpBody": {
Expand Down Expand Up @@ -1730,7 +1730,7 @@
"id": "GoogleCloudRetailV2betaProductInlineSource",
"properties": {
"products": {
"description": "Required. A list of products to update/create. Each product must have a valid Product.id. Recommended max of 10k items.",
"description": "Required. A list of products to update/create. Each product must have a valid Product.id. Recommended max of 100 items.",
"items": {
"$ref": "GoogleCloudRetailV2betaProduct"
},
Expand Down
2 changes: 1 addition & 1 deletion src/apis/retail/v2.ts
Expand Up @@ -899,7 +899,7 @@ export namespace retail_v2 {
*/
export interface Schema$GoogleCloudRetailV2ProductInlineSource {
/**
* Required. A list of products to update/create. Each product must have a valid Product.id. Recommended max of 10k items.
* Required. A list of products to update/create. Each product must have a valid Product.id. Recommended max of 100 items.
*/
products?: Schema$GoogleCloudRetailV2Product[];
}
Expand Down
2 changes: 1 addition & 1 deletion src/apis/retail/v2alpha.ts
Expand Up @@ -653,7 +653,7 @@ export namespace retail_v2alpha {
*/
export interface Schema$GoogleCloudRetailV2alphaProductInlineSource {
/**
* Required. A list of products to update/create. Each product must have a valid Product.id. Recommended max of 10k items.
* Required. A list of products to update/create. Each product must have a valid Product.id. Recommended max of 100 items.
*/
products?: Schema$GoogleCloudRetailV2alphaProduct[];
}
Expand Down
2 changes: 1 addition & 1 deletion src/apis/retail/v2beta.ts
Expand Up @@ -800,7 +800,7 @@ export namespace retail_v2beta {
*/
export interface Schema$GoogleCloudRetailV2betaProductInlineSource {
/**
* Required. A list of products to update/create. Each product must have a valid Product.id. Recommended max of 10k items.
* Required. A list of products to update/create. Each product must have a valid Product.id. Recommended max of 100 items.
*/
products?: Schema$GoogleCloudRetailV2betaProduct[];
}
Expand Down

0 comments on commit 8b9139d

Please sign in to comment.