public interface ListReactionsResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken()
Continuation token to retrieve the next page of results. It's empty for the last page of results.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()
Continuation token to retrieve the next page of results. It's empty for the last page of results.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for nextPageToken. |
getReactions(int index)
public abstract Reaction getReactions(int index)
List of reactions in the requested (or first) page.
repeated .google.chat.v1.Reaction reactions = 1;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
Reaction |
getReactionsCount()
public abstract int getReactionsCount()
List of reactions in the requested (or first) page.
repeated .google.chat.v1.Reaction reactions = 1;
Returns | |
---|---|
Type | Description |
int |
getReactionsList()
public abstract List<Reaction> getReactionsList()
List of reactions in the requested (or first) page.
repeated .google.chat.v1.Reaction reactions = 1;
Returns | |
---|---|
Type | Description |
List<Reaction> |
getReactionsOrBuilder(int index)
public abstract ReactionOrBuilder getReactionsOrBuilder(int index)
List of reactions in the requested (or first) page.
repeated .google.chat.v1.Reaction reactions = 1;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
ReactionOrBuilder |
getReactionsOrBuilderList()
public abstract List<? extends ReactionOrBuilder> getReactionsOrBuilderList()
List of reactions in the requested (or first) page.
repeated .google.chat.v1.Reaction reactions = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.chat.v1.ReactionOrBuilder> |