File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
packages/google-shopping-merchant-quota
google/shopping/merchant_quota Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 11Python 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/
Original file line number Diff line number Diff line change 33.. include :: multiprocessing.rst
44
55This 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
99API 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
1717API 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
2626Changelog
Original file line number Diff line number Diff line change 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 ,
You can’t perform that action at this time.
0 commit comments