Interface CustomEmojiMetadataOrBuilder (0.21.0)

public interface CustomEmojiMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.