-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitAgent.JobOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetId()string id = 1;abstract ByteStringgetIdBytes()string id = 1;abstract StringgetDispatchId()string dispatch_id = 9;abstract ByteStringgetDispatchIdBytes()string dispatch_id = 9;abstract intgetTypeValue().livekit.JobType type = 2;abstract LivekitAgent.JobTypegetType().livekit.JobType type = 2;abstract booleanhasRoom().livekit.Room room = 3;abstract LivekitModels.RoomgetRoom().livekit.Room room = 3;abstract booleanhasParticipant()optional .livekit.ParticipantInfo participant = 4;abstract LivekitModels.ParticipantInfogetParticipant()optional .livekit.ParticipantInfo participant = 4;abstract StringgetNamespace()string namespace = 5 [deprecated = true];abstract ByteStringgetNamespaceBytes()string namespace = 5 [deprecated = true];abstract StringgetMetadata()string metadata = 6;abstract ByteStringgetMetadataBytes()string metadata = 6;abstract StringgetAgentName()string agent_name = 7;abstract ByteStringgetAgentNameBytes()string agent_name = 7;abstract booleanhasState().livekit.JobState state = 8;abstract LivekitAgent.JobStategetState().livekit.JobState state = 8;-
-
Method Detail
-
getIdBytes
abstract ByteString getIdBytes()
string id = 1;
-
getDispatchId
abstract String getDispatchId()
string dispatch_id = 9;
-
getDispatchIdBytes
abstract ByteString getDispatchIdBytes()
string dispatch_id = 9;
-
getTypeValue
abstract int getTypeValue()
.livekit.JobType type = 2;
-
getType
abstract LivekitAgent.JobType getType()
.livekit.JobType type = 2;
-
hasRoom
abstract boolean hasRoom()
.livekit.Room room = 3;
-
getRoom
abstract LivekitModels.Room getRoom()
.livekit.Room room = 3;
-
hasParticipant
abstract boolean hasParticipant()
optional .livekit.ParticipantInfo participant = 4;
-
getParticipant
abstract LivekitModels.ParticipantInfo getParticipant()
optional .livekit.ParticipantInfo participant = 4;
-
getNamespace
@Deprecated() abstract String getNamespace()
string namespace = 5 [deprecated = true];
-
getNamespaceBytes
@Deprecated() abstract ByteString getNamespaceBytes()
string namespace = 5 [deprecated = true];
-
getMetadata
abstract String getMetadata()
string metadata = 6;
-
getMetadataBytes
abstract ByteString getMetadataBytes()
string metadata = 6;
-
getAgentName
abstract String getAgentName()
string agent_name = 7;
-
getAgentNameBytes
abstract ByteString getAgentNameBytes()
string agent_name = 7;
-
hasState
abstract boolean hasState()
.livekit.JobState state = 8;
-
getState
abstract LivekitAgent.JobState getState()
.livekit.JobState state = 8;
-
-
-
-