Skip to content

Commit 584e64e

Browse files
authored
feat: update release level to stable (googleapis#14224)
BEGIN_COMMIT_OVERRIDE feat: update release level to stable feat: set `google.shopping.merchant_promotions_v1` as the default import for `google.shopping.merchant_promotions` Release-As: 1.0.0 END_COMMIT_OVERRIDE
1 parent 009a153 commit 584e64e

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

packages/google-shopping-merchant-promotions/.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-promotions/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-promotions",
1313
"api_id": "promotions.googleapis.com",
14-
"default_version": "v1beta",
14+
"default_version": "v1",
1515
"codeowner_team": "",
1616
"api_shortname": "promotions"
1717
}

packages/google-shopping-merchant-promotions/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-promotions.svg
1414
:target: https://pypi.org/project/google-shopping-merchant-promotions/

packages/google-shopping-merchant-promotions/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_promotions_v1beta``.
6+
By default, you will get version ``merchant_promotions_v1``.
77

88

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

14-
merchant_promotions_v1beta/services_
15-
merchant_promotions_v1beta/types_
14+
merchant_promotions_v1/services_
15+
merchant_promotions_v1/types_
1616

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

22-
merchant_promotions_v1/services_
23-
merchant_promotions_v1/types_
22+
merchant_promotions_v1beta/services_
23+
merchant_promotions_v1beta/types_
2424

2525

2626
Changelog

packages/google-shopping-merchant-promotions/google/shopping/merchant_promotions/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@
1818
__version__ = package_version.__version__
1919

2020

21-
from google.shopping.merchant_promotions_v1beta.services.promotions_service.async_client import (
21+
from google.shopping.merchant_promotions_v1.services.promotions_service.async_client import (
2222
PromotionsServiceAsyncClient,
2323
)
24-
from google.shopping.merchant_promotions_v1beta.services.promotions_service.client import (
24+
from google.shopping.merchant_promotions_v1.services.promotions_service.client import (
2525
PromotionsServiceClient,
2626
)
27-
from google.shopping.merchant_promotions_v1beta.types.promotions import (
27+
from google.shopping.merchant_promotions_v1.types.promotions import (
2828
GetPromotionRequest,
2929
InsertPromotionRequest,
3030
ListPromotionsRequest,
3131
ListPromotionsResponse,
3232
Promotion,
3333
)
34-
from google.shopping.merchant_promotions_v1beta.types.promotions_common import (
34+
from google.shopping.merchant_promotions_v1.types.promotions_common import (
3535
Attributes,
3636
CouponValueType,
3737
OfferType,

0 commit comments

Comments
 (0)