-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,java.lang.Cloneable,livekit.LivekitAgentDispatch.RoomAgentDispatchOrBuilder
public final class LivekitAgentDispatch.RoomAgentDispatch.Builder extends GeneratedMessageLite.Builder<LivekitAgentDispatch.RoomAgentDispatch, LivekitAgentDispatch.RoomAgentDispatch.Builder> implements LivekitAgentDispatch.RoomAgentDispatchOrBuilder
Protobuf type
{@code livekit.RoomAgentDispatch}
-
-
Method Summary
Modifier and Type Method Description StringgetAgentName()string agent_name = 1;ByteStringgetAgentNameBytes()string agent_name = 1;LivekitAgentDispatch.RoomAgentDispatch.BuildersetAgentName(String value)string agent_name = 1;LivekitAgentDispatch.RoomAgentDispatch.BuilderclearAgentName()string agent_name = 1;LivekitAgentDispatch.RoomAgentDispatch.BuildersetAgentNameBytes(ByteString value)string agent_name = 1;StringgetMetadata()string metadata = 2;ByteStringgetMetadataBytes()string metadata = 2;LivekitAgentDispatch.RoomAgentDispatch.BuildersetMetadata(String value)string metadata = 2;LivekitAgentDispatch.RoomAgentDispatch.BuilderclearMetadata()string metadata = 2;LivekitAgentDispatch.RoomAgentDispatch.BuildersetMetadataBytes(ByteString value)string metadata = 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
-
getAgentName
String getAgentName()
string agent_name = 1;
-
getAgentNameBytes
ByteString getAgentNameBytes()
string agent_name = 1;
-
setAgentName
LivekitAgentDispatch.RoomAgentDispatch.Builder setAgentName(String value)
string agent_name = 1;- Parameters:
value- The agentName to set.
-
clearAgentName
LivekitAgentDispatch.RoomAgentDispatch.Builder clearAgentName()
string agent_name = 1;
-
setAgentNameBytes
LivekitAgentDispatch.RoomAgentDispatch.Builder setAgentNameBytes(ByteString value)
string agent_name = 1;- Parameters:
value- The bytes for agentName to set.
-
getMetadata
String getMetadata()
string metadata = 2;
-
getMetadataBytes
ByteString getMetadataBytes()
string metadata = 2;
-
setMetadata
LivekitAgentDispatch.RoomAgentDispatch.Builder setMetadata(String value)
string metadata = 2;- Parameters:
value- The metadata to set.
-
clearMetadata
LivekitAgentDispatch.RoomAgentDispatch.Builder clearMetadata()
string metadata = 2;
-
setMetadataBytes
LivekitAgentDispatch.RoomAgentDispatch.Builder setMetadataBytes(ByteString value)
string metadata = 2;- Parameters:
value- The bytes for metadata to set.
-
-
-
-