Package 

Interface LivekitCloudAgent.CreateAgentRequestOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract String getAgentName() string agent_name = 1 [deprecated = true];
      abstract ByteString getAgentNameBytes() string agent_name = 1 [deprecated = true];
      abstract List<LivekitCloudAgent.AgentSecret> getSecretsList() repeated .livekit.AgentSecret secrets = 2;
      abstract LivekitCloudAgent.AgentSecret getSecrets(int index) repeated .livekit.AgentSecret secrets = 2;
      abstract int getSecretsCount() repeated .livekit.AgentSecret secrets = 2;
      abstract int getReplicas() int32 replicas = 3 [deprecated = true];
      abstract int getMaxReplicas() int32 max_replicas = 4 [deprecated = true];
      abstract String getCpuReq() string cpu_req = 5 [deprecated = true];
      abstract ByteString getCpuReqBytes() string cpu_req = 5 [deprecated = true];
      abstract List<String> getRegionsList() repeated string regions = 6;
      abstract int getRegionsCount() repeated string regions = 6;
      abstract String getRegions(int index) repeated string regions = 6;
      abstract ByteString getRegionsBytes(int index) repeated string regions = 6;
      • 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