Package 

Interface LivekitModels.ListUpdateOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract List<String> getSetList()
      set the field to a new list
      
      repeated string set = 1;
      abstract int getSetCount()
      set the field to a new list
      
      repeated string set = 1;
      abstract String getSet(int index)
      set the field to a new list
      
      repeated string set = 1;
      abstract ByteString getSetBytes(int index)
      set the field to a new list
      
      repeated string set = 1;
      abstract List<String> getAddList()
      append items to a list, avoiding duplicates
      
      repeated string add = 2;
      abstract int getAddCount()
      append items to a list, avoiding duplicates
      
      repeated string add = 2;
      abstract String getAdd(int index)
      append items to a list, avoiding duplicates
      
      repeated string add = 2;
      abstract ByteString getAddBytes(int index)
      append items to a list, avoiding duplicates
      
      repeated string add = 2;
      abstract List<String> getRemoveList()
      delete items from a list
      
      repeated string remove = 3;
      abstract int getRemoveCount()
      delete items from a list
      
      repeated string remove = 3;
      abstract String getRemove(int index)
      delete items from a list
      
      repeated string remove = 3;
      abstract ByteString getRemoveBytes(int index)
      delete items from a list
      
      repeated string remove = 3;
      abstract boolean getClear()
      sets the list to an empty list
      
      bool clear = 4;
      • 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

      • getSetList

         abstract List<String> getSetList()
        set the field to a new list
        
        repeated string set = 1;
      • getSetCount

         abstract int getSetCount()
        set the field to a new list
        
        repeated string set = 1;
      • getSet

         abstract String getSet(int index)
        set the field to a new list
        
        repeated string set = 1;
        Parameters:
        index - The index of the element to return.
      • getSetBytes

         abstract ByteString getSetBytes(int index)
        set the field to a new list
        
        repeated string set = 1;
        Parameters:
        index - The index of the element to return.
      • getAddList

         abstract List<String> getAddList()
        append items to a list, avoiding duplicates
        
        repeated string add = 2;
      • getAddCount

         abstract int getAddCount()
        append items to a list, avoiding duplicates
        
        repeated string add = 2;
      • getAdd

         abstract String getAdd(int index)
        append items to a list, avoiding duplicates
        
        repeated string add = 2;
        Parameters:
        index - The index of the element to return.
      • getAddBytes

         abstract ByteString getAddBytes(int index)
        append items to a list, avoiding duplicates
        
        repeated string add = 2;
        Parameters:
        index - The index of the element to return.
      • getRemoveCount

         abstract int getRemoveCount()
        delete items from a list
        
        repeated string remove = 3;
      • getRemove

         abstract String getRemove(int index)
        delete items from a list
        
        repeated string remove = 3;
        Parameters:
        index - The index of the element to return.
      • getRemoveBytes

         abstract ByteString getRemoveBytes(int index)
        delete items from a list
        
        repeated string remove = 3;
        Parameters:
        index - The index of the element to return.
      • getClear

         abstract boolean getClear()
        sets the list to an empty list
        
        bool clear = 4;