-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitCloudAgent.RollbackAgentRequestOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetAgentId()string agent_id = 1;abstract ByteStringgetAgentIdBytes()string agent_id = 1;abstract StringgetAgentName()string agent_name = 2;abstract ByteStringgetAgentNameBytes()string agent_name = 2;abstract StringgetVersion()string version = 3;abstract ByteStringgetVersionBytes()string version = 3;-
-
Method Detail
-
getAgentId
abstract String getAgentId()
string agent_id = 1;
-
getAgentIdBytes
abstract ByteString getAgentIdBytes()
string agent_id = 1;
-
getAgentName
abstract String getAgentName()
string agent_name = 2;
-
getAgentNameBytes
abstract ByteString getAgentNameBytes()
string agent_name = 2;
-
getVersion
abstract String getVersion()
string version = 3;
-
getVersionBytes
abstract ByteString getVersionBytes()
string version = 3;
-
-
-
-