Skip to content

Commit 2179668

Browse files
yoshi-automationsofisl
authored andcommitted
fix(retail): update the API
#### 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
1 parent 98cd830 commit 2179668

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

discovery/retail-v2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2092,7 +2092,7 @@
20922092
}
20932093
}
20942094
},
2095-
"revision": "20240801",
2095+
"revision": "20240816",
20962096
"rootUrl": "https://retail.googleapis.com/",
20972097
"schemas": {
20982098
"GoogleApiHttpBody": {
@@ -4641,7 +4641,7 @@
46414641
"id": "GoogleCloudRetailV2RuleForceReturnFacetAction",
46424642
"properties": {
46434643
"facetPositionAdjustments": {
4644-
"description": "Each instance corresponds to a force return attribute for the given condition. There can't be more 3 instances here.",
4644+
"description": "Each instance corresponds to a force return attribute for the given condition. There can't be more 15 instances here.",
46454645
"items": {
46464646
"$ref": "GoogleCloudRetailV2RuleForceReturnFacetActionFacetPositionAdjustment"
46474647
},

discovery/retail-v2alpha.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2613,7 +2613,7 @@
26132613
}
26142614
}
26152615
},
2616-
"revision": "20240801",
2616+
"revision": "20240816",
26172617
"rootUrl": "https://retail.googleapis.com/",
26182618
"schemas": {
26192619
"GoogleApiHttpBody": {
@@ -6494,7 +6494,7 @@
64946494
"id": "GoogleCloudRetailV2alphaRuleForceReturnFacetAction",
64956495
"properties": {
64966496
"facetPositionAdjustments": {
6497-
"description": "Each instance corresponds to a force return attribute for the given condition. There can't be more 3 instances here.",
6497+
"description": "Each instance corresponds to a force return attribute for the given condition. There can't be more 15 instances here.",
64986498
"items": {
64996499
"$ref": "GoogleCloudRetailV2alphaRuleForceReturnFacetActionFacetPositionAdjustment"
65006500
},

discovery/retail-v2beta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2237,7 +2237,7 @@
22372237
}
22382238
}
22392239
},
2240-
"revision": "20240801",
2240+
"revision": "20240816",
22412241
"rootUrl": "https://retail.googleapis.com/",
22422242
"schemas": {
22432243
"GoogleApiHttpBody": {
@@ -6442,7 +6442,7 @@
64426442
"id": "GoogleCloudRetailV2betaRuleForceReturnFacetAction",
64436443
"properties": {
64446444
"facetPositionAdjustments": {
6445-
"description": "Each instance corresponds to a force return attribute for the given condition. There can't be more 3 instances here.",
6445+
"description": "Each instance corresponds to a force return attribute for the given condition. There can't be more 15 instances here.",
64466446
"items": {
64476447
"$ref": "GoogleCloudRetailV2betaRuleForceReturnFacetActionFacetPositionAdjustment"
64486448
},

src/apis/retail/v2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2917,7 +2917,7 @@ export namespace retail_v2 {
29172917
*/
29182918
export interface Schema$GoogleCloudRetailV2RuleForceReturnFacetAction {
29192919
/**
2920-
* Each instance corresponds to a force return attribute for the given condition. There can't be more 3 instances here.
2920+
* Each instance corresponds to a force return attribute for the given condition. There can't be more 15 instances here.
29212921
*/
29222922
facetPositionAdjustments?: Schema$GoogleCloudRetailV2RuleForceReturnFacetActionFacetPositionAdjustment[];
29232923
}

src/apis/retail/v2alpha.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2459,7 +2459,7 @@ export namespace retail_v2alpha {
24592459
*/
24602460
export interface Schema$GoogleCloudRetailV2alphaRuleForceReturnFacetAction {
24612461
/**
2462-
* Each instance corresponds to a force return attribute for the given condition. There can't be more 3 instances here.
2462+
* Each instance corresponds to a force return attribute for the given condition. There can't be more 15 instances here.
24632463
*/
24642464
facetPositionAdjustments?: Schema$GoogleCloudRetailV2alphaRuleForceReturnFacetActionFacetPositionAdjustment[];
24652465
}

src/apis/retail/v2beta.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2705,7 +2705,7 @@ export namespace retail_v2beta {
27052705
*/
27062706
export interface Schema$GoogleCloudRetailV2betaRuleForceReturnFacetAction {
27072707
/**
2708-
* Each instance corresponds to a force return attribute for the given condition. There can't be more 3 instances here.
2708+
* Each instance corresponds to a force return attribute for the given condition. There can't be more 15 instances here.
27092709
*/
27102710
facetPositionAdjustments?: Schema$GoogleCloudRetailV2betaRuleForceReturnFacetActionFacetPositionAdjustment[];
27112711
}

0 commit comments

Comments
 (0)