Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"product_documentation": "https://developers.google.com/merchant/api",
"client_documentation": "https://googleapis.dev/python/google-shopping-merchant-notifications/latest",
"issue_tracker": "https://github.com/googleapis/google-cloud-python/issues",
"release_level": "preview",
"release_level": "stable",
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/google-cloud-python",
"distribution_name": "google-shopping-merchant-notifications",
"api_id": "merchantapi.googleapis.com",
"default_version": "v1beta",
"default_version": "v1",
"codeowner_team": "",
"api_shortname": "notifications"
}
4 changes: 2 additions & 2 deletions packages/google-shopping-merchant-notifications/README.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Python Client for Merchant API
==============================

|preview| |pypi| |versions|
|stable| |pypi| |versions|

`Merchant API`_: Programmatically manage your Merchant Center accounts.

- `Client Library Documentation`_
- `Product Documentation`_

.. |preview| image:: https://img.shields.io/badge/support-preview-orange.svg
.. |stable| image:: https://img.shields.io/badge/support-stable-gold.svg
:target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#stability-levels
.. |pypi| image:: https://img.shields.io/pypi/v/google-shopping-merchant-notifications.svg
:target: https://pypi.org/project/google-shopping-merchant-notifications/
Expand Down
10 changes: 5 additions & 5 deletions packages/google-shopping-merchant-notifications/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@
.. include:: multiprocessing.rst

This package includes clients for multiple versions of Merchant API.
By default, you will get version ``merchant_notifications_v1beta``.
By default, you will get version ``merchant_notifications_v1``.


API Reference
-------------
.. toctree::
:maxdepth: 2

merchant_notifications_v1beta/services_
merchant_notifications_v1beta/types_
merchant_notifications_v1/services_
merchant_notifications_v1/types_

API Reference
-------------
.. toctree::
:maxdepth: 2

merchant_notifications_v1/services_
merchant_notifications_v1/types_
merchant_notifications_v1beta/services_
merchant_notifications_v1beta/types_


Changelog
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,21 @@
__version__ = package_version.__version__


from google.shopping.merchant_notifications_v1beta.services.notifications_api_service.async_client import (
from google.shopping.merchant_notifications_v1.services.notifications_api_service.async_client import (
NotificationsApiServiceAsyncClient,
)
from google.shopping.merchant_notifications_v1beta.services.notifications_api_service.client import (
from google.shopping.merchant_notifications_v1.services.notifications_api_service.client import (
NotificationsApiServiceClient,
)
from google.shopping.merchant_notifications_v1beta.types.notificationsapi import (
Attribute,
from google.shopping.merchant_notifications_v1.types.notificationsapi import (
CreateNotificationSubscriptionRequest,
DeleteNotificationSubscriptionRequest,
GetNotificationSubscriptionHealthMetricsRequest,
GetNotificationSubscriptionRequest,
ListNotificationSubscriptionsRequest,
ListNotificationSubscriptionsResponse,
NotificationSubscription,
ProductChange,
ProductStatusChangeMessage,
Resource,
NotificationSubscriptionHealthMetrics,
UpdateNotificationSubscriptionRequest,
)

Expand All @@ -43,13 +41,11 @@
"NotificationsApiServiceAsyncClient",
"CreateNotificationSubscriptionRequest",
"DeleteNotificationSubscriptionRequest",
"GetNotificationSubscriptionHealthMetricsRequest",
"GetNotificationSubscriptionRequest",
"ListNotificationSubscriptionsRequest",
"ListNotificationSubscriptionsResponse",
"NotificationSubscription",
"ProductChange",
"ProductStatusChangeMessage",
"NotificationSubscriptionHealthMetrics",
"UpdateNotificationSubscriptionRequest",
"Attribute",
"Resource",
)
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
google-api-core==1.34.1
google-auth==2.14.1
proto-plus==1.22.3
protobuf==3.20.2
google-shopping-type==0.1.6
protobuf==3.20.2
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,43 @@ replacements:
"google-cloud-org-policy >= 1.0.0, <2.0.0",
"proto-plus >= 1.22.3, <2.0.0",
count: 1
- paths: [
packages/google-shopping-merchant-notifications/setup.py
]
before: |
dependencies = \[
"google-api-core\[grpc\] >= 1.34.1, <3.0.0,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,!=2.10.*",
# Exclude incompatible versions of `google-auth`
# See https://github.com/googleapis/google-cloud-python/issues/12364
"google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0",
"proto-plus >= 1.22.3, <2.0.0",
"proto-plus >= 1.25.0, <2.0.0; python_version >= '3.13'",
"protobuf>=3.20.2,<7.0.0,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
\]
after: |
dependencies = [
"google-api-core[grpc] >= 1.34.1, <3.0.0,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,!=2.10.*",
# Exclude incompatible versions of `google-auth`
# See https://github.com/googleapis/google-cloud-python/issues/12364
"google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0",
"proto-plus >= 1.22.3, <2.0.0",
"proto-plus >= 1.25.0, <2.0.0; python_version >= '3.13'",
"protobuf>=3.20.2,<7.0.0,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
"google-shopping-type >= 1.0.0, <2.0.0",
]
count: 1
- paths: [
packages/google-shopping-merchant-notifications/testing/constraints-3.7.txt
]
before: |
google-api-core==1.34.1
google-auth==2.14.1
proto-plus==1.22.3
protobuf==3.20.2
after: |
google-api-core==1.34.1
google-auth==2.14.1
proto-plus==1.22.3
google-shopping-type==1.0.0
protobuf==3.20.2
count: 1
Loading