public interface ListChannelMessagesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getChannelId()
The channel ID to list from.
|
com.google.protobuf.ByteString |
getChannelIdBytes()
The channel ID to list from.
|
java.lang.String |
getCursor()
A pagination cursor, if any.
|
com.google.protobuf.ByteString |
getCursorBytes()
A pagination cursor, if any.
|
com.google.protobuf.BoolValue |
getForward()
True if listing should be older messages to newer, false if reverse.
|
com.google.protobuf.BoolValueOrBuilder |
getForwardOrBuilder()
True if listing should be older messages to newer, false if reverse.
|
com.google.protobuf.Int32Value |
getLimit()
Max number of records to return.
|
com.google.protobuf.Int32ValueOrBuilder |
getLimitOrBuilder()
Max number of records to return.
|
boolean |
hasForward()
True if listing should be older messages to newer, false if reverse.
|
boolean |
hasLimit()
Max number of records to return.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getChannelId()
The channel ID to list from.
string channel_id = 1 [json_name = "channelId"];
com.google.protobuf.ByteString getChannelIdBytes()
The channel ID to list from.
string channel_id = 1 [json_name = "channelId"];
boolean hasLimit()
Max number of records to return. Between 1 and 100.
.google.protobuf.Int32Value limit = 2 [json_name = "limit"];
com.google.protobuf.Int32Value getLimit()
Max number of records to return. Between 1 and 100.
.google.protobuf.Int32Value limit = 2 [json_name = "limit"];
com.google.protobuf.Int32ValueOrBuilder getLimitOrBuilder()
Max number of records to return. Between 1 and 100.
.google.protobuf.Int32Value limit = 2 [json_name = "limit"];
boolean hasForward()
True if listing should be older messages to newer, false if reverse.
.google.protobuf.BoolValue forward = 3 [json_name = "forward"];
com.google.protobuf.BoolValue getForward()
True if listing should be older messages to newer, false if reverse.
.google.protobuf.BoolValue forward = 3 [json_name = "forward"];
com.google.protobuf.BoolValueOrBuilder getForwardOrBuilder()
True if listing should be older messages to newer, false if reverse.
.google.protobuf.BoolValue forward = 3 [json_name = "forward"];
java.lang.String getCursor()
A pagination cursor, if any.
string cursor = 4 [json_name = "cursor"];
com.google.protobuf.ByteString getCursorBytes()
A pagination cursor, if any.
string cursor = 4 [json_name = "cursor"];