-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitModels.RpcResponseOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetRequestId()string request_id = 1;abstract ByteStringgetRequestIdBytes()string request_id = 1;abstract booleanhasPayload()string payload = 2;abstract StringgetPayload()string payload = 2;abstract ByteStringgetPayloadBytes()string payload = 2;abstract booleanhasError().livekit.RpcError error = 3;abstract LivekitModels.RpcErrorgetError().livekit.RpcError error = 3;abstract LivekitModels.RpcResponse.ValueCasegetValueCase()-
-
Method Detail
-
getRequestId
abstract String getRequestId()
string request_id = 1;
-
getRequestIdBytes
abstract ByteString getRequestIdBytes()
string request_id = 1;
-
hasPayload
abstract boolean hasPayload()
string payload = 2;
-
getPayload
abstract String getPayload()
string payload = 2;
-
getPayloadBytes
abstract ByteString getPayloadBytes()
string payload = 2;
-
hasError
abstract boolean hasError()
.livekit.RpcError error = 3;
-
getError
abstract LivekitModels.RpcError getError()
.livekit.RpcError error = 3;
-
getValueCase
abstract LivekitModels.RpcResponse.ValueCase getValueCase()
-
-
-
-