public enum SpaceNotificationSetting.MuteSetting extends Enum<SpaceNotificationSetting.MuteSetting> implements ProtocolMessageEnumThe 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_VALUE | The user will not receive any notifications for the space, regardless of the notification setting.   | 
| MUTE_SETTING_UNSPECIFIED | Reserved.   | 
| MUTE_SETTING_UNSPECIFIED_VALUE | Reserved.   | 
| UNMUTED | The user will receive notifications for the space based on the notification setting.   | 
| UNMUTED_VALUE | The user will receive notifications for the space based on the notification setting.   | 
| 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() | |