NotificationSettingsForUpdates
Whether or not field updates to this class should trigger notifications. When set to NOTIFY, we will attempt to trigger a field update notification to users. These notifications will only be sent to users if the field is part of an allowlist. If not specified, no notification will be triggered. This setting is ephemeral and needs to be set with each PATCH or UPDATE request, otherwise a notification will not be triggered.
Enums |
NOTIFICATION_SETTINGS_FOR_UPDATES_UNSPECIFIED |
Default behavior is no notifications sent. |
NOTIFY_ON_UPDATE |
This value will result in a notification being sent, if the updated fields are part of an allowlist. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-23 UTC.
[null,null,["Last updated 2024-10-23 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."]]],[]]