-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitAgent.MigrateJobRequestOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract List<String>getJobIdsList()string job_id = 1 [deprecated = true];repeated string job_ids = 2;abstract intgetJobIdsCount()string job_id = 1 [deprecated = true];repeated string job_ids = 2;abstract StringgetJobIds(int index)string job_id = 1 [deprecated = true];repeated string job_ids = 2;abstract ByteStringgetJobIdsBytes(int index)string job_id = 1 [deprecated = true];repeated string job_ids = 2;-
-
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.
-
-
-
-