You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: generated/google-apis-merchantapi_notifications_v1beta/lib/google/apis/merchantapi_notifications_v1beta/classes.rb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ class NotificationSubscription
85
85
attr_accessor:call_back_uri
86
86
87
87
# 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`
89
89
# represents the merchant ID of the merchant that owns the configuration. Format:
Copy file name to clipboardExpand all lines: generated/google-apis-merchantapi_notifications_v1beta/lib/google/apis/merchantapi_notifications_v1beta/gem_version.rb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,13 @@ module Google
16
16
moduleApis
17
17
moduleMerchantapiNotificationsV1beta
18
18
# Version of the google-apis-merchantapi_notifications_v1beta gem
19
-
GEM_VERSION="0.10.0"
19
+
GEM_VERSION="0.11.0"
20
20
21
21
# Version of the code generator used to generate this client
22
22
GENERATOR_VERSION="0.19.0"
23
23
24
24
# Revision of the discovery document this client was generated from
Copy file name to clipboardExpand all lines: generated/google-apis-merchantapi_notifications_v1beta/lib/google/apis/merchantapi_notifications_v1beta/service.rb
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -51,16 +51,16 @@ def initialize
51
51
@batch_path='batch'
52
52
end
53
53
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
64
64
# subscriber per event type): 1. Multiple self subscriptions. 2. Multiple "all
65
65
# managed accounts" subscriptions. 3. "All managed accounts" subscription and
66
66
# 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
201
201
# Updates an existing notification subscription for a merchant.
202
202
# @param [String] name
203
203
# 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`
205
205
# represents the merchant ID of the merchant that owns the configuration. Format:
0 commit comments