@@ -147,19 +147,6 @@ message ListLocalInventoriesRequest {
147147 // [nextPageToken][google.shopping.merchant.inventories.v1.ListLocalInventoriesResponse.next_page_token]
148148 // in the response to the previous request.
149149 string page_token = 3 ;
150-
151- // Optional. If true, the `{product}` in the `parent` field of the request
152- // will be interpreted as unpadded base64url-encoded and decoded during
153- // request processing to match the decoded value. Default value is `false`.
154- // Use this if your `{product}` contains special characters, such as forward
155- // slash `/` or other characters that are unpadded base64url-encoded (as per
156- // RFC 7515: https://datatracker.ietf.org/doc/html/rfc7515#section-2).
157- //
158- // Note that future versions of the API will only accept unpadded
159- // base64url-encoded product ids, so we strongly recommend proactively setting
160- // this to `true` and encoding the product ids.
161- bool product_id_base64_url_encoded = 4
162- [(google.api.field_behavior ) = OPTIONAL ];
163150}
164151
165152// Response message for the `ListLocalInventories` method.
@@ -188,19 +175,6 @@ message InsertLocalInventoryRequest {
188175 // already has a `LocalInventory` resource for the same `storeCode`, full
189176 // replacement of the `LocalInventory` resource is performed.
190177 LocalInventory local_inventory = 2 [(google.api.field_behavior ) = REQUIRED ];
191-
192- // Optional. If true, the `{product}` in the `parent` field of the request
193- // will be interpreted as unpadded base64url-encoded and decoded during
194- // request processing to match the decoded value. Default value is `false`.
195- // Use this if your `{product}` contains special characters, such as forward
196- // slash `/` or other characters that are unpadded base64url-encoded (as per
197- // RFC 7515: https://datatracker.ietf.org/doc/html/rfc7515#section-2).
198- //
199- // Note that future versions of the API will only accept unpadded
200- // base64url-encoded product ids, so we strongly recommend proactively setting
201- // this to `true` and encoding the product ids.
202- bool product_id_base64_url_encoded = 3
203- [(google.api.field_behavior ) = OPTIONAL ];
204178}
205179
206180// Request message for the `DeleteLocalInventory` method.
@@ -214,17 +188,4 @@ message DeleteLocalInventoryRequest {
214188 type : "merchantapi.googleapis.com/LocalInventory"
215189 }
216190 ];
217-
218- // Optional. If true, the `{product}` in the `name` field of the request will
219- // be interpreted as unpadded base64url-encoded and decoded during request
220- // processing to match the decoded value. Default value is `false`. Use this
221- // if your `{product}` contains special characters, such as forward slash `/`
222- // or other characters that are unpadded base64url-encoded (as per RFC 7515:
223- // https://datatracker.ietf.org/doc/html/rfc7515#section-2).
224- //
225- // Note that future versions of the API will only accept unpadded
226- // base64url-encoded product ids, so we strongly recommend proactively setting
227- // this to `true` and encoding the product ids.
228- bool product_id_base64_url_encoded = 2
229- [(google.api.field_behavior ) = OPTIONAL ];
230191}
0 commit comments