Package 

Interface LivekitIngress.ListIngressRequestOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract String getRoomName()
      when blank, lists all ingress endpoints
      
      string room_name = 1;
      abstract ByteString getRoomNameBytes()
      when blank, lists all ingress endpoints
      
      string room_name = 1;
      abstract String getIngressId()
      (optional, filter by ingress ID)
      
      string ingress_id = 2;
      abstract ByteString getIngressIdBytes()
      (optional, filter by ingress ID)
      
      string ingress_id = 2;
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getRoomName

         abstract String getRoomName()
        when blank, lists all ingress endpoints
        
        string room_name = 1;
      • getRoomNameBytes

         abstract ByteString getRoomNameBytes()
        when blank, lists all ingress endpoints
        
        string 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;