-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitCloudAgent.CreateAgentRequestOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetAgentName()string agent_name = 1 [deprecated = true];abstract ByteStringgetAgentNameBytes()string agent_name = 1 [deprecated = true];abstract List<LivekitCloudAgent.AgentSecret>getSecretsList()repeated .livekit.AgentSecret secrets = 2;abstract LivekitCloudAgent.AgentSecretgetSecrets(int index)repeated .livekit.AgentSecret secrets = 2;abstract intgetSecretsCount()repeated .livekit.AgentSecret secrets = 2;abstract intgetReplicas()int32 replicas = 3 [deprecated = true];abstract intgetMaxReplicas()int32 max_replicas = 4 [deprecated = true];abstract StringgetCpuReq()string cpu_req = 5 [deprecated = true];abstract ByteStringgetCpuReqBytes()string cpu_req = 5 [deprecated = true];abstract List<String>getRegionsList()repeated string regions = 6;abstract intgetRegionsCount()repeated string regions = 6;abstract StringgetRegions(int index)repeated string regions = 6;abstract ByteStringgetRegionsBytes(int index)repeated string regions = 6;-
-
Method Detail
-
getAgentName
@Deprecated() abstract String getAgentName()
string agent_name = 1 [deprecated = true];
-
getAgentNameBytes
@Deprecated() abstract ByteString getAgentNameBytes()
string agent_name = 1 [deprecated = true];
-
getSecretsList
abstract List<LivekitCloudAgent.AgentSecret> getSecretsList()
repeated .livekit.AgentSecret secrets = 2;
-
getSecrets
abstract LivekitCloudAgent.AgentSecret getSecrets(int index)
repeated .livekit.AgentSecret secrets = 2;
-
getSecretsCount
abstract int getSecretsCount()
repeated .livekit.AgentSecret secrets = 2;
-
getReplicas
@Deprecated() abstract int getReplicas()
int32 replicas = 3 [deprecated = true];
-
getMaxReplicas
@Deprecated() abstract int getMaxReplicas()
int32 max_replicas = 4 [deprecated = true];
-
getCpuReq
@Deprecated() abstract String getCpuReq()
string cpu_req = 5 [deprecated = true];
-
getCpuReqBytes
@Deprecated() abstract ByteString getCpuReqBytes()
string cpu_req = 5 [deprecated = true];
-
getRegionsList
abstract List<String> getRegionsList()
repeated string regions = 6;
-
getRegionsCount
abstract int getRegionsCount()
repeated string regions = 6;
-
getRegions
abstract String getRegions(int index)
repeated string regions = 6;- Parameters:
index- The index of the element to return.
-
getRegionsBytes
abstract ByteString getRegionsBytes(int index)
repeated string regions = 6;- Parameters:
index- The index of the element to return.
-
-
-
-