Interface CreateCustomEmojiRequestOrBuilder (0.27.0)

public interface CreateCustomEmojiRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCustomEmoji()

public abstract CustomEmoji getCustomEmoji()

Required. The custom emoji to create.

.google.chat.v1.CustomEmoji custom_emoji = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CustomEmoji

The customEmoji.

getCustomEmojiOrBuilder()

public abstract CustomEmojiOrBuilder getCustomEmojiOrBuilder()

Required. The custom emoji to create.

.google.chat.v1.CustomEmoji custom_emoji = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CustomEmojiOrBuilder

hasCustomEmoji()

public abstract boolean hasCustomEmoji()

Required. The custom emoji to create.

.google.chat.v1.CustomEmoji custom_emoji = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the customEmoji field is set.