-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,java.lang.Cloneable,livekit.LivekitAgentDispatch.ListAgentDispatchRequestOrBuilder
public final class LivekitAgentDispatch.ListAgentDispatchRequest.Builder extends GeneratedMessageLite.Builder<LivekitAgentDispatch.ListAgentDispatchRequest, LivekitAgentDispatch.ListAgentDispatchRequest.Builder> implements LivekitAgentDispatch.ListAgentDispatchRequestOrBuilder
Protobuf type
{@code livekit.ListAgentDispatchRequest}
-
-
Method Summary
Modifier and Type Method Description StringgetDispatchId()if set, only the dispatch whose id is given will be returnedstring dispatch_id = 1;ByteStringgetDispatchIdBytes()if set, only the dispatch whose id is given will be returnedstring dispatch_id = 1;LivekitAgentDispatch.ListAgentDispatchRequest.BuildersetDispatchId(String value)if set, only the dispatch whose id is given will be returnedstring dispatch_id = 1;LivekitAgentDispatch.ListAgentDispatchRequest.BuilderclearDispatchId()if set, only the dispatch whose id is given will be returnedstring dispatch_id = 1;LivekitAgentDispatch.ListAgentDispatchRequest.BuildersetDispatchIdBytes(ByteString value)if set, only the dispatch whose id is given will be returnedstring dispatch_id = 1;StringgetRoom()name of the room to list agents for. Must be set.string room = 2;ByteStringgetRoomBytes()name of the room to list agents for. Must be set.string room = 2;LivekitAgentDispatch.ListAgentDispatchRequest.BuildersetRoom(String value)name of the room to list agents for. Must be set.string room = 2;LivekitAgentDispatch.ListAgentDispatchRequest.BuilderclearRoom()name of the room to list agents for. Must be set.string room = 2;LivekitAgentDispatch.ListAgentDispatchRequest.BuildersetRoomBytes(ByteString value)name of the room to list agents for. Must be set.string room = 2;-
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, getDefaultInstanceForType, isInitialized, mergeFrom -
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
mergeDelimitedFrom -
Methods inherited from class com.google.protobuf.MessageLite.Builder
build, buildPartial, clear, clone, mergeFrom -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDispatchId
String getDispatchId()
if set, only the dispatch whose id is given will be returnedstring dispatch_id = 1;
-
getDispatchIdBytes
ByteString getDispatchIdBytes()
if set, only the dispatch whose id is given will be returnedstring dispatch_id = 1;
-
setDispatchId
LivekitAgentDispatch.ListAgentDispatchRequest.Builder setDispatchId(String value)
if set, only the dispatch whose id is given will be returnedstring dispatch_id = 1;- Parameters:
value- The dispatchId to set.
-
clearDispatchId
LivekitAgentDispatch.ListAgentDispatchRequest.Builder clearDispatchId()
if set, only the dispatch whose id is given will be returnedstring dispatch_id = 1;
-
setDispatchIdBytes
LivekitAgentDispatch.ListAgentDispatchRequest.Builder setDispatchIdBytes(ByteString value)
if set, only the dispatch whose id is given will be returnedstring dispatch_id = 1;- Parameters:
value- The bytes for dispatchId to set.
-
getRoomBytes
ByteString getRoomBytes()
name of the room to list agents for. Must be set.string room = 2;
-
setRoom
LivekitAgentDispatch.ListAgentDispatchRequest.Builder setRoom(String value)
name of the room to list agents for. Must be set.string room = 2;- Parameters:
value- The room to set.
-
clearRoom
LivekitAgentDispatch.ListAgentDispatchRequest.Builder clearRoom()
name of the room to list agents for. Must be set.string room = 2;
-
setRoomBytes
LivekitAgentDispatch.ListAgentDispatchRequest.Builder setRoomBytes(ByteString value)
name of the room to list agents for. Must be set.string room = 2;- Parameters:
value- The bytes for room to set.
-
-
-
-