-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitAgentDispatch.ListAgentDispatchRequestOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetDispatchId()if set, only the dispatch whose id is given will be returnedstring dispatch_id = 1;abstract ByteStringgetDispatchIdBytes()if set, only the dispatch whose id is given will be returnedstring dispatch_id = 1;abstract StringgetRoom()name of the room to list agents for. Must be set.string room = 2;abstract ByteStringgetRoomBytes()name of the room to list agents for. Must be set.string room = 2;-
-
Method Detail
-
getDispatchId
abstract String getDispatchId()
if set, only the dispatch whose id is given will be returnedstring dispatch_id = 1;
-
getDispatchIdBytes
abstract ByteString getDispatchIdBytes()
if set, only the dispatch whose id is given will be returnedstring dispatch_id = 1;
-
getRoom
abstract String getRoom()
name of the room to list agents for. Must be set.string room = 2;
-
getRoomBytes
abstract ByteString getRoomBytes()
name of the room to list agents for. Must be set.string room = 2;
-
-
-
-