public enum CreateMessageNotificationOptions.NotificationType extends Enum<CreateMessageNotificationOptions.NotificationType> implements ProtocolMessageEnumThe notification types options for the message.
Protobuf enum google.chat.v1.CreateMessageNotificationOptions.NotificationType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
NOTIFICATION_TYPE_FORCE_NOTIFY |
Force notify recipients. This bypasses users' space notification settings and Chat Do Not Disturb settings. This option does not bypass device-level Do Not Disturb settings. Requires app authentication. |
NOTIFICATION_TYPE_FORCE_NOTIFY_VALUE |
Force notify recipients. This bypasses users' space notification settings and Chat Do Not Disturb settings. This option does not bypass device-level Do Not Disturb settings. Requires app authentication. |
NOTIFICATION_TYPE_NONE |
Default behavior. Notification behavior is similar to when the human user sends the message using the Chat UI: no notification is sent to the human sender. |
NOTIFICATION_TYPE_NONE_VALUE |
Default behavior. Notification behavior is similar to when the human user sends the message using the Chat UI: no notification is sent to the human sender. |
NOTIFICATION_TYPE_SILENT |
Silence the notification as if the recipients have Chat Do Not Disturb enabled or have muted the space. Requires app authentication. |
NOTIFICATION_TYPE_SILENT_VALUE |
Silence the notification as if the recipients have Chat Do Not Disturb enabled or have muted the space. Requires app authentication. |
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() |
|