public interface ChannelMessageListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCacheableCursor()
Cacheable cursor to list newer messages.
|
com.google.protobuf.ByteString |
getCacheableCursorBytes()
Cacheable cursor to list newer messages.
|
ChannelMessage |
getMessages(int index)
A list of messages.
|
int |
getMessagesCount()
A list of messages.
|
java.util.List<ChannelMessage> |
getMessagesList()
A list of messages.
|
ChannelMessageOrBuilder |
getMessagesOrBuilder(int index)
A list of messages.
|
java.util.List<? extends ChannelMessageOrBuilder> |
getMessagesOrBuilderList()
A list of messages.
|
java.lang.String |
getNextCursor()
The cursor to send when retrieving the next page, if any.
|
com.google.protobuf.ByteString |
getNextCursorBytes()
The cursor to send when retrieving the next page, if any.
|
java.lang.String |
getPrevCursor()
The cursor to send when retrieving the previous page, if any.
|
com.google.protobuf.ByteString |
getPrevCursorBytes()
The cursor to send when retrieving the previous page, if any.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<ChannelMessage> getMessagesList()
A list of messages.
repeated .nakama.api.ChannelMessage messages = 1 [json_name = "messages"];ChannelMessage getMessages(int index)
A list of messages.
repeated .nakama.api.ChannelMessage messages = 1 [json_name = "messages"];int getMessagesCount()
A list of messages.
repeated .nakama.api.ChannelMessage messages = 1 [json_name = "messages"];java.util.List<? extends ChannelMessageOrBuilder> getMessagesOrBuilderList()
A list of messages.
repeated .nakama.api.ChannelMessage messages = 1 [json_name = "messages"];ChannelMessageOrBuilder getMessagesOrBuilder(int index)
A list of messages.
repeated .nakama.api.ChannelMessage messages = 1 [json_name = "messages"];java.lang.String getNextCursor()
The cursor to send when retrieving the next page, if any.
string next_cursor = 2 [json_name = "nextCursor"];com.google.protobuf.ByteString getNextCursorBytes()
The cursor to send when retrieving the next page, if any.
string next_cursor = 2 [json_name = "nextCursor"];java.lang.String getPrevCursor()
The cursor to send when retrieving the previous page, if any.
string prev_cursor = 3 [json_name = "prevCursor"];com.google.protobuf.ByteString getPrevCursorBytes()
The cursor to send when retrieving the previous page, if any.
string prev_cursor = 3 [json_name = "prevCursor"];java.lang.String getCacheableCursor()
Cacheable cursor to list newer messages. Durable and designed to be stored, unlike next/prev cursors.
string cacheable_cursor = 4 [json_name = "cacheableCursor"];com.google.protobuf.ByteString getCacheableCursorBytes()
Cacheable cursor to list newer messages. Durable and designed to be stored, unlike next/prev cursors.
string cacheable_cursor = 4 [json_name = "cacheableCursor"];