Skip to content

Commit

Permalink
docs: [merchantapi] change in wording : feed specification -> data sp…
Browse files Browse the repository at this point in the history
…ecification (#5371)

* 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: googleapis/googleapis@958ef9d

Source-Link: googleapis/googleapis-gen@fa683ea
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 <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored May 21, 2024
1 parent 9e5778c commit a6a0f2d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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];

Expand All @@ -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];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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;
Expand Down Expand Up @@ -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 [
Expand Down

0 comments on commit a6a0f2d

Please sign in to comment.