-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitEgress.UpdateLayoutRequestOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetEgressId()string egress_id = 1;abstract ByteStringgetEgressIdBytes()string egress_id = 1;abstract StringgetLayout()string layout = 2;abstract ByteStringgetLayoutBytes()string layout = 2;-
-
Method Detail
-
getEgressId
abstract String getEgressId()
string egress_id = 1;
-
getEgressIdBytes
abstract ByteString getEgressIdBytes()
string egress_id = 1;
-
getLayoutBytes
abstract ByteString getLayoutBytes()
string layout = 2;
-
-
-
-