Package 

Interface LivekitAgent.SimulateJobRequestOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract int getTypeValue() .livekit.JobType type = 1;
      abstract LivekitAgent.JobType getType() .livekit.JobType type = 1;
      abstract boolean hasRoom() .livekit.Room room = 2;
      abstract LivekitModels.Room getRoom() .livekit.Room room = 2;
      abstract boolean hasParticipant() .livekit.ParticipantInfo participant = 3;
      abstract LivekitModels.ParticipantInfo getParticipant() .livekit.ParticipantInfo participant = 3;
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait