Skip to content

Commit c2db528

Browse files
Google APIscopybara-github
authored andcommitted
chore: removing parameter before client library generation
PiperOrigin-RevId: 831886232
1 parent 967b6c4 commit c2db528

File tree

2 files changed

+0
-78
lines changed

2 files changed

+0
-78
lines changed

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

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -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
}

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

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -143,19 +143,6 @@ message ListRegionalInventoriesRequest {
143143
// [nextPageToken][google.shopping.merchant.inventories.v1.ListRegionalInventoriesResponse.next_page_token]
144144
// in the response to the previous request.
145145
string page_token = 3;
146-
147-
// Optional. If true, the `{product}` in the `parent` field of the request
148-
// will be interpreted as unpadded base64url-encoded and decoded during
149-
// request processing to match the decoded value. Default value is `false`.
150-
// Use this if your `{product}` contains special characters, such as forward
151-
// slash `/` or other characters that are unpadded base64url-encoded (as per
152-
// RFC 7515: https://datatracker.ietf.org/doc/html/rfc7515#section-2).
153-
//
154-
// Note that future versions of the API will only accept unpadded
155-
// base64url-encoded product ids, so we strongly recommend proactively setting
156-
// this to `true` and encoding the product ids.
157-
bool product_id_base64_url_encoded = 4
158-
[(google.api.field_behavior) = OPTIONAL];
159146
}
160147

161148
// Response message for the `ListRegionalInventories` method.
@@ -185,19 +172,6 @@ message InsertRegionalInventoryRequest {
185172
// full replacement of the `RegionalInventory` resource is performed.
186173
RegionalInventory regional_inventory = 2
187174
[(google.api.field_behavior) = REQUIRED];
188-
189-
// Optional. If true, the `{product}` in the `parent` field of the request
190-
// will be interpreted as unpadded base64url-encoded and decoded during
191-
// request processing to match the decoded value. Default value is `false`.
192-
// Use this if your `{product}` contains special characters, such as forward
193-
// slash `/` or other characters that are unpadded base64url-encoded (as per
194-
// RFC 7515: https://datatracker.ietf.org/doc/html/rfc7515#section-2).
195-
//
196-
// Note that future versions of the API will only accept unpadded
197-
// base64url-encoded product ids, so we strongly recommend proactively setting
198-
// this to `true` and encoding the product ids.
199-
bool product_id_base64_url_encoded = 3
200-
[(google.api.field_behavior) = OPTIONAL];
201175
}
202176

203177
// Request message for the `DeleteRegionalInventory` method.
@@ -211,17 +185,4 @@ message DeleteRegionalInventoryRequest {
211185
type: "merchantapi.googleapis.com/RegionalInventory"
212186
}
213187
];
214-
215-
// Optional. If true, the `{product}` in the `name` field of the request will
216-
// be interpreted as unpadded base64url-encoded and decoded during request
217-
// processing to match the decoded value. Default value is `false`. Use this
218-
// if your `{product}` contains special characters, such as forward slash `/`
219-
// or other characters that are unpadded base64url-encoded (as per RFC 7515:
220-
// https://datatracker.ietf.org/doc/html/rfc7515#section-2).
221-
//
222-
// Note that future versions of the API will only accept unpadded
223-
// base64url-encoded product ids, so we strongly recommend proactively setting
224-
// this to `true` and encoding the product ids.
225-
bool product_id_base64_url_encoded = 2
226-
[(google.api.field_behavior) = OPTIONAL];
227188
}

0 commit comments

Comments
 (0)