Enum SpaceNotificationSetting.NotificationSetting (0.24.0)

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

ProtocolMessageEnum

Static 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 = 1;

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.

ALL = 1;

FOR_YOU

The notification is triggered by @mentions, followed threads. Not available for 1:1 direct messages.

FOR_YOU = 3;

FOR_YOU_VALUE

The notification is triggered by @mentions, followed threads. Not available for 1:1 direct messages.

FOR_YOU = 3;

MAIN_CONVERSATIONS

The notification is triggered by @mentions, followed threads, first message of new threads. Not available for 1:1 direct messages.

MAIN_CONVERSATIONS = 2;

MAIN_CONVERSATIONS_VALUE

The notification is triggered by @mentions, followed threads, first message of new threads. Not available for 1:1 direct messages.

MAIN_CONVERSATIONS = 2;

NOTIFICATION_SETTING_UNSPECIFIED

Reserved.

NOTIFICATION_SETTING_UNSPECIFIED = 0;

NOTIFICATION_SETTING_UNSPECIFIED_VALUE

Reserved.

NOTIFICATION_SETTING_UNSPECIFIED = 0;

OFF

Notification is off.

OFF = 4;

OFF_VALUE

Notification is off.

OFF = 4;

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()