-
- 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 [(.logger.name) = "afterID"];abstract ByteStringgetAfterIdBytes()list entities which IDs are greaterstring after_id = 1 [(.logger.name) = "afterID"];abstract intgetLimit()int32 limit = 2;-
-
Method Detail
-
getAfterId
abstract String getAfterId()
list entities which IDs are greaterstring after_id = 1 [(.logger.name) = "afterID"];
-
getAfterIdBytes
abstract ByteString getAfterIdBytes()
list entities which IDs are greaterstring after_id = 1 [(.logger.name) = "afterID"];
-
getLimit
abstract int getLimit()
int32 limit = 2;
-
-
-
-