-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitCloudAgent.AgentInfoOrBuilder 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;abstract List<LivekitCloudAgent.AgentDeployment>getAgentDeploymentsList()repeated .livekit.AgentDeployment agent_deployments = 4;abstract LivekitCloudAgent.AgentDeploymentgetAgentDeployments(int index)repeated .livekit.AgentDeployment agent_deployments = 4;abstract intgetAgentDeploymentsCount()repeated .livekit.AgentDeployment agent_deployments = 4;abstract List<LivekitCloudAgent.AgentSecret>getSecretsList()repeated .livekit.AgentSecret secrets = 5;abstract LivekitCloudAgent.AgentSecretgetSecrets(int index)repeated .livekit.AgentSecret secrets = 5;abstract intgetSecretsCount()repeated .livekit.AgentSecret secrets = 5;abstract booleanhasDeployedAt().google.protobuf.Timestamp deployed_at = 6;abstract TimestampgetDeployedAt().google.protobuf.Timestamp deployed_at = 6;-
-
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;
-
getAgentDeploymentsList
abstract List<LivekitCloudAgent.AgentDeployment> getAgentDeploymentsList()
repeated .livekit.AgentDeployment agent_deployments = 4;
-
getAgentDeployments
abstract LivekitCloudAgent.AgentDeployment getAgentDeployments(int index)
repeated .livekit.AgentDeployment agent_deployments = 4;
-
getAgentDeploymentsCount
abstract int getAgentDeploymentsCount()
repeated .livekit.AgentDeployment agent_deployments = 4;
-
getSecretsList
abstract List<LivekitCloudAgent.AgentSecret> getSecretsList()
repeated .livekit.AgentSecret secrets = 5;
-
getSecrets
abstract LivekitCloudAgent.AgentSecret getSecrets(int index)
repeated .livekit.AgentSecret secrets = 5;
-
getSecretsCount
abstract int getSecretsCount()
repeated .livekit.AgentSecret secrets = 5;
-
hasDeployedAt
abstract boolean hasDeployedAt()
.google.protobuf.Timestamp deployed_at = 6;
-
getDeployedAt
abstract Timestamp getDeployedAt()
.google.protobuf.Timestamp deployed_at = 6;
-
-
-
-