Package 

Interface LivekitAgent.AvailabilityRequestOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract boolean hasJob() .livekit.Job job = 1;
      abstract LivekitAgent.Job getJob() .livekit.Job job = 1;
      abstract boolean getResuming()
      True when the job was previously assigned to another worker but has been
      migrated due to different reasons (e.g. worker failure, job migration)
      
      bool resuming = 2;
      • 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

      • hasJob

         abstract boolean hasJob()

        .livekit.Job job = 1;

      • getResuming

         abstract boolean getResuming()
        True when the job was previously assigned to another worker but has been
        migrated due to different reasons (e.g. worker failure, job migration)
        
        bool resuming = 2;