-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitCloudAgent.UpdateAgentRequestOrBuilder 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 [deprecated = true];abstract ByteStringgetAgentNameBytes()string agent_name = 2 [deprecated = true];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;abstract List<LivekitCloudAgent.AgentSecret>getSecretsList()repeated .livekit.AgentSecret secrets = 7;abstract LivekitCloudAgent.AgentSecretgetSecrets(int index)repeated .livekit.AgentSecret secrets = 7;abstract intgetSecretsCount()repeated .livekit.AgentSecret secrets = 7;-
-
Method Detail
-
getAgentId
abstract String getAgentId()
string agent_id = 1;
-
getAgentIdBytes
abstract ByteString getAgentIdBytes()
string agent_id = 1;
-
getAgentName
@Deprecated() abstract String getAgentName()
string agent_name = 2 [deprecated = true];
-
getAgentNameBytes
@Deprecated() abstract ByteString getAgentNameBytes()
string agent_name = 2 [deprecated = true];
-
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.
-
getSecretsList
abstract List<LivekitCloudAgent.AgentSecret> getSecretsList()
repeated .livekit.AgentSecret secrets = 7;
-
getSecrets
abstract LivekitCloudAgent.AgentSecret getSecrets(int index)
repeated .livekit.AgentSecret secrets = 7;
-
getSecretsCount
abstract int getSecretsCount()
repeated .livekit.AgentSecret secrets = 7;
-
-
-
-