Skip to content

Commit 952e747

Browse files
authored
feat: update release level to stable (googleapis#14226)
BEGIN_COMMIT_OVERRIDE feat: update release level to stable feat: set `google.shopping.merchant_quota_v1` as the default import for `google.shopping.merchant_quota` Release-As: 1.0.0 END_COMMIT_OVERRIDE
1 parent 584e64e commit 952e747

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

packages/google-shopping-merchant-quota/.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-quota/latest",
77
"issue_tracker": "https://issuetracker.google.com/issues/new?component=171084&template=555201",
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-quota",
1313
"api_id": "merchantapi.googleapis.com",
14-
"default_version": "v1beta",
14+
"default_version": "v1",
1515
"codeowner_team": "",
1616
"api_shortname": "merchantapi"
1717
}

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

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

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

66
`Shopping Merchant Quota`_: 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-quota.svg
1414
:target: https://pypi.org/project/google-shopping-merchant-quota/

packages/google-shopping-merchant-quota/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 Shopping Merchant Quota.
6-
By default, you will get version ``merchant_quota_v1beta``.
6+
By default, you will get version ``merchant_quota_v1``.
77

88

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

14-
merchant_quota_v1beta/services_
15-
merchant_quota_v1beta/types_
14+
merchant_quota_v1/services_
15+
merchant_quota_v1/types_
1616

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

22-
merchant_quota_v1/services_
23-
merchant_quota_v1/types_
22+
merchant_quota_v1beta/services_
23+
merchant_quota_v1beta/types_
2424

2525

2626
Changelog

packages/google-shopping-merchant-quota/google/shopping/merchant_quota/__init__.py

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

2020

21-
from google.shopping.merchant_quota_v1beta.services.quota_service.async_client import (
21+
from google.shopping.merchant_quota_v1.services.quota_service.async_client import (
2222
QuotaServiceAsyncClient,
2323
)
24-
from google.shopping.merchant_quota_v1beta.services.quota_service.client import (
24+
from google.shopping.merchant_quota_v1.services.quota_service.client import (
2525
QuotaServiceClient,
2626
)
27-
from google.shopping.merchant_quota_v1beta.types.quota import (
27+
from google.shopping.merchant_quota_v1.types.quota import (
2828
ListQuotaGroupsRequest,
2929
ListQuotaGroupsResponse,
3030
MethodDetails,

0 commit comments

Comments
 (0)