Package 

Interface LivekitAgent.UpdateWorkerStatusOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract boolean hasStatus() optional .livekit.WorkerStatus status = 1;
      abstract int getStatusValue() optional .livekit.WorkerStatus status = 1;
      abstract LivekitAgent.WorkerStatus getStatus() optional .livekit.WorkerStatus status = 1;
      abstract float getLoad()
      optional string metadata = 2 [deprecated=true];
      
      float load = 3;
      abstract int getJobCount() uint32 job_count = 4;
      • 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
    • Method Detail

      • hasStatus

         abstract boolean hasStatus()

        optional .livekit.WorkerStatus status = 1;

      • getStatusValue

         abstract int getStatusValue()

        optional .livekit.WorkerStatus status = 1;

      • getLoad

         abstract float getLoad()
        optional string metadata = 2 [deprecated=true];
        
        float load = 3;
      • getJobCount

         abstract int getJobCount()

        uint32 job_count = 4;