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.GoogleCloudRetailV2alphaRuleForceReturnFacetAction.properties.facetPositionAdjustments.description

#### retail:v2beta

The following keys were changed:
- schemas.GoogleCloudRetailV2betaRuleForceReturnFacetAction.properties.facetPositionAdjustments.description

#### retail:v2

The following keys were changed:
- schemas.GoogleCloudRetailV2RuleForceReturnFacetAction.properties.facetPositionAdjustments.description
  • Loading branch information
yoshi-automation authored and sofisl committed Aug 27, 2024
1 parent 98cd830 commit 2179668
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
Original file line number Diff line number Diff line change
Expand Up @@ -2092,7 +2092,7 @@
}
}
},
"revision": "20240801",
"revision": "20240816",
"rootUrl": "https://retail.googleapis.com/",
"schemas": {
"GoogleApiHttpBody": {
Expand Down Expand Up @@ -4641,7 +4641,7 @@
"id": "GoogleCloudRetailV2RuleForceReturnFacetAction",
"properties": {
"facetPositionAdjustments": {
"description": "Each instance corresponds to a force return attribute for the given condition. There can't be more 3 instances here.",
"description": "Each instance corresponds to a force return attribute for the given condition. There can't be more 15 instances here.",
"items": {
"$ref": "GoogleCloudRetailV2RuleForceReturnFacetActionFacetPositionAdjustment"
},
Expand Down
4 changes: 2 additions & 2 deletions discovery/retail-v2alpha.json
Original file line number Diff line number Diff line change
Expand Up @@ -2613,7 +2613,7 @@
}
}
},
"revision": "20240801",
"revision": "20240816",
"rootUrl": "https://retail.googleapis.com/",
"schemas": {
"GoogleApiHttpBody": {
Expand Down Expand Up @@ -6494,7 +6494,7 @@
"id": "GoogleCloudRetailV2alphaRuleForceReturnFacetAction",
"properties": {
"facetPositionAdjustments": {
"description": "Each instance corresponds to a force return attribute for the given condition. There can't be more 3 instances here.",
"description": "Each instance corresponds to a force return attribute for the given condition. There can't be more 15 instances here.",
"items": {
"$ref": "GoogleCloudRetailV2alphaRuleForceReturnFacetActionFacetPositionAdjustment"
},
Expand Down
4 changes: 2 additions & 2 deletions discovery/retail-v2beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -2237,7 +2237,7 @@
}
}
},
"revision": "20240801",
"revision": "20240816",
"rootUrl": "https://retail.googleapis.com/",
"schemas": {
"GoogleApiHttpBody": {
Expand Down Expand Up @@ -6442,7 +6442,7 @@
"id": "GoogleCloudRetailV2betaRuleForceReturnFacetAction",
"properties": {
"facetPositionAdjustments": {
"description": "Each instance corresponds to a force return attribute for the given condition. There can't be more 3 instances here.",
"description": "Each instance corresponds to a force return attribute for the given condition. There can't be more 15 instances here.",
"items": {
"$ref": "GoogleCloudRetailV2betaRuleForceReturnFacetActionFacetPositionAdjustment"
},
Expand Down
2 changes: 1 addition & 1 deletion src/apis/retail/v2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2917,7 +2917,7 @@ export namespace retail_v2 {
*/
export interface Schema$GoogleCloudRetailV2RuleForceReturnFacetAction {
/**
* Each instance corresponds to a force return attribute for the given condition. There can't be more 3 instances here.
* Each instance corresponds to a force return attribute for the given condition. There can't be more 15 instances here.
*/
facetPositionAdjustments?: Schema$GoogleCloudRetailV2RuleForceReturnFacetActionFacetPositionAdjustment[];
}
Expand Down
2 changes: 1 addition & 1 deletion src/apis/retail/v2alpha.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2459,7 +2459,7 @@ export namespace retail_v2alpha {
*/
export interface Schema$GoogleCloudRetailV2alphaRuleForceReturnFacetAction {
/**
* Each instance corresponds to a force return attribute for the given condition. There can't be more 3 instances here.
* Each instance corresponds to a force return attribute for the given condition. There can't be more 15 instances here.
*/
facetPositionAdjustments?: Schema$GoogleCloudRetailV2alphaRuleForceReturnFacetActionFacetPositionAdjustment[];
}
Expand Down
2 changes: 1 addition & 1 deletion src/apis/retail/v2beta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2705,7 +2705,7 @@ export namespace retail_v2beta {
*/
export interface Schema$GoogleCloudRetailV2betaRuleForceReturnFacetAction {
/**
* Each instance corresponds to a force return attribute for the given condition. There can't be more 3 instances here.
* Each instance corresponds to a force return attribute for the given condition. There can't be more 15 instances here.
*/
facetPositionAdjustments?: Schema$GoogleCloudRetailV2betaRuleForceReturnFacetActionFacetPositionAdjustment[];
}
Expand Down

0 comments on commit 2179668

Please sign in to comment.