-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,java.lang.Cloneable,livekit.LivekitCloudAgent.AgentDeploymentOrBuilder
public final class LivekitCloudAgent.AgentDeployment.Builder extends GeneratedMessageLite.Builder<LivekitCloudAgent.AgentDeployment, LivekitCloudAgent.AgentDeployment.Builder> implements LivekitCloudAgent.AgentDeploymentOrBuilder
Protobuf type
{@code livekit.AgentDeployment}
-
-
Method Summary
-
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, getDefaultInstanceForType, isInitialized, mergeFrom -
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
mergeDelimitedFrom -
Methods inherited from class com.google.protobuf.MessageLite.Builder
build, buildPartial, clear, clone, mergeFrom -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getRegionBytes
ByteString getRegionBytes()
string region = 1;
-
setRegion
LivekitCloudAgent.AgentDeployment.Builder setRegion(String value)
string region = 1;- Parameters:
value- The region to set.
-
clearRegion
LivekitCloudAgent.AgentDeployment.Builder clearRegion()
string region = 1;
-
setRegionBytes
LivekitCloudAgent.AgentDeployment.Builder setRegionBytes(ByteString value)
string region = 1;- Parameters:
value- The bytes for region to set.
-
getAgentId
String getAgentId()
string agent_id = 2;
-
getAgentIdBytes
ByteString getAgentIdBytes()
string agent_id = 2;
-
setAgentId
LivekitCloudAgent.AgentDeployment.Builder setAgentId(String value)
string agent_id = 2;- Parameters:
value- The agentId to set.
-
clearAgentId
LivekitCloudAgent.AgentDeployment.Builder clearAgentId()
string agent_id = 2;
-
setAgentIdBytes
LivekitCloudAgent.AgentDeployment.Builder setAgentIdBytes(ByteString value)
string agent_id = 2;- Parameters:
value- The bytes for agentId to set.
-
getStatusBytes
ByteString getStatusBytes()
string status = 3;
-
setStatus
LivekitCloudAgent.AgentDeployment.Builder setStatus(String value)
string status = 3;- Parameters:
value- The status to set.
-
clearStatus
LivekitCloudAgent.AgentDeployment.Builder clearStatus()
string status = 3;
-
setStatusBytes
LivekitCloudAgent.AgentDeployment.Builder setStatusBytes(ByteString value)
string status = 3;- Parameters:
value- The bytes for status to set.
-
getReplicas
int getReplicas()
int32 replicas = 4;
-
setReplicas
LivekitCloudAgent.AgentDeployment.Builder setReplicas(int value)
int32 replicas = 4;- Parameters:
value- The replicas to set.
-
clearReplicas
LivekitCloudAgent.AgentDeployment.Builder clearReplicas()
int32 replicas = 4;
-
getMinReplicas
int getMinReplicas()
int32 min_replicas = 5;
-
setMinReplicas
LivekitCloudAgent.AgentDeployment.Builder setMinReplicas(int value)
int32 min_replicas = 5;- Parameters:
value- The minReplicas to set.
-
clearMinReplicas
LivekitCloudAgent.AgentDeployment.Builder clearMinReplicas()
int32 min_replicas = 5;
-
getMaxReplicas
int getMaxReplicas()
int32 max_replicas = 6;
-
setMaxReplicas
LivekitCloudAgent.AgentDeployment.Builder setMaxReplicas(int value)
int32 max_replicas = 6;- Parameters:
value- The maxReplicas to set.
-
clearMaxReplicas
LivekitCloudAgent.AgentDeployment.Builder clearMaxReplicas()
int32 max_replicas = 6;
-
getCpuReqBytes
ByteString getCpuReqBytes()
string cpu_req = 7;
-
setCpuReq
LivekitCloudAgent.AgentDeployment.Builder setCpuReq(String value)
string cpu_req = 7;- Parameters:
value- The cpuReq to set.
-
clearCpuReq
LivekitCloudAgent.AgentDeployment.Builder clearCpuReq()
string cpu_req = 7;
-
setCpuReqBytes
LivekitCloudAgent.AgentDeployment.Builder setCpuReqBytes(ByteString value)
string cpu_req = 7;- Parameters:
value- The bytes for cpuReq to set.
-
getCurCpuBytes
ByteString getCurCpuBytes()
string cur_cpu = 8;
-
setCurCpu
LivekitCloudAgent.AgentDeployment.Builder setCurCpu(String value)
string cur_cpu = 8;- Parameters:
value- The curCpu to set.
-
clearCurCpu
LivekitCloudAgent.AgentDeployment.Builder clearCurCpu()
string cur_cpu = 8;
-
setCurCpuBytes
LivekitCloudAgent.AgentDeployment.Builder setCurCpuBytes(ByteString value)
string cur_cpu = 8;- Parameters:
value- The bytes for curCpu to set.
-
getCurMemBytes
ByteString getCurMemBytes()
string cur_mem = 9;
-
setCurMem
LivekitCloudAgent.AgentDeployment.Builder setCurMem(String value)
string cur_mem = 9;- Parameters:
value- The curMem to set.
-
clearCurMem
LivekitCloudAgent.AgentDeployment.Builder clearCurMem()
string cur_mem = 9;
-
setCurMemBytes
LivekitCloudAgent.AgentDeployment.Builder setCurMemBytes(ByteString value)
string cur_mem = 9;- Parameters:
value- The bytes for curMem to set.
-
getMemReqBytes
ByteString getMemReqBytes()
string mem_req = 10;
-
setMemReq
LivekitCloudAgent.AgentDeployment.Builder setMemReq(String value)
string mem_req = 10;- Parameters:
value- The memReq to set.
-
clearMemReq
LivekitCloudAgent.AgentDeployment.Builder clearMemReq()
string mem_req = 10;
-
setMemReqBytes
LivekitCloudAgent.AgentDeployment.Builder setMemReqBytes(ByteString value)
string mem_req = 10;- Parameters:
value- The bytes for memReq to set.
-
getMemLimit
String getMemLimit()
string mem_limit = 11;
-
getMemLimitBytes
ByteString getMemLimitBytes()
string mem_limit = 11;
-
setMemLimit
LivekitCloudAgent.AgentDeployment.Builder setMemLimit(String value)
string mem_limit = 11;- Parameters:
value- The memLimit to set.
-
clearMemLimit
LivekitCloudAgent.AgentDeployment.Builder clearMemLimit()
string mem_limit = 11;
-
setMemLimitBytes
LivekitCloudAgent.AgentDeployment.Builder setMemLimitBytes(ByteString value)
string mem_limit = 11;- Parameters:
value- The bytes for memLimit to set.
-
getCpuLimit
String getCpuLimit()
string cpu_limit = 12;
-
getCpuLimitBytes
ByteString getCpuLimitBytes()
string cpu_limit = 12;
-
setCpuLimit
LivekitCloudAgent.AgentDeployment.Builder setCpuLimit(String value)
string cpu_limit = 12;- Parameters:
value- The cpuLimit to set.
-
clearCpuLimit
LivekitCloudAgent.AgentDeployment.Builder clearCpuLimit()
string cpu_limit = 12;
-
setCpuLimitBytes
LivekitCloudAgent.AgentDeployment.Builder setCpuLimitBytes(ByteString value)
string cpu_limit = 12;- Parameters:
value- The bytes for cpuLimit to set.
-
-
-
-