Skip to content

Commit 3b45f35

Browse files
authored
feat!: update release level to stable (googleapis#14228)
BEGIN_COMMIT_OVERRIDE feat: update release level to stable feat!: set `google.shopping.merchant_accounts_v1` as the default import for `google.shopping.merchant_accounts` Release-As: 1.0.0 END_COMMIT_OVERRIDE
1 parent f8d055c commit 3b45f35

File tree

4 files changed

+141
-95
lines changed

4 files changed

+141
-95
lines changed

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

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

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

88

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

14-
merchant_accounts_v1beta/services_
15-
merchant_accounts_v1beta/types_
14+
merchant_accounts_v1/services_
15+
merchant_accounts_v1/types_
1616

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

22-
merchant_accounts_v1/services_
23-
merchant_accounts_v1/types_
22+
merchant_accounts_v1beta/services_
23+
merchant_accounts_v1beta/types_
2424

2525

2626
Changelog

0 commit comments

Comments
 (0)