Package 

Class LivekitAgent.MigrateJobRequest.Builder

    • Method Summary

      Modifier and Type Method Description
      List<String> getJobIdsList()
      string job_id = 1 [deprecated = true];
      
      repeated string job_ids = 2;
      int getJobIdsCount()
      string job_id = 1 [deprecated = true];
      
      repeated string job_ids = 2;
      String getJobIds(int index)
      string job_id = 1 [deprecated = true];
      
      repeated string job_ids = 2;
      ByteString getJobIdsBytes(int index)
      string job_id = 1 [deprecated = true];
      
      repeated string job_ids = 2;
      LivekitAgent.MigrateJobRequest.Builder setJobIds(int index, String value)
      string job_id = 1 [deprecated = true];
      
      repeated string job_ids = 2;
      LivekitAgent.MigrateJobRequest.Builder addJobIds(String value)
      string job_id = 1 [deprecated = true];
      
      repeated string job_ids = 2;
      LivekitAgent.MigrateJobRequest.Builder addAllJobIds(Iterable<String> values)
      string job_id = 1 [deprecated = true];
      
      repeated string job_ids = 2;
      LivekitAgent.MigrateJobRequest.Builder clearJobIds()
      string job_id = 1 [deprecated = true];
      
      repeated string job_ids = 2;
      LivekitAgent.MigrateJobRequest.Builder addJobIdsBytes(ByteString value)
      string job_id = 1 [deprecated = true];
      
      repeated string job_ids = 2;
      • Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder

        build, buildPartial, clear, clone, getDefaultInstanceForType, isInitialized, mergeFrom
      • Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder

        mergeDelimitedFrom
      • Methods inherited from class com.google.protobuf.MessageLite.Builder

        build, buildPartial, clear, clone, mergeFrom
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait