public enum SpaceNotificationSetting.NotificationSetting extends Enum<SpaceNotificationSetting.NotificationSetting> implements ProtocolMessageEnum
The notification setting types. Other types might be supported in the future.
Protobuf enum google.chat.v1.SpaceNotificationSetting.NotificationSetting
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
ALL | Notifications are triggered by @mentions, followed threads, first message of new threads. All new threads are automatically followed, unless manually unfollowed by the user.
|
ALL_VALUE | Notifications are triggered by @mentions, followed threads, first message of new threads. All new threads are automatically followed, unless manually unfollowed by the user.
|
FOR_YOU | The notification is triggered by @mentions, followed threads. Not available for 1:1 direct messages.
|
FOR_YOU_VALUE | The notification is triggered by @mentions, followed threads. Not available for 1:1 direct messages.
|
MAIN_CONVERSATIONS | The notification is triggered by @mentions, followed threads, first message of new threads. Not available for 1:1 direct messages.
|
MAIN_CONVERSATIONS_VALUE | The notification is triggered by @mentions, followed threads, first message of new threads. Not available for 1:1 direct messages.
|
NOTIFICATION_SETTING_UNSPECIFIED | Reserved.
|
NOTIFICATION_SETTING_UNSPECIFIED_VALUE | Reserved.
|
OFF | Notification is off.
|
OFF_VALUE | Notification is off.
|
UNRECOGNIZED |
Static Methods | |
---|---|
Name | Description |
forNumber(int value) | |
getDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
valueOf(String name) | |
values() |
Methods | |
---|---|
Name | Description |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() |