Package 

Interface LivekitAgent.MigrateJobRequestOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract List<String> getJobIdsList()
      string job_id = 1 [deprecated = true];
      
      repeated string job_ids = 2;
      abstract int getJobIdsCount()
      string job_id = 1 [deprecated = true];
      
      repeated string job_ids = 2;
      abstract String getJobIds(int index)
      string job_id = 1 [deprecated = true];
      
      repeated string job_ids = 2;
      abstract ByteString getJobIdsBytes(int index)
      string job_id = 1 [deprecated = true];
      
      repeated string job_ids = 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

      • getJobIdsList

         abstract List<String> getJobIdsList()
        string job_id = 1 [deprecated = true];
        
        repeated string job_ids = 2;
      • getJobIdsCount

         abstract int getJobIdsCount()
        string job_id = 1 [deprecated = true];
        
        repeated string job_ids = 2;
      • getJobIds

         abstract String getJobIds(int index)
        string job_id = 1 [deprecated = true];
        
        repeated string job_ids = 2;
        Parameters:
        index - The index of the element to return.
      • getJobIdsBytes

         abstract ByteString getJobIdsBytes(int index)
        string job_id = 1 [deprecated = true];
        
        repeated string job_ids = 2;
        Parameters:
        index - The index of the element to return.