Package 

Interface LivekitRoom.ListRoomsRequestOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract List<String> getNamesList()
      when set, will only return rooms with name match
      
      repeated string names = 1;
      abstract int getNamesCount()
      when set, will only return rooms with name match
      
      repeated string names = 1;
      abstract String getNames(int index)
      when set, will only return rooms with name match
      
      repeated string names = 1;
      abstract ByteString getNamesBytes(int index)
      when set, will only return rooms with name match
      
      repeated string names = 1;
      • 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

      • getNamesList

         abstract List<String> getNamesList()
        when set, will only return rooms with name match
        
        repeated string names = 1;
      • getNamesCount

         abstract int getNamesCount()
        when set, will only return rooms with name match
        
        repeated string names = 1;
      • getNames

         abstract String getNames(int index)
        when set, will only return rooms with name match
        
        repeated string names = 1;
        Parameters:
        index - The index of the element to return.
      • getNamesBytes

         abstract ByteString getNamesBytes(int index)
        when set, will only return rooms with name match
        
        repeated string names = 1;
        Parameters:
        index - The index of the element to return.