|
18 | 18 | __version__ = package_version.__version__ |
19 | 19 |
|
20 | 20 |
|
21 | | -from google.shopping.merchant_products_v1beta.services.product_inputs_service.async_client import ( |
| 21 | +from google.shopping.merchant_products_v1.services.product_inputs_service.async_client import ( |
22 | 22 | ProductInputsServiceAsyncClient, |
23 | 23 | ) |
24 | | -from google.shopping.merchant_products_v1beta.services.product_inputs_service.client import ( |
| 24 | +from google.shopping.merchant_products_v1.services.product_inputs_service.client import ( |
25 | 25 | ProductInputsServiceClient, |
26 | 26 | ) |
27 | | -from google.shopping.merchant_products_v1beta.services.products_service.async_client import ( |
| 27 | +from google.shopping.merchant_products_v1.services.products_service.async_client import ( |
28 | 28 | ProductsServiceAsyncClient, |
29 | 29 | ) |
30 | | -from google.shopping.merchant_products_v1beta.services.products_service.client import ( |
| 30 | +from google.shopping.merchant_products_v1.services.products_service.client import ( |
31 | 31 | ProductsServiceClient, |
32 | 32 | ) |
33 | | -from google.shopping.merchant_products_v1beta.types.productinputs import ( |
| 33 | +from google.shopping.merchant_products_v1.types.productinputs import ( |
34 | 34 | DeleteProductInputRequest, |
35 | 35 | InsertProductInputRequest, |
36 | 36 | ProductInput, |
37 | 37 | UpdateProductInputRequest, |
38 | 38 | ) |
39 | | -from google.shopping.merchant_products_v1beta.types.products import ( |
| 39 | +from google.shopping.merchant_products_v1.types.products import ( |
40 | 40 | GetProductRequest, |
41 | 41 | ListProductsRequest, |
42 | 42 | ListProductsResponse, |
43 | 43 | Product, |
44 | 44 | ) |
45 | | -from google.shopping.merchant_products_v1beta.types.products_common import ( |
46 | | - Attributes, |
| 45 | +from google.shopping.merchant_products_v1.types.products_common import ( |
| 46 | + AgeGroup, |
47 | 47 | AutomatedDiscounts, |
48 | | - Certification, |
| 48 | + Availability, |
| 49 | + CertificationAuthority, |
| 50 | + CertificationName, |
49 | 51 | CloudExportAdditionalProperties, |
| 52 | + Condition, |
| 53 | + CreditType, |
| 54 | + DigitalSourceType, |
| 55 | + EnergyEfficiencyClass, |
50 | 56 | FreeShippingThreshold, |
51 | | - Installment, |
| 57 | + Gender, |
52 | 58 | LoyaltyPoints, |
53 | 59 | LoyaltyProgram, |
| 60 | + Pause, |
| 61 | + PickupMethod, |
| 62 | + PickupSla, |
| 63 | + ProductAttributes, |
| 64 | + ProductCertification, |
54 | 65 | ProductDetail, |
55 | 66 | ProductDimension, |
| 67 | + ProductInstallment, |
56 | 68 | ProductStatus, |
57 | | - ProductStructuredDescription, |
58 | | - ProductStructuredTitle, |
59 | 69 | ProductSustainabilityIncentive, |
60 | 70 | ProductWeight, |
61 | 71 | Shipping, |
62 | 72 | ShippingDimension, |
63 | 73 | ShippingWeight, |
| 74 | + SizeSystem, |
| 75 | + SizeType, |
| 76 | + StructuredDescription, |
| 77 | + StructuredTitle, |
64 | 78 | SubscriptionCost, |
65 | 79 | SubscriptionPeriod, |
66 | | - Tax, |
67 | 80 | UnitPricingBaseMeasure, |
68 | 81 | UnitPricingMeasure, |
69 | 82 | ) |
|
81 | 94 | "ListProductsRequest", |
82 | 95 | "ListProductsResponse", |
83 | 96 | "Product", |
84 | | - "Attributes", |
85 | 97 | "AutomatedDiscounts", |
86 | | - "Certification", |
87 | 98 | "CloudExportAdditionalProperties", |
88 | 99 | "FreeShippingThreshold", |
89 | | - "Installment", |
90 | 100 | "LoyaltyPoints", |
91 | 101 | "LoyaltyProgram", |
| 102 | + "ProductAttributes", |
| 103 | + "ProductCertification", |
92 | 104 | "ProductDetail", |
93 | 105 | "ProductDimension", |
| 106 | + "ProductInstallment", |
94 | 107 | "ProductStatus", |
95 | | - "ProductStructuredDescription", |
96 | | - "ProductStructuredTitle", |
97 | 108 | "ProductSustainabilityIncentive", |
98 | 109 | "ProductWeight", |
99 | 110 | "Shipping", |
100 | 111 | "ShippingDimension", |
101 | 112 | "ShippingWeight", |
| 113 | + "StructuredDescription", |
| 114 | + "StructuredTitle", |
102 | 115 | "SubscriptionCost", |
103 | | - "Tax", |
104 | 116 | "UnitPricingBaseMeasure", |
105 | 117 | "UnitPricingMeasure", |
| 118 | + "AgeGroup", |
| 119 | + "Availability", |
| 120 | + "CertificationAuthority", |
| 121 | + "CertificationName", |
| 122 | + "Condition", |
| 123 | + "CreditType", |
| 124 | + "DigitalSourceType", |
| 125 | + "EnergyEfficiencyClass", |
| 126 | + "Gender", |
| 127 | + "Pause", |
| 128 | + "PickupMethod", |
| 129 | + "PickupSla", |
| 130 | + "SizeSystem", |
| 131 | + "SizeType", |
106 | 132 | "SubscriptionPeriod", |
107 | 133 | ) |
0 commit comments