public interface EmojiReactionSummaryOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEmoji()
public abstract Emoji getEmoji()
Output only. Emoji associated with the reactions.
.google.chat.v1.Emoji emoji = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Emoji |
The emoji. |
getEmojiOrBuilder()
public abstract EmojiOrBuilder getEmojiOrBuilder()
Output only. Emoji associated with the reactions.
.google.chat.v1.Emoji emoji = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
EmojiOrBuilder |
getReactionCount()
public abstract int getReactionCount()
Output only. The total number of reactions using the associated emoji.
optional int32 reaction_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The reactionCount. |
hasEmoji()
public abstract boolean hasEmoji()
Output only. Emoji associated with the reactions.
.google.chat.v1.Emoji emoji = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the emoji field is set. |
hasReactionCount()
public abstract boolean hasReactionCount()
Output only. The total number of reactions using the associated emoji.
optional int32 reaction_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the reactionCount field is set. |