Package 

Interface LivekitAgent.UpdateJobStatusOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract String getJobId() string job_id = 1;
      abstract ByteString getJobIdBytes() string job_id = 1;
      abstract int getStatusValue()
      The worker can indicate the job end by either specifying SUCCESS or FAILED
      
      .livekit.JobStatus status = 2;
      abstract LivekitAgent.JobStatus getStatus()
      The worker can indicate the job end by either specifying SUCCESS or FAILED
      
      .livekit.JobStatus status = 2;
      abstract String getError()
      metadata shown on the dashboard, useful for debugging
      
      string error = 3;
      abstract ByteString getErrorBytes()
      metadata shown on the dashboard, useful for debugging
      
      string error = 3;
      • 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

      • getJobIdBytes

         abstract ByteString getJobIdBytes()

        string job_id = 1;

      • getStatusValue

         abstract int getStatusValue()
        The worker can indicate the job end by either specifying SUCCESS or FAILED
        
        .livekit.JobStatus status = 2;
      • getStatus

         abstract LivekitAgent.JobStatus getStatus()
        The worker can indicate the job end by either specifying SUCCESS or FAILED
        
        .livekit.JobStatus status = 2;
      • getError

         abstract String getError()
        metadata shown on the dashboard, useful for debugging
        
        string error = 3;
      • getErrorBytes

         abstract ByteString getErrorBytes()
        metadata shown on the dashboard, useful for debugging
        
        string error = 3;