Enum AnnotationType (0.7.0)

public enum AnnotationType extends Enum<AnnotationType> implements ProtocolMessageEnum

Type of the annotation.

Protobuf enum google.chat.v1.AnnotationType

Implements

ProtocolMessageEnum

Static Fields

Name Description
ANNOTATION_TYPE_UNSPECIFIED

Default value for the enum. Don't use.

ANNOTATION_TYPE_UNSPECIFIED = 0;

ANNOTATION_TYPE_UNSPECIFIED_VALUE

Default value for the enum. Don't use.

ANNOTATION_TYPE_UNSPECIFIED = 0;

A rich link annotation.

RICH_LINK = 3;

A rich link annotation.

RICH_LINK = 3;

SLASH_COMMAND

A slash command is invoked.

SLASH_COMMAND = 2;

SLASH_COMMAND_VALUE

A slash command is invoked.

SLASH_COMMAND = 2;

UNRECOGNIZED
USER_MENTION

A user is mentioned.

USER_MENTION = 1;

USER_MENTION_VALUE

A user is mentioned.

USER_MENTION = 1;

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