|
18 | 18 | __version__ = package_version.__version__ |
19 | 19 |
|
20 | 20 |
|
21 | | -from google.shopping.merchant_lfp_v1beta.services.lfp_inventory_service.async_client import ( |
| 21 | +from google.shopping.merchant_lfp_v1.services.lfp_inventory_service.async_client import ( |
22 | 22 | LfpInventoryServiceAsyncClient, |
23 | 23 | ) |
24 | | -from google.shopping.merchant_lfp_v1beta.services.lfp_inventory_service.client import ( |
| 24 | +from google.shopping.merchant_lfp_v1.services.lfp_inventory_service.client import ( |
25 | 25 | LfpInventoryServiceClient, |
26 | 26 | ) |
27 | | -from google.shopping.merchant_lfp_v1beta.services.lfp_merchant_state_service.async_client import ( |
| 27 | +from google.shopping.merchant_lfp_v1.services.lfp_merchant_state_service.async_client import ( |
28 | 28 | LfpMerchantStateServiceAsyncClient, |
29 | 29 | ) |
30 | | -from google.shopping.merchant_lfp_v1beta.services.lfp_merchant_state_service.client import ( |
| 30 | +from google.shopping.merchant_lfp_v1.services.lfp_merchant_state_service.client import ( |
31 | 31 | LfpMerchantStateServiceClient, |
32 | 32 | ) |
33 | | -from google.shopping.merchant_lfp_v1beta.services.lfp_sale_service.async_client import ( |
| 33 | +from google.shopping.merchant_lfp_v1.services.lfp_sale_service.async_client import ( |
34 | 34 | LfpSaleServiceAsyncClient, |
35 | 35 | ) |
36 | | -from google.shopping.merchant_lfp_v1beta.services.lfp_sale_service.client import ( |
| 36 | +from google.shopping.merchant_lfp_v1.services.lfp_sale_service.client import ( |
37 | 37 | LfpSaleServiceClient, |
38 | 38 | ) |
39 | | -from google.shopping.merchant_lfp_v1beta.services.lfp_store_service.async_client import ( |
| 39 | +from google.shopping.merchant_lfp_v1.services.lfp_store_service.async_client import ( |
40 | 40 | LfpStoreServiceAsyncClient, |
41 | 41 | ) |
42 | | -from google.shopping.merchant_lfp_v1beta.services.lfp_store_service.client import ( |
| 42 | +from google.shopping.merchant_lfp_v1.services.lfp_store_service.client import ( |
43 | 43 | LfpStoreServiceClient, |
44 | 44 | ) |
45 | | -from google.shopping.merchant_lfp_v1beta.types.lfpinventory import ( |
| 45 | +from google.shopping.merchant_lfp_v1.types.lfpinventory import ( |
46 | 46 | InsertLfpInventoryRequest, |
47 | 47 | LfpInventory, |
48 | 48 | ) |
49 | | -from google.shopping.merchant_lfp_v1beta.types.lfpmerchantstate import ( |
| 49 | +from google.shopping.merchant_lfp_v1.types.lfpmerchantstate import ( |
50 | 50 | GetLfpMerchantStateRequest, |
51 | 51 | LfpMerchantState, |
52 | 52 | ) |
53 | | -from google.shopping.merchant_lfp_v1beta.types.lfpsale import ( |
54 | | - InsertLfpSaleRequest, |
55 | | - LfpSale, |
56 | | -) |
57 | | -from google.shopping.merchant_lfp_v1beta.types.lfpstore import ( |
| 53 | +from google.shopping.merchant_lfp_v1.types.lfpsale import InsertLfpSaleRequest, LfpSale |
| 54 | +from google.shopping.merchant_lfp_v1.types.lfpstore import ( |
58 | 55 | DeleteLfpStoreRequest, |
59 | 56 | GetLfpStoreRequest, |
60 | 57 | InsertLfpStoreRequest, |
|
0 commit comments