NotificationSettingsForUpdates
このクラスのフィールドの更新で通知をトリガーするかどうか。NOTIFY に設定すると、フィールドの更新通知がユーザーに送信されます。これらの通知は、フィールドが許可リストに含まれている場合にのみユーザーに送信されます。指定しない場合、通知はトリガーされません。この設定は一時的な設定であり、PATCH リクエストまたは UPDATE リクエストごとに設定する必要があります。設定しない場合、通知はトリガーされません。
列挙型 |
NOTIFICATION_SETTINGS_FOR_UPDATES_UNSPECIFIED |
デフォルトの動作では、通知は送信されません。 |
NOTIFY_ON_UPDATE |
この値を指定すると、更新されたフィールドが許可リストに含まれている場合、通知が送信されます。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-11-07 UTC。
[null,null,["最終更新日 2024-11-07 UTC。"],[[["Field updates to this class can trigger notifications to users if explicitly set to `NOTIFY_ON_UPDATE`."],["Notifications are only sent for fields on an allowlist and require the notification setting to be included with each update request."],["By default, or if the setting is unspecified, no notifications for field updates will be triggered."]]],["Field updates can trigger notifications if set to `NOTIFY_ON_UPDATE`. Notifications are only sent if the updated fields are on an allowlist. The default, `NOTIFICATION_SETTINGS_FOR_UPDATES_UNSPECIFIED`, sends no notifications. This setting is temporary and must be specified with each `PATCH` or `UPDATE` request; otherwise, no notification occurs. Specifying `NOTIFY_ON_UPDATE` will ensure a notification is sent out.\n"]]