-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitAgent.AvailabilityRequestOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract booleanhasJob().livekit.Job job = 1;abstract LivekitAgent.JobgetJob().livekit.Job job = 1;abstract booleangetResuming()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;-
-
Method Detail
-
hasJob
abstract boolean hasJob()
.livekit.Job job = 1;
-
getJob
abstract LivekitAgent.Job getJob()
.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;
-
-
-
-