-
- 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 [(.logger.name) = "requestID"];abstract ByteStringgetRequestIdBytes()string request_id = 1 [(.logger.name) = "requestID"];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 booleanhasCompressedPayload()Compressed payload data. When set, this field is used instead of `payload`.bytes compressed_payload = 4;abstract ByteStringgetCompressedPayload()Compressed payload data. When set, this field is used instead of `payload`.bytes compressed_payload = 4;abstract LivekitModels.RpcResponse.ValueCasegetValueCase()-
-
Method Detail
-
getRequestId
abstract String getRequestId()
string request_id = 1 [(.logger.name) = "requestID"];
-
getRequestIdBytes
abstract ByteString getRequestIdBytes()
string request_id = 1 [(.logger.name) = "requestID"];
-
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;
-
hasCompressedPayload
abstract boolean hasCompressedPayload()
Compressed payload data. When set, this field is used instead of `payload`.bytes compressed_payload = 4;
-
getCompressedPayload
abstract ByteString getCompressedPayload()
Compressed payload data. When set, this field is used instead of `payload`.bytes compressed_payload = 4;
-
getValueCase
abstract LivekitModels.RpcResponse.ValueCase getValueCase()
-
-
-
-