Skip to content

Commit da16c3f

Browse files
feat: Automated regeneration of merchantapi notifications_v1beta client (googleapis#27391)
Auto-created at 2026-07-19 11:20:53 +0000 using the toys pull request generator.
1 parent 3390ada commit da16c3f

4 files changed

Lines changed: 18 additions & 14 deletions

File tree

generated/google-apis-merchantapi_notifications_v1beta/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-merchantapi_notifications_v1beta
22

3+
### v0.11.0 (2026-07-19)
4+
5+
* Regenerated from discovery document revision 20260713
6+
37
### v0.10.0 (2026-06-21)
48

59
* Regenerated from discovery document revision 20260615

generated/google-apis-merchantapi_notifications_v1beta/lib/google/apis/merchantapi_notifications_v1beta/classes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class NotificationSubscription
8585
attr_accessor :call_back_uri
8686

8787
# Output only. The `name` of the notification configuration. Generated by the
88-
# Content API upon creation of a new `NotificationSubscription`. The `account`
88+
# Merchant API upon creation of a new `NotificationSubscription`. The `account`
8989
# represents the merchant ID of the merchant that owns the configuration. Format:
9090
# `accounts/`account`/notificationsubscriptions/`notification_subscription``
9191
# Corresponds to the JSON property `name`

generated/google-apis-merchantapi_notifications_v1beta/lib/google/apis/merchantapi_notifications_v1beta/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module MerchantapiNotificationsV1beta
1818
# Version of the google-apis-merchantapi_notifications_v1beta gem
19-
GEM_VERSION = "0.10.0"
19+
GEM_VERSION = "0.11.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.19.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20260615"
25+
REVISION = "20260713"
2626
end
2727
end
2828
end

generated/google-apis-merchantapi_notifications_v1beta/lib/google/apis/merchantapi_notifications_v1beta/service.rb

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,16 @@ def initialize
5151
@batch_path = 'batch'
5252
end
5353

54-
# Creates a notification subscription for a business. For standalone or
55-
# subaccounts accounts, the business can create a subscription for self. For
56-
# advanced accounts, the business can create a subscription for all managed
57-
# accounts or for a specific subaccount. See [Decode notifications](/merchant/
58-
# api/guides/accounts/notifications#decode_notifications) for information on how
59-
# to decode the notification payload and how to interpret its contents. We will
60-
# allow the following types of notification subscriptions to exist together (per
61-
# business as a subscriber per event type): 1. Subscription for all managed
62-
# accounts + subscription for self. 2. Multiple "partial" subscriptions for
63-
# managed accounts + subscription for self. we will not allow (per business as a
54+
# Creates a notification subscription for a business. For standalone or sub-
55+
# accounts, the business can create a subscription for self. For advanced
56+
# accounts, the business can create a subscription for all managed accounts or
57+
# for a specific subaccount. See [Decode notifications](/merchant/api/guides/
58+
# accounts/notifications#decode_notifications) for information on how to decode
59+
# the notification payload and how to interpret its contents. We will allow the
60+
# following types of notification subscriptions to exist together (per business
61+
# as a subscriber per event type): 1. Subscription for all managed accounts +
62+
# subscription for self. 2. Multiple "partial" subscriptions for managed
63+
# accounts + subscription for self. we will not allow (per business as a
6464
# subscriber per event type): 1. Multiple self subscriptions. 2. Multiple "all
6565
# managed accounts" subscriptions. 3. "All managed accounts" subscription and
6666
# partial subscriptions at the same time. 4. Multiple partial subscriptions for
@@ -201,7 +201,7 @@ def list_account_notificationsubscriptions(parent, page_size: nil, page_token: n
201201
# Updates an existing notification subscription for a merchant.
202202
# @param [String] name
203203
# Output only. The `name` of the notification configuration. Generated by the
204-
# Content API upon creation of a new `NotificationSubscription`. The `account`
204+
# Merchant API upon creation of a new `NotificationSubscription`. The `account`
205205
# represents the merchant ID of the merchant that owns the configuration. Format:
206206
# `accounts/`account`/notificationsubscriptions/`notification_subscription``
207207
# @param [Google::Apis::MerchantapiNotificationsV1beta::NotificationSubscription] notification_subscription_object

0 commit comments

Comments
 (0)