Method: accounts.updateNotifications
为帐号设定 PubSub 通知设置,以告知商家资料要为哪个主题发送 PubSub 通知:
- 对由该帐号管理的营业地点的新评价。
- 已更新对该帐号管理的营业地点的评价。
- 新增了
GoogleUpdates
,用于添加由该帐号管理的营业地点。
一个账号只能有一个通知设置资源,并且只能设置一个 PubSub 主题。
HTTP 请求
PUT https://mybusiness.googleapis.com/v4/{name=accounts/*/notifications}
网址采用 gRPC 转码语法。
请求正文
请求正文包含一个 Notifications
实例。
响应正文
如果成功,则响应正文包含一个 Notifications
实例。
授权范围
需要以下 OAuth 范围之一:
https://www.googleapis.com/auth/plus.business.manage
https://www.googleapis.com/auth/business.manage
有关详情,请参阅 OAuth 2.0 概览。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2023-12-01。
[null,null,["最后更新时间 (UTC):2023-12-01。"],[[["This documentation describes how to set Pub/Sub notification settings for a Business Profile account using the deprecated `Notifications` resource."],["These settings determine which topic receives notifications for new or updated reviews and Google Updates for locations managed by the account."],["The `Notifications` resource uses a PUT request and requires specifying the account name in the path parameters."],["To use this API, you need to include either `https://www.googleapis.com/auth/plus.business.manage` or `https://www.googleapis.com/auth/business.manage` in your OAuth scope."],["It is recommended to use the Notifications API (`https://developers.google.com/my-business/reference/notifications/rest/v1/accounts/updateNotificationSetting`) instead of this deprecated resource."]]],[]]