-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitIngress.DeleteIngressRequestOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetIngressId()string ingress_id = 1;abstract ByteStringgetIngressIdBytes()string ingress_id = 1;-
-
Method Detail
-
getIngressId
abstract String getIngressId()
string ingress_id = 1;
-
getIngressIdBytes
abstract ByteString getIngressIdBytes()
string ingress_id = 1;
-
-
-
-