File tree Expand file tree Collapse file tree 4 files changed +15
-15
lines changed
packages/google-shopping-merchant-issueresolution
google/shopping/merchant_issueresolution Expand file tree Collapse file tree 4 files changed +15
-15
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-issueresolution/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-issueresolution" ,
1313 "api_id" : " issueresolution.googleapis.com" ,
14- "default_version" : " v1beta " ,
14+ "default_version" : " v1 " ,
1515 "codeowner_team" : " " ,
1616 "api_shortname" : " issueresolution"
1717}
Original file line number Diff line number Diff line change 11Python 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-issueresolution.svg
1414 :target: https://pypi.org/project/google-shopping-merchant-issueresolution/
Original file line number Diff line number Diff line change 33.. include :: multiprocessing.rst
44
55This package includes clients for multiple versions of Merchant API.
6- By default, you will get version ``merchant_issueresolution_v1beta ``.
6+ By default, you will get version ``merchant_issueresolution_v1 ``.
77
88
99API Reference
1010-------------
1111.. toctree ::
1212 :maxdepth: 2
1313
14- merchant_issueresolution_v1beta /services_
15- merchant_issueresolution_v1beta /types_
14+ merchant_issueresolution_v1 /services_
15+ merchant_issueresolution_v1 /types_
1616
1717API Reference
1818-------------
1919.. toctree ::
2020 :maxdepth: 2
2121
22- merchant_issueresolution_v1 /services_
23- merchant_issueresolution_v1 /types_
22+ merchant_issueresolution_v1beta /services_
23+ merchant_issueresolution_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_issueresolution_v1beta .services .aggregate_product_statuses_service .async_client import (
21+ from google .shopping .merchant_issueresolution_v1 .services .aggregate_product_statuses_service .async_client import (
2222 AggregateProductStatusesServiceAsyncClient ,
2323)
24- from google .shopping .merchant_issueresolution_v1beta .services .aggregate_product_statuses_service .client import (
24+ from google .shopping .merchant_issueresolution_v1 .services .aggregate_product_statuses_service .client import (
2525 AggregateProductStatusesServiceClient ,
2626)
27- from google .shopping .merchant_issueresolution_v1beta .services .issue_resolution_service .async_client import (
27+ from google .shopping .merchant_issueresolution_v1 .services .issue_resolution_service .async_client import (
2828 IssueResolutionServiceAsyncClient ,
2929)
30- from google .shopping .merchant_issueresolution_v1beta .services .issue_resolution_service .client import (
30+ from google .shopping .merchant_issueresolution_v1 .services .issue_resolution_service .client import (
3131 IssueResolutionServiceClient ,
3232)
33- from google .shopping .merchant_issueresolution_v1beta .types .aggregateproductstatuses import (
33+ from google .shopping .merchant_issueresolution_v1 .types .aggregateproductstatuses import (
3434 AggregateProductStatus ,
3535 ListAggregateProductStatusesRequest ,
3636 ListAggregateProductStatusesResponse ,
3737)
38- from google .shopping .merchant_issueresolution_v1beta .types .issueresolution import (
38+ from google .shopping .merchant_issueresolution_v1 .types .issueresolution import (
3939 Action ,
4040 ActionFlow ,
4141 ActionInput ,
You can’t perform that action at this time.
0 commit comments