-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitModels.PaginationOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetAfterId()list entities which IDs are greaterstring after_id = 1;abstract ByteStringgetAfterIdBytes()list entities which IDs are greaterstring after_id = 1;abstract intgetLimit()int32 limit = 2;-
-
Method Detail
-
getAfterId
abstract String getAfterId()
list entities which IDs are greaterstring after_id = 1;
-
getAfterIdBytes
abstract ByteString getAfterIdBytes()
list entities which IDs are greaterstring after_id = 1;
-
getLimit
abstract int getLimit()
int32 limit = 2;
-
-
-
-