Package 

Interface LivekitCloudAgent.DeployAgentRequestOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract String getAgentId() string agent_id = 1;
      abstract ByteString getAgentIdBytes() string agent_id = 1;
      abstract String getAgentName() string agent_name = 2 [deprecated = true];
      abstract ByteString getAgentNameBytes() string agent_name = 2 [deprecated = true];
      abstract List<LivekitCloudAgent.AgentSecret> getSecretsList() repeated .livekit.AgentSecret secrets = 3;
      abstract LivekitCloudAgent.AgentSecret getSecrets(int index) repeated .livekit.AgentSecret secrets = 3;
      abstract int getSecretsCount() repeated .livekit.AgentSecret secrets = 3;
      abstract int getReplicas() int32 replicas = 4 [deprecated = true];
      abstract int getMaxReplicas() int32 max_replicas = 5 [deprecated = true];
      abstract String getCpuReq() string cpu_req = 6 [deprecated = true];
      abstract ByteString getCpuReqBytes() string cpu_req = 6 [deprecated = true];
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait