From a6a0f2d6a96c5989b88a55d3b83a2c094245a0f7 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 14:21:34 -0700 Subject: [PATCH] docs: [merchantapi] change in wording : feed specification -> data specification (#5371) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: change in wording : feed specification -> data specification docs: A comment for field `availability` in message `.google.shopping.merchant.lfp.v1beta.LfpInventory` is changed docs: A comment for field `pickup_method` in message `.google.shopping.merchant.lfp.v1beta.LfpInventory` is changed docs: A comment for field `pickup_sla` in message `.google.shopping.merchant.lfp.v1beta.LfpInventory` is changed docs: A comment for message `LfpStore` is changed docs: A comment for enum `StoreMatchingState` is changed docs: A comment for field `matching_state` in message `.google.shopping.merchant.lfp.v1beta.LfpStore` is changed PiperOrigin-RevId: 635705712 Source-Link: https://github.com/googleapis/googleapis/commit/958ef9d7846b6ec6da7ca274a8db6841ebb1b0aa Source-Link: https://github.com/googleapis/googleapis-gen/commit/fa683eaf110b0deece90b4658ce817a73ff6c21d Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLXNob3BwaW5nLW1lcmNoYW50LWxmcC8uT3dsQm90LnlhbWwiLCJoIjoiZmE2ODNlYWYxMTBiMGRlZWNlOTBiNDY1OGNlODE3YTczZmY2YzIxZCJ9 * 🦉 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 --- .../shopping/merchant/lfp/v1beta/lfpinventory.proto | 6 +++--- .../google/shopping/merchant/lfp/v1beta/lfpstore.proto | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/google-shopping-merchant-lfp/protos/google/shopping/merchant/lfp/v1beta/lfpinventory.proto b/packages/google-shopping-merchant-lfp/protos/google/shopping/merchant/lfp/v1beta/lfpinventory.proto index 82712b939eb..8f5ea87a3fb 100644 --- a/packages/google-shopping-merchant-lfp/protos/google/shopping/merchant/lfp/v1beta/lfpinventory.proto +++ b/packages/google-shopping-merchant-lfp/protos/google/shopping/merchant/lfp/v1beta/lfpinventory.proto @@ -102,7 +102,7 @@ message LfpInventory { google.shopping.type.Price price = 8 [(google.api.field_behavior) = OPTIONAL]; // Required. Availability of the product at this store. - // For accepted attribute values, see the [local product inventory feed + // For accepted attribute values, see the [local product inventory data // specification](https://support.google.com/merchants/answer/3061342) string availability = 9 [(google.api.field_behavior) = REQUIRED]; @@ -117,13 +117,13 @@ message LfpInventory { // Optional. Supported pickup method for this offer. Unless the value is "not // supported", this field must be submitted together with `pickupSla`. For - // accepted attribute values, see the [local product inventory feed + // accepted attribute values, see the [local product inventory data // specification](https://support.google.com/merchants/answer/3061342). optional string pickup_method = 12 [(google.api.field_behavior) = OPTIONAL]; // Optional. Expected date that an order will be ready for pickup relative to // the order date. Must be submitted together with `pickupMethod`. For - // accepted attribute values, see the [local product inventory feed + // accepted attribute values, see the [local product inventory data // specification](https://support.google.com/merchants/answer/3061342). optional string pickup_sla = 13 [(google.api.field_behavior) = OPTIONAL]; diff --git a/packages/google-shopping-merchant-lfp/protos/google/shopping/merchant/lfp/v1beta/lfpstore.proto b/packages/google-shopping-merchant-lfp/protos/google/shopping/merchant/lfp/v1beta/lfpstore.proto index 0d0477cd348..37b37c1b650 100644 --- a/packages/google-shopping-merchant-lfp/protos/google/shopping/merchant/lfp/v1beta/lfpstore.proto +++ b/packages/google-shopping-merchant-lfp/protos/google/shopping/merchant/lfp/v1beta/lfpstore.proto @@ -70,8 +70,8 @@ service LfpStoreService { } } -// A store for the merchant. This will be used to match to a Google Business -// Profile listing for the target merchant. If a matching listing can't be +// A store for the merchant. This will be used to match to a store under the +// Google Business Profile of the target merchant. If a matching store can't be // found, the inventories or sales submitted with the store code will not be // used. message LfpStore { @@ -82,7 +82,7 @@ message LfpStore { singular: "lfpStore" }; - // The state of matching `LfpStore` to a Google Business Profile listing. + // The state of matching `LfpStore` to a Google Business Profile. enum StoreMatchingState { // Store matching state unspecified. STORE_MATCHING_STATE_UNSPECIFIED = 0; @@ -136,8 +136,8 @@ message LfpStore { // of the store location. optional string place_id = 9 [(google.api.field_behavior) = OPTIONAL]; - // Optional. Output only. The state of matching to a Google Business Profile - // listing. See + // Optional. Output only. The state of matching to a Google Business Profile. + // See // [matchingStateHint][google.shopping.merchant.lfp.v1beta.LfpStore.matching_state_hint] // for further details if no match is found. StoreMatchingState matching_state = 10 [