-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitAgent.JobStateOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract intgetStatusValue().livekit.JobStatus status = 1;abstract LivekitAgent.JobStatusgetStatus().livekit.JobStatus status = 1;abstract StringgetError()string error = 2;abstract ByteStringgetErrorBytes()string error = 2;abstract longgetStartedAt()int64 started_at = 3;abstract longgetEndedAt()int64 ended_at = 4;abstract longgetUpdatedAt()int64 updated_at = 5;abstract StringgetParticipantIdentity()string participant_identity = 6;abstract ByteStringgetParticipantIdentityBytes()string participant_identity = 6;abstract StringgetWorkerId()string worker_id = 7;abstract ByteStringgetWorkerIdBytes()string worker_id = 7;abstract StringgetAgentId()string agent_id = 8;abstract ByteStringgetAgentIdBytes()string agent_id = 8;-
-
Method Detail
-
getStatusValue
abstract int getStatusValue()
.livekit.JobStatus status = 1;
-
getStatus
abstract LivekitAgent.JobStatus getStatus()
.livekit.JobStatus status = 1;
-
getErrorBytes
abstract ByteString getErrorBytes()
string error = 2;
-
getStartedAt
abstract long getStartedAt()
int64 started_at = 3;
-
getEndedAt
abstract long getEndedAt()
int64 ended_at = 4;
-
getUpdatedAt
abstract long getUpdatedAt()
int64 updated_at = 5;
-
getParticipantIdentity
abstract String getParticipantIdentity()
string participant_identity = 6;
-
getParticipantIdentityBytes
abstract ByteString getParticipantIdentityBytes()
string participant_identity = 6;
-
getWorkerId
abstract String getWorkerId()
string worker_id = 7;
-
getWorkerIdBytes
abstract ByteString getWorkerIdBytes()
string worker_id = 7;
-
getAgentId
abstract String getAgentId()
string agent_id = 8;
-
getAgentIdBytes
abstract ByteString getAgentIdBytes()
string agent_id = 8;
-
-
-
-