-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitCloudAgent.AgentDeploymentOrBuilder
public final class LivekitCloudAgent.AgentDeployment extends GeneratedMessageLite<LivekitCloudAgent.AgentDeployment, LivekitCloudAgent.AgentDeployment.Builder> implements LivekitCloudAgent.AgentDeploymentOrBuilder
Protobuf type
{@code livekit.AgentDeployment}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLivekitCloudAgent.AgentDeployment.BuilderProtobuf type
{@code livekit.AgentDeployment}
-
Field Summary
Fields Modifier and Type Field Description public final static intREGION_FIELD_NUMBERpublic final static intAGENT_ID_FIELD_NUMBERpublic final static intSTATUS_FIELD_NUMBERpublic final static intREPLICAS_FIELD_NUMBERpublic final static intMIN_REPLICAS_FIELD_NUMBERpublic final static intMAX_REPLICAS_FIELD_NUMBERpublic final static intCPU_REQ_FIELD_NUMBERpublic final static intCUR_CPU_FIELD_NUMBERpublic final static intCUR_MEM_FIELD_NUMBERpublic final static intMEM_REQ_FIELD_NUMBERpublic final static intMEM_LIMIT_FIELD_NUMBERpublic final static intCPU_LIMIT_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description StringgetRegion()string region = 1;ByteStringgetRegionBytes()string region = 1;StringgetAgentId()string agent_id = 2;ByteStringgetAgentIdBytes()string agent_id = 2;StringgetStatus()string status = 3;ByteStringgetStatusBytes()string status = 3;intgetReplicas()int32 replicas = 4;intgetMinReplicas()int32 min_replicas = 5;intgetMaxReplicas()int32 max_replicas = 6;StringgetCpuReq()string cpu_req = 7;ByteStringgetCpuReqBytes()string cpu_req = 7;StringgetCurCpu()string cur_cpu = 8;ByteStringgetCurCpuBytes()string cur_cpu = 8;StringgetCurMem()string cur_mem = 9;ByteStringgetCurMemBytes()string cur_mem = 9;StringgetMemReq()string mem_req = 10;ByteStringgetMemReqBytes()string mem_req = 10;StringgetMemLimit()string mem_limit = 11;ByteStringgetMemLimitBytes()string mem_limit = 11;StringgetCpuLimit()string cpu_limit = 12;ByteStringgetCpuLimitBytes()string cpu_limit = 12;static LivekitCloudAgent.AgentDeploymentparseFrom(ByteBuffer data)static LivekitCloudAgent.AgentDeploymentparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static LivekitCloudAgent.AgentDeploymentparseFrom(ByteString data)static LivekitCloudAgent.AgentDeploymentparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static LivekitCloudAgent.AgentDeploymentparseFrom(Array<byte> data)static LivekitCloudAgent.AgentDeploymentparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static LivekitCloudAgent.AgentDeploymentparseFrom(InputStream input)static LivekitCloudAgent.AgentDeploymentparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitCloudAgent.AgentDeploymentparseDelimitedFrom(InputStream input)static LivekitCloudAgent.AgentDeploymentparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitCloudAgent.AgentDeploymentparseFrom(CodedInputStream input)static LivekitCloudAgent.AgentDeploymentparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static LivekitCloudAgent.AgentDeployment.BuildernewBuilder()static LivekitCloudAgent.AgentDeployment.BuildernewBuilder(LivekitCloudAgent.AgentDeployment prototype)static LivekitCloudAgent.AgentDeploymentgetDefaultInstance()static Parser<LivekitCloudAgent.AgentDeployment>parser()-
Methods inherited from class com.google.protobuf.GeneratedMessageLite
equals, getDefaultInstanceForType, getParserForType, hashCode, isInitialized, newBuilderForType, newRepeatedGeneratedExtension, newSingularGeneratedExtension, toBuilder, toString, writeTo -
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo -
Methods inherited from class com.google.protobuf.MessageLite
getParserForType, newBuilderForType, toBuilder -
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;
-
getAgentId
String getAgentId()
string agent_id = 2;
-
getAgentIdBytes
ByteString getAgentIdBytes()
string agent_id = 2;
-
getStatusBytes
ByteString getStatusBytes()
string status = 3;
-
getReplicas
int getReplicas()
int32 replicas = 4;
-
getMinReplicas
int getMinReplicas()
int32 min_replicas = 5;
-
getMaxReplicas
int getMaxReplicas()
int32 max_replicas = 6;
-
getCpuReqBytes
ByteString getCpuReqBytes()
string cpu_req = 7;
-
getCurCpuBytes
ByteString getCurCpuBytes()
string cur_cpu = 8;
-
getCurMemBytes
ByteString getCurMemBytes()
string cur_mem = 9;
-
getMemReqBytes
ByteString getMemReqBytes()
string mem_req = 10;
-
getMemLimit
String getMemLimit()
string mem_limit = 11;
-
getMemLimitBytes
ByteString getMemLimitBytes()
string mem_limit = 11;
-
getCpuLimit
String getCpuLimit()
string cpu_limit = 12;
-
getCpuLimitBytes
ByteString getCpuLimitBytes()
string cpu_limit = 12;
-
parseFrom
static LivekitCloudAgent.AgentDeployment parseFrom(ByteBuffer data)
-
parseFrom
static LivekitCloudAgent.AgentDeployment parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitCloudAgent.AgentDeployment parseFrom(ByteString data)
-
parseFrom
static LivekitCloudAgent.AgentDeployment parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitCloudAgent.AgentDeployment parseFrom(Array<byte> data)
-
parseFrom
static LivekitCloudAgent.AgentDeployment parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitCloudAgent.AgentDeployment parseFrom(InputStream input)
-
parseFrom
static LivekitCloudAgent.AgentDeployment parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitCloudAgent.AgentDeployment parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitCloudAgent.AgentDeployment parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitCloudAgent.AgentDeployment parseFrom(CodedInputStream input)
-
parseFrom
static LivekitCloudAgent.AgentDeployment parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitCloudAgent.AgentDeployment.Builder newBuilder()
-
newBuilder
static LivekitCloudAgent.AgentDeployment.Builder newBuilder(LivekitCloudAgent.AgentDeployment prototype)
-
getDefaultInstance
static LivekitCloudAgent.AgentDeployment getDefaultInstance()
-
parser
static Parser<LivekitCloudAgent.AgentDeployment> parser()
-
-
-
-