Commit b4df035
authored
feat(accounts): Add batch operations for custom regions (#30922)
* feat(accounts): Add batch operations for custom regions
Added the following methods to the `RegionsService` in the Merchant API Accounts v1:
- `BatchCreateRegions`: Create multiple regions in a single request.
- `BatchUpdateRegions`: Update multiple regions in a single request.
- `BatchDeleteRegions`: Delete multiple regions in a single request.
These methods allow for more efficient management of custom regions.
PiperOrigin-RevId: 800519608
Source-Link: googleapis/googleapis@c4c5ad7
Source-Link: googleapis/googleapis-gen@d1fd7b2
Copy-Tag: eyJwIjoiZ29vZ2xlLXNob3BwaW5nLW1lcmNoYW50LWFjY291bnRzLXYxLy5Pd2xCb3QueWFtbCIsImgiOiJkMWZkN2IyZjAwZDVjNDI5ZTMxNzg5Yzk2YjU0ZTJjNWI4ZWI1M2JmIn0=
* 🦉 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>1 parent afaa368 commit b4df035
14 files changed
Lines changed: 1446 additions & 1 deletion
File tree
- google-shopping-merchant-accounts-v1
- lib/google/shopping/merchant/accounts/v1
- regions_service
- rest
- proto_docs/google/shopping/merchant/accounts/v1
- snippets
- regions_service
- test/google/shopping/merchant/accounts/v1
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
316 | 319 | | |
317 | 320 | | |
318 | 321 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
472 | 472 | | |
473 | 473 | | |
474 | 474 | | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
475 | 480 | | |
476 | 481 | | |
477 | 482 | | |
478 | 483 | | |
479 | 484 | | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
480 | 490 | | |
481 | 491 | | |
482 | 492 | | |
483 | 493 | | |
484 | 494 | | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
485 | 500 | | |
486 | 501 | | |
487 | 502 | | |
| |||
Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments