Skip to content

Commit 7730040

Browse files
authored
feat!: update release level to stable (googleapis#14222)
BEGIN_COMMIT_OVERRIDE feat: update release level to stable feat!: set `google.shopping.merchant_products_v1` as the default import for `google.shopping.merchant_products` Release-As: 1.0.0 END_COMMIT_OVERRIDE
1 parent ea780cb commit 7730040

File tree

4 files changed

+54
-28
lines changed

4 files changed

+54
-28
lines changed

packages/google-shopping-merchant-products/.repo-metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"product_documentation": "https://developers.google.com/merchant/api",
66
"client_documentation": "https://googleapis.dev/python/google-shopping-merchant-products/latest",
77
"issue_tracker": "https://github.com/googleapis/google-cloud-python/issues",
8-
"release_level": "preview",
8+
"release_level": "stable",
99
"language": "python",
1010
"library_type": "GAPIC_AUTO",
1111
"repo": "googleapis/google-cloud-python",
1212
"distribution_name": "google-shopping-merchant-products",
1313
"api_id": "products.googleapis.com",
14-
"default_version": "v1beta",
14+
"default_version": "v1",
1515
"codeowner_team": "",
1616
"api_shortname": "products"
1717
}

packages/google-shopping-merchant-products/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Python Client for Merchant API
22
==============================
33

4-
|preview| |pypi| |versions|
4+
|stable| |pypi| |versions|
55

66
`Merchant API`_: Programmatically manage your Merchant Center accounts.
77

88
- `Client Library Documentation`_
99
- `Product Documentation`_
1010

11-
.. |preview| image:: https://img.shields.io/badge/support-preview-orange.svg
11+
.. |stable| image:: https://img.shields.io/badge/support-stable-gold.svg
1212
:target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#stability-levels
1313
.. |pypi| image:: https://img.shields.io/pypi/v/google-shopping-merchant-products.svg
1414
:target: https://pypi.org/project/google-shopping-merchant-products/

packages/google-shopping-merchant-products/docs/index.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@
33
.. include:: multiprocessing.rst
44

55
This package includes clients for multiple versions of Merchant API.
6-
By default, you will get version ``merchant_products_v1beta``.
6+
By default, you will get version ``merchant_products_v1``.
77

88

99
API Reference
1010
-------------
1111
.. toctree::
1212
:maxdepth: 2
1313

14-
merchant_products_v1beta/services_
15-
merchant_products_v1beta/types_
14+
merchant_products_v1/services_
15+
merchant_products_v1/types_
1616

1717
API Reference
1818
-------------
1919
.. toctree::
2020
:maxdepth: 2
2121

22-
merchant_products_v1/services_
23-
merchant_products_v1/types_
22+
merchant_products_v1beta/services_
23+
merchant_products_v1beta/types_
2424

2525

2626
Changelog

packages/google-shopping-merchant-products/google/shopping/merchant_products/__init__.py

Lines changed: 45 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -18,52 +18,65 @@
1818
__version__ = package_version.__version__
1919

2020

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 (
2222
ProductInputsServiceAsyncClient,
2323
)
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 (
2525
ProductInputsServiceClient,
2626
)
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 (
2828
ProductsServiceAsyncClient,
2929
)
30-
from google.shopping.merchant_products_v1beta.services.products_service.client import (
30+
from google.shopping.merchant_products_v1.services.products_service.client import (
3131
ProductsServiceClient,
3232
)
33-
from google.shopping.merchant_products_v1beta.types.productinputs import (
33+
from google.shopping.merchant_products_v1.types.productinputs import (
3434
DeleteProductInputRequest,
3535
InsertProductInputRequest,
3636
ProductInput,
3737
UpdateProductInputRequest,
3838
)
39-
from google.shopping.merchant_products_v1beta.types.products import (
39+
from google.shopping.merchant_products_v1.types.products import (
4040
GetProductRequest,
4141
ListProductsRequest,
4242
ListProductsResponse,
4343
Product,
4444
)
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,
4747
AutomatedDiscounts,
48-
Certification,
48+
Availability,
49+
CertificationAuthority,
50+
CertificationName,
4951
CloudExportAdditionalProperties,
52+
Condition,
53+
CreditType,
54+
DigitalSourceType,
55+
EnergyEfficiencyClass,
5056
FreeShippingThreshold,
51-
Installment,
57+
Gender,
5258
LoyaltyPoints,
5359
LoyaltyProgram,
60+
Pause,
61+
PickupMethod,
62+
PickupSla,
63+
ProductAttributes,
64+
ProductCertification,
5465
ProductDetail,
5566
ProductDimension,
67+
ProductInstallment,
5668
ProductStatus,
57-
ProductStructuredDescription,
58-
ProductStructuredTitle,
5969
ProductSustainabilityIncentive,
6070
ProductWeight,
6171
Shipping,
6272
ShippingDimension,
6373
ShippingWeight,
74+
SizeSystem,
75+
SizeType,
76+
StructuredDescription,
77+
StructuredTitle,
6478
SubscriptionCost,
6579
SubscriptionPeriod,
66-
Tax,
6780
UnitPricingBaseMeasure,
6881
UnitPricingMeasure,
6982
)
@@ -81,27 +94,40 @@
8194
"ListProductsRequest",
8295
"ListProductsResponse",
8396
"Product",
84-
"Attributes",
8597
"AutomatedDiscounts",
86-
"Certification",
8798
"CloudExportAdditionalProperties",
8899
"FreeShippingThreshold",
89-
"Installment",
90100
"LoyaltyPoints",
91101
"LoyaltyProgram",
102+
"ProductAttributes",
103+
"ProductCertification",
92104
"ProductDetail",
93105
"ProductDimension",
106+
"ProductInstallment",
94107
"ProductStatus",
95-
"ProductStructuredDescription",
96-
"ProductStructuredTitle",
97108
"ProductSustainabilityIncentive",
98109
"ProductWeight",
99110
"Shipping",
100111
"ShippingDimension",
101112
"ShippingWeight",
113+
"StructuredDescription",
114+
"StructuredTitle",
102115
"SubscriptionCost",
103-
"Tax",
104116
"UnitPricingBaseMeasure",
105117
"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",
106132
"SubscriptionPeriod",
107133
)

0 commit comments

Comments
 (0)