-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitCloudAgent.DeployAgentRequestOrBuilder
public final class LivekitCloudAgent.DeployAgentRequest extends GeneratedMessageLite<LivekitCloudAgent.DeployAgentRequest, LivekitCloudAgent.DeployAgentRequest.Builder> implements LivekitCloudAgent.DeployAgentRequestOrBuilder
Protobuf type
{@code livekit.DeployAgentRequest}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLivekitCloudAgent.DeployAgentRequest.BuilderProtobuf type
{@code livekit.DeployAgentRequest}
-
Field Summary
Fields Modifier and Type Field Description public final static intAGENT_ID_FIELD_NUMBERpublic final static intAGENT_NAME_FIELD_NUMBERpublic final static intSECRETS_FIELD_NUMBERpublic final static intREPLICAS_FIELD_NUMBERpublic final static intMAX_REPLICAS_FIELD_NUMBERpublic final static intCPU_REQ_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description StringgetAgentId()string agent_id = 1;ByteStringgetAgentIdBytes()string agent_id = 1;StringgetAgentName()string agent_name = 2 [deprecated = true];ByteStringgetAgentNameBytes()string agent_name = 2 [deprecated = true];List<LivekitCloudAgent.AgentSecret>getSecretsList()repeated .livekit.AgentSecret secrets = 3;List<out LivekitCloudAgent.AgentSecretOrBuilder>getSecretsOrBuilderList()repeated .livekit.AgentSecret secrets = 3;intgetSecretsCount()repeated .livekit.AgentSecret secrets = 3;LivekitCloudAgent.AgentSecretgetSecrets(int index)repeated .livekit.AgentSecret secrets = 3;LivekitCloudAgent.AgentSecretOrBuildergetSecretsOrBuilder(int index)repeated .livekit.AgentSecret secrets = 3;intgetReplicas()int32 replicas = 4 [deprecated = true];intgetMaxReplicas()int32 max_replicas = 5 [deprecated = true];StringgetCpuReq()string cpu_req = 6 [deprecated = true];ByteStringgetCpuReqBytes()string cpu_req = 6 [deprecated = true];static LivekitCloudAgent.DeployAgentRequestparseFrom(ByteBuffer data)static LivekitCloudAgent.DeployAgentRequestparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static LivekitCloudAgent.DeployAgentRequestparseFrom(ByteString data)static LivekitCloudAgent.DeployAgentRequestparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static LivekitCloudAgent.DeployAgentRequestparseFrom(Array<byte> data)static LivekitCloudAgent.DeployAgentRequestparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static LivekitCloudAgent.DeployAgentRequestparseFrom(InputStream input)static LivekitCloudAgent.DeployAgentRequestparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitCloudAgent.DeployAgentRequestparseDelimitedFrom(InputStream input)static LivekitCloudAgent.DeployAgentRequestparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitCloudAgent.DeployAgentRequestparseFrom(CodedInputStream input)static LivekitCloudAgent.DeployAgentRequestparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static LivekitCloudAgent.DeployAgentRequest.BuildernewBuilder()static LivekitCloudAgent.DeployAgentRequest.BuildernewBuilder(LivekitCloudAgent.DeployAgentRequest prototype)static LivekitCloudAgent.DeployAgentRequestgetDefaultInstance()static Parser<LivekitCloudAgent.DeployAgentRequest>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
-
getAgentId
String getAgentId()
string agent_id = 1;
-
getAgentIdBytes
ByteString getAgentIdBytes()
string agent_id = 1;
-
getAgentName
@Deprecated() String getAgentName()
string agent_name = 2 [deprecated = true];
-
getAgentNameBytes
@Deprecated() ByteString getAgentNameBytes()
string agent_name = 2 [deprecated = true];
-
getSecretsList
List<LivekitCloudAgent.AgentSecret> getSecretsList()
repeated .livekit.AgentSecret secrets = 3;
-
getSecretsOrBuilderList
List<out LivekitCloudAgent.AgentSecretOrBuilder> getSecretsOrBuilderList()
repeated .livekit.AgentSecret secrets = 3;
-
getSecretsCount
int getSecretsCount()
repeated .livekit.AgentSecret secrets = 3;
-
getSecrets
LivekitCloudAgent.AgentSecret getSecrets(int index)
repeated .livekit.AgentSecret secrets = 3;
-
getSecretsOrBuilder
LivekitCloudAgent.AgentSecretOrBuilder getSecretsOrBuilder(int index)
repeated .livekit.AgentSecret secrets = 3;
-
getReplicas
@Deprecated() int getReplicas()
int32 replicas = 4 [deprecated = true];
-
getMaxReplicas
@Deprecated() int getMaxReplicas()
int32 max_replicas = 5 [deprecated = true];
-
getCpuReq
@Deprecated() String getCpuReq()
string cpu_req = 6 [deprecated = true];
-
getCpuReqBytes
@Deprecated() ByteString getCpuReqBytes()
string cpu_req = 6 [deprecated = true];
-
parseFrom
static LivekitCloudAgent.DeployAgentRequest parseFrom(ByteBuffer data)
-
parseFrom
static LivekitCloudAgent.DeployAgentRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitCloudAgent.DeployAgentRequest parseFrom(ByteString data)
-
parseFrom
static LivekitCloudAgent.DeployAgentRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitCloudAgent.DeployAgentRequest parseFrom(Array<byte> data)
-
parseFrom
static LivekitCloudAgent.DeployAgentRequest parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitCloudAgent.DeployAgentRequest parseFrom(InputStream input)
-
parseFrom
static LivekitCloudAgent.DeployAgentRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitCloudAgent.DeployAgentRequest parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitCloudAgent.DeployAgentRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitCloudAgent.DeployAgentRequest parseFrom(CodedInputStream input)
-
parseFrom
static LivekitCloudAgent.DeployAgentRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitCloudAgent.DeployAgentRequest.Builder newBuilder()
-
newBuilder
static LivekitCloudAgent.DeployAgentRequest.Builder newBuilder(LivekitCloudAgent.DeployAgentRequest prototype)
-
getDefaultInstance
static LivekitCloudAgent.DeployAgentRequest getDefaultInstance()
-
parser
static Parser<LivekitCloudAgent.DeployAgentRequest> parser()
-
-
-
-