public interface ListCustomEmojisResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCustomEmojis(int index)
public abstract CustomEmoji getCustomEmojis(int index)Unordered list. List of custom emojis.
 
 repeated .google.chat.v1.CustomEmoji custom_emojis = 1 [(.google.api.field_behavior) = UNORDERED_LIST];
 
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
CustomEmoji | 
        |
getCustomEmojisCount()
public abstract int getCustomEmojisCount()Unordered list. List of custom emojis.
 
 repeated .google.chat.v1.CustomEmoji custom_emojis = 1 [(.google.api.field_behavior) = UNORDERED_LIST];
 
| Returns | |
|---|---|
| Type | Description | 
int | 
        |
getCustomEmojisList()
public abstract List<CustomEmoji> getCustomEmojisList()Unordered list. List of custom emojis.
 
 repeated .google.chat.v1.CustomEmoji custom_emojis = 1 [(.google.api.field_behavior) = UNORDERED_LIST];
 
| Returns | |
|---|---|
| Type | Description | 
List<CustomEmoji> | 
        |
getCustomEmojisOrBuilder(int index)
public abstract CustomEmojiOrBuilder getCustomEmojisOrBuilder(int index)Unordered list. List of custom emojis.
 
 repeated .google.chat.v1.CustomEmoji custom_emojis = 1 [(.google.api.field_behavior) = UNORDERED_LIST];
 
| Parameter | |
|---|---|
| Name | Description | 
index | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
CustomEmojiOrBuilder | 
        |
getCustomEmojisOrBuilderList()
public abstract List<? extends CustomEmojiOrBuilder> getCustomEmojisOrBuilderList()Unordered list. List of custom emojis.
 
 repeated .google.chat.v1.CustomEmoji custom_emojis = 1 [(.google.api.field_behavior) = UNORDERED_LIST];
 
| Returns | |
|---|---|
| Type | Description | 
List<? extends com.google.chat.v1.CustomEmojiOrBuilder> | 
        |
getNextPageToken()
public abstract String getNextPageToken() A token that you can send as pageToken to retrieve the next page of
 results. If empty, there are no subsequent pages.
 string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The nextPageToken.  | 
      
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes() A token that you can send as pageToken to retrieve the next page of
 results. If empty, there are no subsequent pages.
 string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for nextPageToken.  |