-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitEgress.ListEgressRequestOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetRoomName()(optional, filter by room name)string room_name = 1;abstract ByteStringgetRoomNameBytes()(optional, filter by room name)string room_name = 1;abstract StringgetEgressId()(optional, filter by egress ID)string egress_id = 2;abstract ByteStringgetEgressIdBytes()(optional, filter by egress ID)string egress_id = 2;abstract booleangetActive()(optional, list active egress only)bool active = 3;-
-
Method Detail
-
getRoomName
abstract String getRoomName()
(optional, filter by room name)string room_name = 1;
-
getRoomNameBytes
abstract ByteString getRoomNameBytes()
(optional, filter by room name)string room_name = 1;
-
getEgressId
abstract String getEgressId()
(optional, filter by egress ID)string egress_id = 2;
-
getEgressIdBytes
abstract ByteString getEgressIdBytes()
(optional, filter by egress ID)string egress_id = 2;
-
getActive
abstract boolean getActive()
(optional, list active egress only)bool active = 3;
-
-
-
-