Skip to content

Commit 71fe287

Browse files
feat(all): auto-regenerate discovery clients (#3207)
1 parent 98b7398 commit 71fe287

File tree

24 files changed

+114
-41
lines changed

24 files changed

+114
-41
lines changed

adsenseplatform/v1alpha/adsenseplatform-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
"type": "integer"
223223
},
224224
"pageToken": {
225-
"description": "Optional. A page token, received from a previous `ListPlatformChildren` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListPlatformChildren` must match the call that provided the page token.",
225+
"description": "Optional. A page token, received from a previous `ListPlatformChildSites` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListPlatformChildSites` must match the call that provided the page token.",
226226
"location": "query",
227227
"type": "string"
228228
},
@@ -689,7 +689,7 @@
689689
}
690690
}
691691
},
692-
"revision": "20250612",
692+
"revision": "20250623",
693693
"rootUrl": "https://adsenseplatform.googleapis.com/",
694694
"schemas": {
695695
"Account": {

adsenseplatform/v1alpha/adsenseplatform-gen.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

content/v2.1/content-api.json

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4570,7 +4570,7 @@
45704570
}
45714571
}
45724572
},
4573-
"revision": "20250603",
4573+
"revision": "20250621",
45744574
"rootUrl": "https://shoppingcontent.googleapis.com/",
45754575
"schemas": {
45764576
"Account": {
@@ -10347,6 +10347,10 @@
1034710347
"format": "int64",
1034810348
"type": "string"
1034910349
},
10350+
"maximumRetailPrice": {
10351+
"$ref": "Price",
10352+
"description": "Maximum retail price (MRP) of the item. Applicable to India only."
10353+
},
1035010354
"minEnergyEfficiencyClass": {
1035110355
"description": "The energy efficiency class as defined in EU directive 2010/30/EU.",
1035210356
"type": "string"
@@ -11747,6 +11751,10 @@
1174711751
],
1174811752
"type": "string"
1174911753
},
11754+
"customRedemptionRestriction": {
11755+
"description": "The custom redemption restriction for the promotion. If the `redemption_restriction` field is set to `CUSTOM`, this field must be set.",
11756+
"type": "string"
11757+
},
1175011758
"freeGiftDescription": {
1175111759
"description": "Free gift description for the promotion.",
1175211760
"type": "string"
@@ -11814,6 +11822,10 @@
1181411822
"description": "Required. Long title for the promotion.",
1181511823
"type": "string"
1181611824
},
11825+
"maxDiscountAmount": {
11826+
"$ref": "PriceAmount",
11827+
"description": "The maximum monetary discount a customer can receive for the promotion. This field is only supported with the `Percent off` coupon value type."
11828+
},
1181711829
"minimumPurchaseAmount": {
1181811830
"$ref": "PriceAmount",
1181911831
"description": "Minimum purchase amount for the promotion."
@@ -11938,6 +11950,28 @@
1193811950
},
1193911951
"type": "array"
1194011952
},
11953+
"redemptionRestriction": {
11954+
"description": "The redemption restriction for the promotion.",
11955+
"enum": [
11956+
"REDEMPTION_RESTRICTION_UNSPECIFIED",
11957+
"SUBSCRIBE_AND_SAVE",
11958+
"FIRST_ORDER",
11959+
"SIGN_UP_FOR_EMAIL",
11960+
"SIGN_UP_FOR_TEXT",
11961+
"FORMS_OF_PAYMENT",
11962+
"CUSTOM"
11963+
],
11964+
"enumDescriptions": [
11965+
"The redemption restriction is unspecified.",
11966+
"The customer must subscribe to the merchant's channel to redeem the promotion.",
11967+
"The customer must be a first-time customer to redeem the promotion.",
11968+
"The customer must sign up for email's to redeem the promotion.",
11969+
"The customer must sign up for text to redeem the promotion.",
11970+
"The customer must use a specific form of payment to redeem the promotion.",
11971+
"The customer must meet a custom restriction to redeem the promotion. If selected, the `custom_redemption_restriction` field must be set."
11972+
],
11973+
"type": "string"
11974+
},
1194111975
"shippingServiceNames": {
1194211976
"description": "Shipping service names for the promotion.",
1194311977
"items": {

content/v2.1/content-gen.go

Lines changed: 30 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

merchantapi/conversions_v1beta/merchantapi-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"canonicalName": "Merchant",
1515
"description": "Programmatically manage your Merchant Center Accounts.",
1616
"discoveryVersion": "v1",
17-
"documentationLink": "https://developers.devsite.corp.google.com/merchant/api",
17+
"documentationLink": "https://developers.google.com/merchant/api",
1818
"fullyEncodeReservedExpansion": true,
1919
"icons": {
2020
"x16": "http://www.google.com/images/icons/product/search-16.gif",
@@ -295,7 +295,7 @@
295295
}
296296
}
297297
},
298-
"revision": "20250618",
298+
"revision": "20250621",
299299
"rootUrl": "https://merchantapi.googleapis.com/",
300300
"schemas": {
301301
"AttributionSettings": {

merchantapi/conversions_v1beta/merchantapi-gen.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

merchantapi/inventories_v1beta/merchantapi-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"canonicalName": "Merchant",
1515
"description": "Programmatically manage your Merchant Center Accounts.",
1616
"discoveryVersion": "v1",
17-
"documentationLink": "https://developers.devsite.corp.google.com/merchant/api",
17+
"documentationLink": "https://developers.google.com/merchant/api",
1818
"fullyEncodeReservedExpansion": true,
1919
"icons": {
2020
"x16": "http://www.google.com/images/icons/product/search-16.gif",
@@ -300,7 +300,7 @@
300300
}
301301
}
302302
},
303-
"revision": "20250618",
303+
"revision": "20250621",
304304
"rootUrl": "https://merchantapi.googleapis.com/",
305305
"schemas": {
306306
"CustomAttribute": {

merchantapi/inventories_v1beta/merchantapi-gen.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

merchantapi/issueresolution_v1beta/merchantapi-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"canonicalName": "Merchant",
1515
"description": "Programmatically manage your Merchant Center Accounts.",
1616
"discoveryVersion": "v1",
17-
"documentationLink": "https://developers.devsite.corp.google.com/merchant/api",
17+
"documentationLink": "https://developers.google.com/merchant/api",
1818
"fullyEncodeReservedExpansion": true,
1919
"icons": {
2020
"x16": "http://www.google.com/images/icons/product/search-16.gif",
@@ -268,7 +268,7 @@
268268
}
269269
}
270270
},
271-
"revision": "20250618",
271+
"revision": "20250621",
272272
"rootUrl": "https://merchantapi.googleapis.com/",
273273
"schemas": {
274274
"Action": {

merchantapi/issueresolution_v1beta/merchantapi-gen.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

merchantapi/lfp_v1beta/merchantapi-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"canonicalName": "Merchant",
1515
"description": "Programmatically manage your Merchant Center Accounts.",
1616
"discoveryVersion": "v1",
17-
"documentationLink": "https://developers.devsite.corp.google.com/merchant/api",
17+
"documentationLink": "https://developers.google.com/merchant/api",
1818
"fullyEncodeReservedExpansion": true,
1919
"icons": {
2020
"x16": "http://www.google.com/images/icons/product/search-16.gif",
@@ -327,7 +327,7 @@
327327
}
328328
}
329329
},
330-
"revision": "20250618",
330+
"revision": "20250621",
331331
"rootUrl": "https://merchantapi.googleapis.com/",
332332
"schemas": {
333333
"CountrySettings": {

merchantapi/lfp_v1beta/merchantapi-gen.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

merchantapi/notifications_v1beta/merchantapi-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"canonicalName": "Merchant",
1515
"description": "Programmatically manage your Merchant Center Accounts.",
1616
"discoveryVersion": "v1",
17-
"documentationLink": "https://developers.devsite.corp.google.com/merchant/api",
17+
"documentationLink": "https://developers.google.com/merchant/api",
1818
"fullyEncodeReservedExpansion": true,
1919
"icons": {
2020
"x16": "http://www.google.com/images/icons/product/search-16.gif",
@@ -262,7 +262,7 @@
262262
}
263263
}
264264
},
265-
"revision": "20250618",
265+
"revision": "20250621",
266266
"rootUrl": "https://merchantapi.googleapis.com/",
267267
"schemas": {
268268
"Empty": {

merchantapi/notifications_v1beta/merchantapi-gen.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

merchantapi/ordertracking_v1beta/merchantapi-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"canonicalName": "Merchant",
1515
"description": "Programmatically manage your Merchant Center Accounts.",
1616
"discoveryVersion": "v1",
17-
"documentationLink": "https://developers.devsite.corp.google.com/merchant/api",
17+
"documentationLink": "https://developers.google.com/merchant/api",
1818
"fullyEncodeReservedExpansion": true,
1919
"icons": {
2020
"x16": "http://www.google.com/images/icons/product/search-16.gif",
@@ -147,7 +147,7 @@
147147
}
148148
}
149149
},
150-
"revision": "20250618",
150+
"revision": "20250621",
151151
"rootUrl": "https://merchantapi.googleapis.com/",
152152
"schemas": {
153153
"DateTime": {

merchantapi/ordertracking_v1beta/merchantapi-gen.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

merchantapi/products_v1beta/merchantapi-api.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"canonicalName": "Merchant",
1515
"description": "Programmatically manage your Merchant Center Accounts.",
1616
"discoveryVersion": "v1",
17-
"documentationLink": "https://developers.devsite.corp.google.com/merchant/api",
17+
"documentationLink": "https://developers.google.com/merchant/api",
1818
"fullyEncodeReservedExpansion": true,
1919
"icons": {
2020
"x16": "http://www.google.com/images/icons/product/search-16.gif",
@@ -149,7 +149,7 @@
149149
],
150150
"parameters": {
151151
"dataSource": {
152-
"description": "Required. The primary or supplemental product data source name. If the product already exists and data source provided is different, then the product will be moved to a new data source. Only API data sources are supported. Format: `accounts/{account}/dataSources/{datasource}`. For example, `accounts/123456/dataSources/104628`.",
152+
"description": "Required. The primary or supplemental product data source name. If the product already exists and data source provided is different, then the product will be moved to a new data source. For more information, see [Overview of Data sources sub-API](/merchant/api/guides/data-sources/overview). Only API data sources are supported. Format: `accounts/{account}/dataSources/{datasource}`. For example, `accounts/123456/dataSources/104628`.",
153153
"location": "query",
154154
"type": "string"
155155
},
@@ -281,7 +281,7 @@
281281
}
282282
}
283283
},
284-
"revision": "20250618",
284+
"revision": "20250621",
285285
"rootUrl": "https://merchantapi.googleapis.com/",
286286
"schemas": {
287287
"Attributes": {
@@ -526,6 +526,10 @@
526526
"format": "int64",
527527
"type": "string"
528528
},
529+
"maximumRetailPrice": {
530+
"$ref": "Price",
531+
"description": "Maximum retail price (MRP) of the item. Applicable to India only."
532+
},
529533
"minEnergyEfficiencyClass": {
530534
"description": "The energy efficiency class as defined in EU directive 2010/30/EU.",
531535
"type": "string"

merchantapi/products_v1beta/merchantapi-gen.go

Lines changed: 8 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)