-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,java.lang.Cloneable,livekit.LivekitCloudAgent.RestartAgentRequestOrBuilder
public final class LivekitCloudAgent.RestartAgentRequest.Builder extends GeneratedMessageLite.Builder<LivekitCloudAgent.RestartAgentRequest, LivekitCloudAgent.RestartAgentRequest.Builder> implements LivekitCloudAgent.RestartAgentRequestOrBuilder
Protobuf type
{@code livekit.RestartAgentRequest}
-
-
Method Summary
Modifier and Type Method Description StringgetAgentId()string agent_id = 1;ByteStringgetAgentIdBytes()string agent_id = 1;LivekitCloudAgent.RestartAgentRequest.BuildersetAgentId(String value)string agent_id = 1;LivekitCloudAgent.RestartAgentRequest.BuilderclearAgentId()string agent_id = 1;LivekitCloudAgent.RestartAgentRequest.BuildersetAgentIdBytes(ByteString value)string agent_id = 1;-
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
-
getAgentId
String getAgentId()
string agent_id = 1;
-
getAgentIdBytes
ByteString getAgentIdBytes()
string agent_id = 1;
-
setAgentId
LivekitCloudAgent.RestartAgentRequest.Builder setAgentId(String value)
string agent_id = 1;- Parameters:
value- The agentId to set.
-
clearAgentId
LivekitCloudAgent.RestartAgentRequest.Builder clearAgentId()
string agent_id = 1;
-
setAgentIdBytes
LivekitCloudAgent.RestartAgentRequest.Builder setAgentIdBytes(ByteString value)
string agent_id = 1;- Parameters:
value- The bytes for agentId to set.
-
-
-
-