Skip to content

Commit 657d99e

Browse files
Google APIscopybara-github
authored andcommitted
docs: change in wording : feed specification -> data specification
docs: A comment for message `LocalInventory` is changed docs: A comment for field `store_code` in message `.google.shopping.merchant.inventories.v1beta.LocalInventory` is changed docs: A comment for field `availability` in message `.google.shopping.merchant.inventories.v1beta.LocalInventory` is changed docs: A comment for field `pickup_method` in message `.google.shopping.merchant.inventories.v1beta.LocalInventory` is changed docs: A comment for field `pickup_sla` in message `.google.shopping.merchant.inventories.v1beta.LocalInventory` is changed docs: A comment for field `custom_attributes` in message `.google.shopping.merchant.inventories.v1beta.LocalInventory` is changed docs: A comment for message `RegionalInventory` is changed docs: A comment for field `availability` in message `.google.shopping.merchant.inventories.v1beta.RegionalInventory` is changed docs: A comment for field `custom_attributes` in message `.google.shopping.merchant.inventories.v1beta.RegionalInventory` is changed PiperOrigin-RevId: 635705518
1 parent dac915a commit 657d99e

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

google/shopping/merchant/inventories/v1beta/localinventory.proto

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ service LocalInventoryService {
8787
// for a specific product at the store specified by
8888
// [`storeCode`][google.shopping.merchant.inventories.v1beta.LocalInventory.store_code].
8989
// For a list of all accepted attribute values, see the [local product inventory
90-
// feed specification](https://support.google.com/merchants/answer/3061342).
90+
// data specification](https://support.google.com/merchants/answer/3061342).
9191
message LocalInventory {
9292
option (google.api.resource) = {
9393
type: "merchantapi.googleapis.com/LocalInventory"
@@ -105,7 +105,7 @@ message LocalInventory {
105105

106106
// Required. Immutable. Store code (the store ID from your Business Profile)
107107
// of the physical store the product is sold in. See the [Local product
108-
// inventory feed
108+
// inventory data
109109
// specification](https://support.google.com/merchants/answer/3061342) for
110110
// more information.
111111
string store_code = 3 [
@@ -126,7 +126,7 @@ message LocalInventory {
126126
google.type.Interval sale_price_effective_date = 6;
127127

128128
// Availability of the product at this store.
129-
// For accepted attribute values, see the [local product inventory feed
129+
// For accepted attribute values, see the [local product inventory data
130130
// specification](https://support.google.com/merchants/answer/3061342)
131131
optional string availability = 7;
132132

@@ -137,22 +137,22 @@ message LocalInventory {
137137
// Supported pickup method for this product. Unless the value is `"not
138138
// supported"`, this field must be submitted together with
139139
// `pickupSla`.
140-
// For accepted attribute values, see the [local product inventory feed
140+
// For accepted attribute values, see the [local product inventory data
141141
// specification](https://support.google.com/merchants/answer/3061342)
142142
optional string pickup_method = 9;
143143

144144
// Relative time period from the order date for an order for this product,
145145
// from this store, to be ready for pickup. Must be submitted with
146146
// `pickupMethod`.
147-
// For accepted attribute values, see the [local product inventory feed
147+
// For accepted attribute values, see the [local product inventory data
148148
// specification](https://support.google.com/merchants/answer/3061342)
149149
optional string pickup_sla = 10;
150150

151151
// Location of the product inside the store. Maximum length is 20 bytes.
152152
optional string instore_product_location = 11;
153153

154154
// A list of custom (merchant-provided) attributes. You can also use
155-
// `CustomAttribute` to submit any attribute of the feed specification in its
155+
// `CustomAttribute` to submit any attribute of the data specification in its
156156
// generic form.
157157
repeated google.shopping.type.CustomAttribute custom_attributes = 12;
158158
}

google/shopping/merchant/inventories/v1beta/regionalinventory.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ service RegionalInventoryService {
8484
// information like price and availability for a given product in a specific
8585
// [`region`][google.shopping.merchant.inventories.v1beta.RegionalInventory.region].
8686
// For a list of all accepted attribute values, see the [regional product
87-
// inventory feed
87+
// inventory data
8888
// specification](https://support.google.com/merchants/answer/9698880).
8989
message RegionalInventory {
9090
option (google.api.resource) = {
@@ -123,12 +123,12 @@ message RegionalInventory {
123123
google.type.Interval sale_price_effective_date = 6;
124124

125125
// Availability of the product in this region.
126-
// For accepted attribute values, see the [regional product inventory feed
126+
// For accepted attribute values, see the [regional product inventory data
127127
// specification](https://support.google.com/merchants/answer/3061342)
128128
optional string availability = 7;
129129

130130
// A list of custom (merchant-provided) attributes. You can also use
131-
// `CustomAttribute` to submit any attribute of the feed specification in its
131+
// `CustomAttribute` to submit any attribute of the data specification in its
132132
// generic form.
133133
repeated google.shopping.type.CustomAttribute custom_attributes = 8;
134134
}

0 commit comments

Comments
 (0)