Package 

Interface LivekitAgent.JobAssignmentOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract boolean hasJob() .livekit.Job job = 1;
      abstract LivekitAgent.Job getJob() .livekit.Job job = 1;
      abstract boolean hasUrl() optional string url = 2;
      abstract String getUrl() optional string url = 2;
      abstract ByteString getUrlBytes() optional string url = 2;
      abstract String getToken() string token = 3;
      abstract ByteString getTokenBytes() string token = 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