Enum SpaceNotificationSetting.MuteSetting (0.24.0)

public enum SpaceNotificationSetting.MuteSetting extends Enum<SpaceNotificationSetting.MuteSetting> implements ProtocolMessageEnum

The space notification mute setting types.

Protobuf enum google.chat.v1.SpaceNotificationSetting.MuteSetting

Implements

ProtocolMessageEnum

Static Fields

Name Description
MUTED

The user will not receive any notifications for the space, regardless of the notification setting.

MUTED = 2;

MUTED_VALUE

The user will not receive any notifications for the space, regardless of the notification setting.

MUTED = 2;

MUTE_SETTING_UNSPECIFIED

Reserved.

MUTE_SETTING_UNSPECIFIED = 0;

MUTE_SETTING_UNSPECIFIED_VALUE

Reserved.

MUTE_SETTING_UNSPECIFIED = 0;

UNMUTED

The user will receive notifications for the space based on the notification setting.

UNMUTED = 1;

UNMUTED_VALUE

The user will receive notifications for the space based on the notification setting.

UNMUTED = 1;

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