public interface GetMessageListRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCursor()
A pagination cursor, if any.
|
com.google.protobuf.ByteString |
getCursorBytes()
A pagination cursor, if any.
|
boolean |
getForward()
True if listing should be older messages to newer, false if reverse.
|
int |
getLimit()
Max number of messages to return.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getLimit()
Max number of messages to return. Between 1 and 100.
int32 limit = 1 [json_name = "limit"];
boolean getForward()
True if listing should be older messages to newer, false if reverse.
bool forward = 2 [json_name = "forward"];
java.lang.String getCursor()
A pagination cursor, if any.
string cursor = 3 [json_name = "cursor"];
com.google.protobuf.ByteString getCursorBytes()
A pagination cursor, if any.
string cursor = 3 [json_name = "cursor"];