Skip to content

Commit 958ef9d

Browse files
Google APIscopybara-github
authored andcommitted
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
1 parent e818fc7 commit 958ef9d

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

google/shopping/merchant/lfp/v1beta/lfpinventory.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ message LfpInventory {
102102
google.shopping.type.Price price = 8 [(google.api.field_behavior) = OPTIONAL];
103103

104104
// Required. Availability of the product at this store.
105-
// For accepted attribute values, see the [local product inventory feed
105+
// For accepted attribute values, see the [local product inventory data
106106
// specification](https://support.google.com/merchants/answer/3061342)
107107
string availability = 9 [(google.api.field_behavior) = REQUIRED];
108108

@@ -117,13 +117,13 @@ message LfpInventory {
117117

118118
// Optional. Supported pickup method for this offer. Unless the value is "not
119119
// supported", this field must be submitted together with `pickupSla`. For
120-
// accepted attribute values, see the [local product inventory feed
120+
// accepted attribute values, see the [local product inventory data
121121
// specification](https://support.google.com/merchants/answer/3061342).
122122
optional string pickup_method = 12 [(google.api.field_behavior) = OPTIONAL];
123123

124124
// Optional. Expected date that an order will be ready for pickup relative to
125125
// the order date. Must be submitted together with `pickupMethod`. For
126-
// accepted attribute values, see the [local product inventory feed
126+
// accepted attribute values, see the [local product inventory data
127127
// specification](https://support.google.com/merchants/answer/3061342).
128128
optional string pickup_sla = 13 [(google.api.field_behavior) = OPTIONAL];
129129

google/shopping/merchant/lfp/v1beta/lfpstore.proto

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ service LfpStoreService {
7070
}
7171
}
7272

73-
// A store for the merchant. This will be used to match to a Google Business
74-
// Profile listing for the target merchant. If a matching listing can't be
73+
// A store for the merchant. This will be used to match to a store under the
74+
// Google Business Profile of the target merchant. If a matching store can't be
7575
// found, the inventories or sales submitted with the store code will not be
7676
// used.
7777
message LfpStore {
@@ -82,7 +82,7 @@ message LfpStore {
8282
singular: "lfpStore"
8383
};
8484

85-
// The state of matching `LfpStore` to a Google Business Profile listing.
85+
// The state of matching `LfpStore` to a Google Business Profile.
8686
enum StoreMatchingState {
8787
// Store matching state unspecified.
8888
STORE_MATCHING_STATE_UNSPECIFIED = 0;
@@ -136,8 +136,8 @@ message LfpStore {
136136
// of the store location.
137137
optional string place_id = 9 [(google.api.field_behavior) = OPTIONAL];
138138

139-
// Optional. Output only. The state of matching to a Google Business Profile
140-
// listing. See
139+
// Optional. Output only. The state of matching to a Google Business Profile.
140+
// See
141141
// [matchingStateHint][google.shopping.merchant.lfp.v1beta.LfpStore.matching_state_hint]
142142
// for further details if no match is found.
143143
StoreMatchingState matching_state = 10 [

0 commit comments

Comments
 (0)