-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitAgentDispatch.AgentDispatchOrBuilder
public final class LivekitAgentDispatch.AgentDispatch extends GeneratedMessageLite<LivekitAgentDispatch.AgentDispatch, LivekitAgentDispatch.AgentDispatch.Builder> implements LivekitAgentDispatch.AgentDispatchOrBuilder
Protobuf type
{@code livekit.AgentDispatch}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLivekitAgentDispatch.AgentDispatch.BuilderProtobuf type
{@code livekit.AgentDispatch}
-
Field Summary
Fields Modifier and Type Field Description public final static intID_FIELD_NUMBERpublic final static intAGENT_NAME_FIELD_NUMBERpublic final static intROOM_FIELD_NUMBERpublic final static intMETADATA_FIELD_NUMBERpublic final static intSTATE_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
-
getIdBytes
ByteString getIdBytes()
string id = 1;
-
getAgentName
String getAgentName()
string agent_name = 2;
-
getAgentNameBytes
ByteString getAgentNameBytes()
string agent_name = 2;
-
getRoomBytes
ByteString getRoomBytes()
string room = 3;
-
getMetadata
String getMetadata()
string metadata = 4;
-
getMetadataBytes
ByteString getMetadataBytes()
string metadata = 4;
-
hasState
boolean hasState()
.livekit.AgentDispatchState state = 5;
-
getState
LivekitAgentDispatch.AgentDispatchState getState()
.livekit.AgentDispatchState state = 5;
-
parseFrom
static LivekitAgentDispatch.AgentDispatch parseFrom(ByteBuffer data)
-
parseFrom
static LivekitAgentDispatch.AgentDispatch parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitAgentDispatch.AgentDispatch parseFrom(ByteString data)
-
parseFrom
static LivekitAgentDispatch.AgentDispatch parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitAgentDispatch.AgentDispatch parseFrom(Array<byte> data)
-
parseFrom
static LivekitAgentDispatch.AgentDispatch parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitAgentDispatch.AgentDispatch parseFrom(InputStream input)
-
parseFrom
static LivekitAgentDispatch.AgentDispatch parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitAgentDispatch.AgentDispatch parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitAgentDispatch.AgentDispatch parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitAgentDispatch.AgentDispatch parseFrom(CodedInputStream input)
-
parseFrom
static LivekitAgentDispatch.AgentDispatch parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitAgentDispatch.AgentDispatch.Builder newBuilder()
-
newBuilder
static LivekitAgentDispatch.AgentDispatch.Builder newBuilder(LivekitAgentDispatch.AgentDispatch prototype)
-
getDefaultInstance
static LivekitAgentDispatch.AgentDispatch getDefaultInstance()
-
parser
static Parser<LivekitAgentDispatch.AgentDispatch> parser()
-
-
-
-