-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitIngress.ListIngressRequestOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetRoomName()when blank, lists all ingress endpointsstring room_name = 1;abstract ByteStringgetRoomNameBytes()when blank, lists all ingress endpointsstring room_name = 1;abstract StringgetIngressId()(optional, filter by ingress ID)string ingress_id = 2;abstract ByteStringgetIngressIdBytes()(optional, filter by ingress ID)string ingress_id = 2;-
-
Method Detail
-
getRoomName
abstract String getRoomName()
when blank, lists all ingress endpointsstring room_name = 1;
-
getRoomNameBytes
abstract ByteString getRoomNameBytes()
when blank, lists all ingress endpointsstring room_name = 1;
-
getIngressId
abstract String getIngressId()
(optional, filter by ingress ID)string ingress_id = 2;
-
getIngressIdBytes
abstract ByteString getIngressIdBytes()
(optional, filter by ingress ID)string ingress_id = 2;
-
-
-
-