Skip to content

Commit 1ce1268

Browse files
feat(retail): update the api
#### retail:v2 The following keys were added: - schemas.GoogleCloudRetailV2alphaMerchantCenterAccountLinkMerchantCenterFeedFilter.properties.dataSourceId (Total Keys: 2) - schemas.GoogleCloudRetailV2alphaMerchantCenterAccountLinkMerchantCenterFeedFilter.properties.primaryFeedId.deprecated (Total Keys: 1) #### retail:v2beta The following keys were added: - schemas.GoogleCloudRetailV2alphaMerchantCenterAccountLinkMerchantCenterFeedFilter.properties.dataSourceId (Total Keys: 2) - schemas.GoogleCloudRetailV2alphaMerchantCenterAccountLinkMerchantCenterFeedFilter.properties.primaryFeedId.deprecated (Total Keys: 1) - schemas.GoogleCloudRetailV2betaMerchantCenterFeedFilter.properties.dataSourceId (Total Keys: 2) - schemas.GoogleCloudRetailV2betaMerchantCenterFeedFilter.properties.primaryFeedId.deprecated (Total Keys: 1)
1 parent d9175bc commit 1ce1268

File tree

3 files changed

+29
-8
lines changed

3 files changed

+29
-8
lines changed

docs/dyn/retail_v2beta.projects.locations.catalogs.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,8 @@ <h3>Method Details</h3>
496496
],
497497
&quot;feeds&quot;: [ # Criteria for the Merchant Center feeds to be ingested via the link. All offers will be ingested if the list is empty. Otherwise the offers will be ingested from selected feeds.
498498
{ # Merchant Center Feed filter criterion.
499-
&quot;primaryFeedId&quot;: &quot;A String&quot;, # Merchant Center primary feed ID.
499+
&quot;dataSourceId&quot;: &quot;A String&quot;, # AFM data source ID.
500+
&quot;primaryFeedId&quot;: &quot;A String&quot;, # Merchant Center primary feed ID. Deprecated: use data_source_id instead.
500501
&quot;primaryFeedName&quot;: &quot;A String&quot;, # Merchant Center primary feed name. The name is used for the display purposes only.
501502
},
502503
],
@@ -551,7 +552,8 @@ <h3>Method Details</h3>
551552
],
552553
&quot;feeds&quot;: [ # Criteria for the Merchant Center feeds to be ingested via the link. All offers will be ingested if the list is empty. Otherwise the offers will be ingested from selected feeds.
553554
{ # Merchant Center Feed filter criterion.
554-
&quot;primaryFeedId&quot;: &quot;A String&quot;, # Merchant Center primary feed ID.
555+
&quot;dataSourceId&quot;: &quot;A String&quot;, # AFM data source ID.
556+
&quot;primaryFeedId&quot;: &quot;A String&quot;, # Merchant Center primary feed ID. Deprecated: use data_source_id instead.
555557
&quot;primaryFeedName&quot;: &quot;A String&quot;, # Merchant Center primary feed name. The name is used for the display purposes only.
556558
},
557559
],
@@ -588,7 +590,8 @@ <h3>Method Details</h3>
588590
],
589591
&quot;feeds&quot;: [ # Criteria for the Merchant Center feeds to be ingested via the link. All offers will be ingested if the list is empty. Otherwise the offers will be ingested from selected feeds.
590592
{ # Merchant Center Feed filter criterion.
591-
&quot;primaryFeedId&quot;: &quot;A String&quot;, # Merchant Center primary feed ID.
593+
&quot;dataSourceId&quot;: &quot;A String&quot;, # AFM data source ID.
594+
&quot;primaryFeedId&quot;: &quot;A String&quot;, # Merchant Center primary feed ID. Deprecated: use data_source_id instead.
592595
&quot;primaryFeedName&quot;: &quot;A String&quot;, # Merchant Center primary feed name. The name is used for the display purposes only.
593596
},
594597
],

googleapiclient/discovery_cache/documents/retail.v2.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2223,7 +2223,7 @@
22232223
}
22242224
}
22252225
},
2226-
"revision": "20250501",
2226+
"revision": "20250508",
22272227
"rootUrl": "https://retail.googleapis.com/",
22282228
"schemas": {
22292229
"GoogleApiHttpBody": {
@@ -6594,8 +6594,14 @@
65946594
"description": "Merchant Center Feed filter criterion.",
65956595
"id": "GoogleCloudRetailV2alphaMerchantCenterAccountLinkMerchantCenterFeedFilter",
65966596
"properties": {
6597+
"dataSourceId": {
6598+
"description": "AFM data source ID.",
6599+
"format": "int64",
6600+
"type": "string"
6601+
},
65976602
"primaryFeedId": {
6598-
"description": "Merchant Center primary feed ID.",
6603+
"deprecated": true,
6604+
"description": "Merchant Center primary feed ID. Deprecated: use data_source_id instead.",
65996605
"format": "int64",
66006606
"type": "string"
66016607
},

googleapiclient/discovery_cache/documents/retail.v2beta.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2368,7 +2368,7 @@
23682368
}
23692369
}
23702370
},
2371-
"revision": "20250501",
2371+
"revision": "20250508",
23722372
"rootUrl": "https://retail.googleapis.com/",
23732373
"schemas": {
23742374
"GoogleApiHttpBody": {
@@ -3461,8 +3461,14 @@
34613461
"description": "Merchant Center Feed filter criterion.",
34623462
"id": "GoogleCloudRetailV2alphaMerchantCenterAccountLinkMerchantCenterFeedFilter",
34633463
"properties": {
3464+
"dataSourceId": {
3465+
"description": "AFM data source ID.",
3466+
"format": "int64",
3467+
"type": "string"
3468+
},
34643469
"primaryFeedId": {
3465-
"description": "Merchant Center primary feed ID.",
3470+
"deprecated": true,
3471+
"description": "Merchant Center primary feed ID. Deprecated: use data_source_id instead.",
34663472
"format": "int64",
34673473
"type": "string"
34683474
},
@@ -5532,8 +5538,14 @@
55325538
"description": "Merchant Center Feed filter criterion.",
55335539
"id": "GoogleCloudRetailV2betaMerchantCenterFeedFilter",
55345540
"properties": {
5541+
"dataSourceId": {
5542+
"description": "AFM data source ID.",
5543+
"format": "int64",
5544+
"type": "string"
5545+
},
55355546
"primaryFeedId": {
5536-
"description": "Merchant Center primary feed ID.",
5547+
"deprecated": true,
5548+
"description": "Merchant Center primary feed ID. Deprecated: use data_source_id instead.",
55375549
"format": "int64",
55385550
"type": "string"
55395551
},

0 commit comments

Comments
 (0)