-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitAgent.SimulateJobRequestOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract intgetTypeValue().livekit.JobType type = 1;abstract LivekitAgent.JobTypegetType().livekit.JobType type = 1;abstract booleanhasRoom().livekit.Room room = 2;abstract LivekitModels.RoomgetRoom().livekit.Room room = 2;abstract booleanhasParticipant().livekit.ParticipantInfo participant = 3;abstract LivekitModels.ParticipantInfogetParticipant().livekit.ParticipantInfo participant = 3;-
-
Method Detail
-
getTypeValue
abstract int getTypeValue()
.livekit.JobType type = 1;
-
getType
abstract LivekitAgent.JobType getType()
.livekit.JobType type = 1;
-
hasRoom
abstract boolean hasRoom()
.livekit.Room room = 2;
-
getRoom
abstract LivekitModels.Room getRoom()
.livekit.Room room = 2;
-
hasParticipant
abstract boolean hasParticipant()
.livekit.ParticipantInfo participant = 3;
-
getParticipant
abstract LivekitModels.ParticipantInfo getParticipant()
.livekit.ParticipantInfo participant = 3;
-
-
-
-