Method: accounts.updateNotificationSetting
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
アカウントの Pub/Sub 通知設定を設定して、Pub/Sub 通知を送信するトピックを Google に通知します。notificationSetting 内の notificationTypes フィールドを使用して、アカウントが登録するイベントを操作します。
各アカウントで使用できる通知設定リソースは 1 つだけです。また、設定できる Pub/Sub トピックは 1 つのみです。設定を削除するには、空の notificationTypes を使用して更新します。
HTTP リクエスト
PATCH https://mybusinessnotifications.googleapis.com/v1/{notificationSetting.name=accounts/*/notificationSetting}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
notificationSetting.name |
string
必須。この設定の対象となるリソース名。形式は accounts/{account_id}/notificationSetting です。
|
クエリ パラメータ
パラメータ |
updateMask |
string (FieldMask format)
必須。更新するフィールドです。編集可能なフィールドは notificationSetting のみです。 完全修飾フィールド名のカンマ区切りリストです。(例: "user.displayName,photo" )。
|
リクエストの本文
リクエストの本文には NotificationSetting
のインスタンスが含まれています。
レスポンスの本文
成功した場合、レスポンスの本文には NotificationSetting
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/business.manage
詳細については、OAuth 2.0 の概要をご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2023-12-01 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2023-12-01 UTC。"],[[["Allows configuration of Pub/Sub notification settings for Google My Business accounts to receive event updates."],["Only one notification setting and Pub/Sub topic are allowed per account; update with empty notificationTypes to delete the setting."],["Requires the `https://www.googleapis.com/auth/business.manage` OAuth scope for authorization."],["Uses a PATCH request to `https://mybusinessnotifications.googleapis.com/v1/{notificationSetting.name=accounts/*/notificationSetting}` to update settings."],["Provides a `notificationTypes` field within the `notificationSetting` object for managing event subscriptions."]]],[]]