Package 

Interface LivekitModels.RpcResponseOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract String getRequestId() string request_id = 1 [(.logger.name) = "requestID"];
      abstract ByteString getRequestIdBytes() string request_id = 1 [(.logger.name) = "requestID"];
      abstract boolean hasPayload() string payload = 2;
      abstract String getPayload() string payload = 2;
      abstract ByteString getPayloadBytes() string payload = 2;
      abstract boolean hasError() .livekit.RpcError error = 3;
      abstract LivekitModels.RpcError getError() .livekit.RpcError error = 3;
      abstract boolean hasCompressedPayload()
      Compressed payload data. When set, this field is used instead of `payload`.
      
      bytes compressed_payload = 4;
      abstract ByteString getCompressedPayload()
      Compressed payload data. When set, this field is used instead of `payload`.
      
      bytes compressed_payload = 4;
      abstract LivekitModels.RpcResponse.ValueCase getValueCase()
      • 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