Reference documentation and code samples for the Google Apps Chat V1 Client class NotificationSetting.
The notification setting types. Other types might be supported in the
future.
Protobuf type google.chat.v1.SpaceNotificationSetting.NotificationSetting
Namespace
Google \ Apps \ Chat \ V1 \ SpaceNotificationSetting
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
NOTIFICATION_SETTING_UNSPECIFIED
Value: 0
Reserved.
Generated from protobuf enum NOTIFICATION_SETTING_UNSPECIFIED = 0;
ALL
Value: 1
Notifications are triggered by @mentions, followed threads, first
message of new threads. All new threads are automatically followed,
unless manually unfollowed by the user.
Generated from protobuf enum ALL = 1;
MAIN_CONVERSATIONS
Value: 2
The notification is triggered by @mentions, followed threads, first
message of new threads. Not available for 1:1 direct messages.
Generated from protobuf enum MAIN_CONVERSATIONS = 2;
FOR_YOU
Value: 3
The notification is triggered by @mentions, followed threads. Not
available for 1:1 direct messages.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Apps Chat V1 Client - Class NotificationSetting (0.12.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.12.0 (latest)](/php/docs/reference/apps-chat/latest/Chat.V1.SpaceNotificationSetting.NotificationSetting)\n- [0.11.2](/php/docs/reference/apps-chat/0.11.2/Chat.V1.SpaceNotificationSetting.NotificationSetting)\n- [0.10.0](/php/docs/reference/apps-chat/0.10.0/Chat.V1.SpaceNotificationSetting.NotificationSetting)\n- [0.9.0](/php/docs/reference/apps-chat/0.9.0/Chat.V1.SpaceNotificationSetting.NotificationSetting)\n- [0.8.1](/php/docs/reference/apps-chat/0.8.1/Chat.V1.SpaceNotificationSetting.NotificationSetting)\n- [0.7.2](/php/docs/reference/apps-chat/0.7.2/Chat.V1.SpaceNotificationSetting.NotificationSetting)\n- [0.6.1](/php/docs/reference/apps-chat/0.6.1/Chat.V1.SpaceNotificationSetting.NotificationSetting)\n- [0.5.0](/php/docs/reference/apps-chat/0.5.0/Chat.V1.SpaceNotificationSetting.NotificationSetting)\n- [0.4.0](/php/docs/reference/apps-chat/0.4.0/Chat.V1.SpaceNotificationSetting.NotificationSetting)\n- [0.3.0](/php/docs/reference/apps-chat/0.3.0/Chat.V1.SpaceNotificationSetting.NotificationSetting)\n- [0.2.0](/php/docs/reference/apps-chat/0.2.0/Chat.V1.SpaceNotificationSetting.NotificationSetting)\n- [0.1.4](/php/docs/reference/apps-chat/0.1.4/Chat.V1.SpaceNotificationSetting.NotificationSetting) \nReference documentation and code samples for the Google Apps Chat V1 Client class NotificationSetting.\n\nThe notification setting types. Other types might be supported in the\nfuture.\n\nProtobuf type `google.chat.v1.SpaceNotificationSetting.NotificationSetting`\n\nNamespace\n---------\n\nGoogle \\\\ Apps \\\\ Chat \\\\ V1 \\\\ SpaceNotificationSetting\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### NOTIFICATION_SETTING_UNSPECIFIED\n\n Value: 0\n\nReserved.\n\nGenerated from protobuf enum `NOTIFICATION_SETTING_UNSPECIFIED = 0;`\n\n### ALL\n\n Value: 1\n\nNotifications are triggered by @mentions, followed threads, first\nmessage of new threads. All new threads are automatically followed,\nunless manually unfollowed by the user.\n\nGenerated from protobuf enum `ALL = 1;`\n\n### MAIN_CONVERSATIONS\n\n Value: 2\n\nThe notification is triggered by @mentions, followed threads, first\nmessage of new threads. Not available for 1:1 direct messages.\n\nGenerated from protobuf enum `MAIN_CONVERSATIONS = 2;`\n\n### FOR_YOU\n\n Value: 3\n\nThe notification is triggered by @mentions, followed threads. Not\navailable for 1:1 direct messages.\n\nGenerated from protobuf enum `FOR_YOU = 3;`\n\n### OFF\n\n Value: 4\n\nNotification is off.\n\nGenerated from protobuf enum `OFF = 4;`"]]