-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitAgent.UpdateJobStatusOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetJobId()string job_id = 1;abstract ByteStringgetJobIdBytes()string job_id = 1;abstract intgetStatusValue()The worker can indicate the job end by either specifying SUCCESS or FAILED.livekit.JobStatus status = 2;abstract LivekitAgent.JobStatusgetStatus()The worker can indicate the job end by either specifying SUCCESS or FAILED.livekit.JobStatus status = 2;abstract StringgetError()metadata shown on the dashboard, useful for debuggingstring error = 3;abstract ByteStringgetErrorBytes()metadata shown on the dashboard, useful for debuggingstring error = 3;-
-
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 debuggingstring error = 3;
-
getErrorBytes
abstract ByteString getErrorBytes()
metadata shown on the dashboard, useful for debuggingstring error = 3;
-
-
-
-