Package 

Interface LivekitCloudAgent.DeployAgentResponseOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract boolean getSuccess() bool success = 1;
      abstract String getMessage() string message = 2;
      abstract ByteString getMessageBytes() string message = 2;
      abstract String getAgentId() string agent_id = 3;
      abstract ByteString getAgentIdBytes() string agent_id = 3;
      abstract String getPresignedUrl() string presigned_url = 4;
      abstract ByteString getPresignedUrlBytes() string presigned_url = 4;
      abstract String getTag() string tag = 5;
      abstract ByteString getTagBytes() string tag = 5;
      • 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