-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitAgentDispatch.ListAgentDispatchRequestOrBuilder
public final class LivekitAgentDispatch.ListAgentDispatchRequest extends GeneratedMessageLite<LivekitAgentDispatch.ListAgentDispatchRequest, LivekitAgentDispatch.ListAgentDispatchRequest.Builder> implements LivekitAgentDispatch.ListAgentDispatchRequestOrBuilder
Protobuf type
{@code livekit.ListAgentDispatchRequest}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLivekitAgentDispatch.ListAgentDispatchRequest.BuilderProtobuf type
{@code livekit.ListAgentDispatchRequest}
-
Field Summary
Fields Modifier and Type Field Description public final static intDISPATCH_ID_FIELD_NUMBERpublic final static intROOM_FIELD_NUMBER
-
Method Summary
-
Methods inherited from class com.google.protobuf.GeneratedMessageLite
equals, getDefaultInstanceForType, getParserForType, hashCode, isInitialized, newBuilderForType, newRepeatedGeneratedExtension, newSingularGeneratedExtension, toBuilder, toString, writeTo -
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo -
Methods inherited from class com.google.protobuf.MessageLite
getParserForType, newBuilderForType, toBuilder -
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;
-
getRoomBytes
ByteString getRoomBytes()
name of the room to list agents for. Must be set.string room = 2;
-
parseFrom
static LivekitAgentDispatch.ListAgentDispatchRequest parseFrom(ByteBuffer data)
-
parseFrom
static LivekitAgentDispatch.ListAgentDispatchRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitAgentDispatch.ListAgentDispatchRequest parseFrom(ByteString data)
-
parseFrom
static LivekitAgentDispatch.ListAgentDispatchRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitAgentDispatch.ListAgentDispatchRequest parseFrom(Array<byte> data)
-
parseFrom
static LivekitAgentDispatch.ListAgentDispatchRequest parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitAgentDispatch.ListAgentDispatchRequest parseFrom(InputStream input)
-
parseFrom
static LivekitAgentDispatch.ListAgentDispatchRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitAgentDispatch.ListAgentDispatchRequest parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitAgentDispatch.ListAgentDispatchRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitAgentDispatch.ListAgentDispatchRequest parseFrom(CodedInputStream input)
-
parseFrom
static LivekitAgentDispatch.ListAgentDispatchRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitAgentDispatch.ListAgentDispatchRequest.Builder newBuilder()
-
newBuilder
static LivekitAgentDispatch.ListAgentDispatchRequest.Builder newBuilder(LivekitAgentDispatch.ListAgentDispatchRequest prototype)
-
getDefaultInstance
static LivekitAgentDispatch.ListAgentDispatchRequest getDefaultInstance()
-
parser
static Parser<LivekitAgentDispatch.ListAgentDispatchRequest> parser()
-
-
-
-