public enum DeletionMetadata.DeletionType extends Enum<DeletionMetadata.DeletionType> implements ProtocolMessageEnum
Who deleted the message and how it was deleted.
Protobuf enum google.chat.v1.DeletionMetadata.DeletionType
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
ADMIN | A Google Workspace admin deleted the message. |
ADMIN_VALUE | A Google Workspace admin deleted the message. |
APP_MESSAGE_EXPIRY | A Chat app deleted its own message when it expired. |
APP_MESSAGE_EXPIRY_VALUE | A Chat app deleted its own message when it expired. |
CREATOR | User deleted their own message. |
CREATOR_VALUE | User deleted their own message. |
CREATOR_VIA_APP | A Chat app deleted the message on behalf of the user. |
CREATOR_VIA_APP_VALUE | A Chat app deleted the message on behalf of the user. |
DELETION_TYPE_UNSPECIFIED | This value is unused. |
DELETION_TYPE_UNSPECIFIED_VALUE | This value is unused. |
SPACE_OWNER | The space owner deleted the message. |
SPACE_OWNER_VALUE | The space owner deleted the message. |
SPACE_OWNER_VIA_APP | A Chat app deleted the message on behalf of the space owner. |
SPACE_OWNER_VIA_APP_VALUE | A Chat app deleted the message on behalf of the space owner. |
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() |