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