public enum AnnotationType extends Enum<AnnotationType> implements ProtocolMessageEnum
Type of the annotation.
Protobuf enum google.chat.v1.AnnotationType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ANNOTATION_TYPE_UNSPECIFIED |
Default value for the enum. Don't use. |
ANNOTATION_TYPE_UNSPECIFIED_VALUE |
Default value for the enum. Don't use. |
RICH_LINK |
A rich link annotation. |
RICH_LINK_VALUE |
A rich link annotation. |
SLASH_COMMAND |
A slash command is invoked. |
SLASH_COMMAND_VALUE |
A slash command is invoked. |
UNRECOGNIZED |
|
USER_MENTION |
A user is mentioned. |
USER_MENTION_VALUE |
A user is mentioned. |
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() |