public interface CustomEmojiMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCustomEmoji()
public abstract CustomEmoji getCustomEmoji()The custom emoji.
.google.chat.v1.CustomEmoji custom_emoji = 1;
| Returns | |
|---|---|
| Type | Description |
CustomEmoji |
The customEmoji. |
getCustomEmojiOrBuilder()
public abstract CustomEmojiOrBuilder getCustomEmojiOrBuilder()The custom emoji.
.google.chat.v1.CustomEmoji custom_emoji = 1;
| Returns | |
|---|---|
| Type | Description |
CustomEmojiOrBuilder |
|
hasCustomEmoji()
public abstract boolean hasCustomEmoji()The custom emoji.
.google.chat.v1.CustomEmoji custom_emoji = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the customEmoji field is set. |