You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: A comment for field name in message .google.shopping.merchant.products.v1.LocalInventory is changed (#33825)
* docs: A comment for field `name` in message `.google.shopping.merchant.products.v1.LocalInventory` is changed
docs: A comment for field `name` in message `.google.shopping.merchant.products.v1.RegionalInventory` is changed
feat: a new field `base64_encoded_name` is added to the `LocalInventory` message
feat: new field `base64_encoded_name` is added to the `RegionalInventory` message
PiperOrigin-RevId: 897575741
Source-Link: googleapis/googleapis@6db5d2e
Source-Link: googleapis/googleapis-gen@6203224
Copy-Tag: eyJwIjoiZ29vZ2xlLXNob3BwaW5nLW1lcmNoYW50LWludmVudG9yaWVzLXYxLy5Pd2xCb3QueWFtbCIsImgiOiI2MjAzMjI0MDMwM2ExOTcwN2I0Y2UwYWRlNjAyOGI1OGVmOWY3NGNjIn0=
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
---------
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: google-shopping-merchant-inventories-v1/lib/google/shopping/merchant/inventories/v1/inventories_common_pb.rb
Copy file name to clipboardExpand all lines: google-shopping-merchant-inventories-v1/lib/google/shopping/merchant/inventories/v1/local_inventory_service/client.rb
+91Lines changed: 91 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -216,6 +216,36 @@ def logger
216
216
# Required. The `name` of the parent product to list local inventories for.
217
217
# Format:
218
218
# `accounts/{account}/products/{product}`
219
+
#
220
+
# The `{product}` segment is a unique identifier for the product.
221
+
# This identifier must be unique within a merchant account and generally
222
+
# follows the structure: `content_language~feed_label~offer_id`. Example:
223
+
# `en~US~sku123` For legacy local products, the structure is:
0 commit comments