Interface EmojiReactionSummaryOrBuilder (0.7.0)

public interface EmojiReactionSummaryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEmoji()

public abstract Emoji getEmoji()

Emoji associated with the reactions.

.google.chat.v1.Emoji emoji = 1;

Returns
Type Description
Emoji

The emoji.

getEmojiOrBuilder()

public abstract EmojiOrBuilder getEmojiOrBuilder()

Emoji associated with the reactions.

.google.chat.v1.Emoji emoji = 1;

Returns
Type Description
EmojiOrBuilder

getReactionCount()

public abstract int getReactionCount()

The total number of reactions using the associated emoji.

optional int32 reaction_count = 2;

Returns
Type Description
int

The reactionCount.

hasEmoji()

public abstract boolean hasEmoji()

Emoji associated with the reactions.

.google.chat.v1.Emoji emoji = 1;

Returns
Type Description
boolean

Whether the emoji field is set.

hasReactionCount()

public abstract boolean hasReactionCount()

The total number of reactions using the associated emoji.

optional int32 reaction_count = 2;

Returns
Type Description
boolean

Whether the reactionCount field is set.