-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitCloudAgent.RestartAgentRequestOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetAgentId()string agent_id = 1;abstract ByteStringgetAgentIdBytes()string agent_id = 1;-
-
Method Detail
-
getAgentId
abstract String getAgentId()
string agent_id = 1;
-
getAgentIdBytes
abstract ByteString getAgentIdBytes()
string agent_id = 1;
-
-
-
-