public interface CreateCustomEmojiRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |