Skip to content

Commit 7b2fadf

Browse files
docs: Add Immutable in comment for field store_code in message LocalInventory (#12564)
- [ ] Regenerate this pull request now. BEGIN_COMMIT_OVERRIDE docs: Add `Immutable` in comment for field `store_code` in message `LocalInventory` docs: Add `Immutable` in comment for field `region` in message `RegionalInventory` END_COMMIT_OVERRIDE docs: A comment for field `store_code` in message `.google.shopping.merchant.inventories.v1beta.LocalInventory` is changed docs: A comment for field `region` in message `.google.shopping.merchant.inventories.v1beta.RegionalInventory` is changed PiperOrigin-RevId: 623809565 Source-Link: googleapis/googleapis@5e42183 Source-Link: googleapis/googleapis-gen@101a914 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLXNob3BwaW5nLW1lcmNoYW50LWludmVudG9yaWVzLy5Pd2xCb3QueWFtbCIsImgiOiIxMDFhOTE0MTcxM2ZjZmY0ZDllNDEwOWQ2YTBjNzMwYTQ5YmMwNTE0In0= --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 00b8152 commit 7b2fadf

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

packages/google-shopping-merchant-inventories/google/shopping/merchant_inventories_v1beta/types/localinventory.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ class LocalInventory(proto.Message):
5454
product. This field will be ignored if set by
5555
the client.
5656
store_code (str):
57-
Required. Store code (the store ID from your Business
58-
Profile) of the physical store the product is sold in. See
59-
the `Local product inventory feed
57+
Required. Immutable. Store code (the store ID from your
58+
Business Profile) of the physical store the product is sold
59+
in. See the `Local product inventory feed
6060
specification <https://support.google.com/merchants/answer/3061342>`__
6161
for more information.
6262
price (google.shopping.type.types.Price):

packages/google-shopping-merchant-inventories/google/shopping/merchant_inventories_v1beta/types/regionalinventory.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,9 @@ class RegionalInventory(proto.Message):
5555
product. This field will be ignored if set by
5656
the client.
5757
region (str):
58-
Required. ID of the region for this ``RegionalInventory``
59-
resource. See the `Regional availability and
58+
Required. Immutable. ID of the region for this
59+
``RegionalInventory`` resource. See the `Regional
60+
availability and
6061
pricing <https://support.google.com/merchants/answer/9698880>`__
6162
for more details.
6263
price (google.shopping.type.types.Price):

0 commit comments

Comments
 (0)