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